View Source Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0-2-0-2022-11-07
[0.2.0] - 2022-11-07
fixed
Fixed
- Remove unused "inspect_opts" variable
added
Added
MPTree.fetch_family_tree/2
MPTree.fetch_family_tree!/2
MPTree.fetch_node/2
MPTree.fetch_node!/2
MPTree.fetch_ancestors_and_self/2
MPTree.fetch_ancestors_and_self!/2
MPTree.fetch_transition_path/3
MPTree.fetch_transition_path!/3
0-1-1-2022-10-23
0.1.1 - 2022-10-23
fixed-1
Fixed
- Mix file module name referenced
Statechart
, the library thatMPTree
was extracted from.