Releases: loophp/phptree
Releases · loophp/phptree
2.3.1
2.3.0
2.2.4
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0
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.