Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.23 KB

File metadata and controls

49 lines (35 loc) · 1.23 KB

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

Fixed

  • Remove unused "inspect_opts" variable

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

Fixed

  • Mix file module name referenced Statechart, the library that MPTree was extracted from.

0.1.0 - 2022-10-21

Added

  • MPTree.from_node/1
  • MPTree.insert/3
  • MPTree.insert!/3
  • MPTree.update_nodes/2
  • MPTree.update_nodes/3
  • MPTree.fetch_children/2
  • MPTree.fetch_children!/2
  • MPTree.fetch_descendents/2
  • MPTree.fetch_descendents!/2
  • MPTree.fetch_parent/2
  • MPTree.fetch_parent!/2
  • MPTree.nodes/1