Skip to content

Releases: dc-ag/tree-nodes

2.1.5

05 Apr 13:10
0be612b
Compare
Choose a tag to compare
  • remove non-existent variable

2.1.4

22 Mar 09:32
dc99e33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.3...2.1.4

Bugfix setting parent

23 Feb 13:29
Compare
Choose a tag to compare

If parent is root sets root id to parent's id instead of parent's root id

2.1.2

28 Jan 00:46
af2a673
Compare
Choose a tag to compare
  • fix bugs adding, moving, removing and traversing nodes

2.1.1

27 Jan 18:15
8eec162
Compare
Choose a tag to compare
  • fix getLeftSibling getRightSibling

2.1.0

25 Jan 14:34
8c072eb
Compare
Choose a tag to compare
  • Add Exception-class to be thrown in visitors and caught in callers for early traversal termination.
  • Make fields protected for setting from libraries extending these classes.
  • Optionally fill by-reference parameter on mutating methods to record changed nodes.

2.0.1

13 Jul 14:15
Compare
Choose a tag to compare
Tagged version 2.0.1

2.0.0

07 Jul 09:36
Compare
Choose a tag to compare
Merge branch 'master' of github.com:dc-ag/tree-nodes