Skip to content

Version 0.5.0

Latest
Compare
Choose a tag to compare
@Luke-Poeppel Luke-Poeppel released this 20 Sep 17:09

v0.5.0 September 20, 2021

Added

  • Three methods for querying children: get_child_by_name, get_child_by_name_depth (a depth-first approach), and get_child_by_name_breadth (a breadth-first approach). All three were contributed by Ricardo Reis.

Fixed

  • Method for removing children was erroneously based on value, not the node itself. Bugfix provided by Ricardo Reis.