- Implemented
replace
andreplace!
to safely mutate trees in arbitrary ways, andempty!(node.children)
to remove all the children of a node. (#22) - The
getproperty
andsetproperty!
methods no longer print unnecessary debug log. (#19)
-
append!
andprepend!
methods now correctly append nodes from anode.children
iterator. (#16)
Initial release.