Skip to content

Releases: cheton/flattree

v1.0.0

21 Nov 14:17
Compare
Choose a tag to compare

What's Changed

  • feat: setup CI/CD workflow with GitHub Actions by @cheton in #7

Full Changelog: v0.11.1...v1.0.0

v0.11.1

17 Oct 15:35
Compare
Choose a tag to compare

Enhance the flatten performance using a inexpensive way to check the last child node of a parent (#6, closes #5)

v0.11.0

21 Jul 11:22
Compare
Choose a tag to compare

Add ability to reload open state from node (209fc1f, PR #3 by @mudcube)

v0.10.0

28 Nov 03:05
Compare
Choose a tag to compare

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

02 Jun 07:24
Compare
Choose a tag to compare

Remove label from the default properties of a node object

v0.8.2

06 Apr 10:38
Compare
Choose a tag to compare

Turns on Babel ES2015 loose mode to generate IE8 compatible output.

v0.8.1

03 Apr 14:32
Compare
Choose a tag to compare

Exports Node instance

v0.8.0

03 Apr 08:17
Compare
Choose a tag to compare
  • Removed more and lastChild from node's state. Use node.hasChildren() and node.isLastChild() instead.

v0.7.1

03 Apr 06:23
Compare
Choose a tag to compare

Update API documentation

v0.7.0

03 Apr 05:36
Compare
Choose a tag to compare

New API:

  • Added Node.getChildAt
  • Added Node.getLastChild