Releases: cheton/flattree
Releases · cheton/flattree
v0.11.1
Enhance the flatten performance using a inexpensive way to check the last child node of a parent (#6, closes #5)
v0.10.0
Add Node.contains(node) method that returns a boolean value indicating whether a node is a descendant of a given node or not (closes #2).
v0.9.0
Remove label from the default properties of a node object
v0.8.2
Turns on Babel ES2015 loose mode to generate IE8 compatible output.
v0.8.0
- Removed more and lastChild from node's state. Use node.hasChildren() and node.isLastChild() instead.
v0.7.0
New API:
- Added
Node.getChildAt
- Added
Node.getLastChild