1.1.0
- Add NaryNode tree - A tree where the capacity can be changed per node.
- Remove the Renderer and add the Converter. (to be used in conjuction with Graphp and GraphViz)
- Use Yield instead of regular foreachs.
- Add a new level parameter to the abstract visitor class and interface.
- Add the
Node::depth()
method. - Remove the display method and its test.
- Add new
Node::withChildren()
method.