MPTree v0.2.0
  • Pages
  • Modules

    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 that MPTree was extracted from.

    0-1-0-2022-10-21

    0.1.0 - 2022-10-21

    added-1

    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
    ← Previous Page API Reference

    On Hex.pm: Package Preview (current file)

    Built using ExDoc (v0.29.0) for the Elixir programming language