46 lines
669 B
Text
46 lines
669 B
Text
CHANGELOG
|
|
=========
|
|
|
|
0.6.0
|
|
------
|
|
|
|
* Add streamAll() support
|
|
|
|
0.5.0
|
|
------
|
|
|
|
* Make ImmutableNodeItem extend NodeItem
|
|
* Upgrade kemitix-parent to 2.1.0
|
|
* Upgrade lombok to 1.16.10
|
|
* Upgrade assertj to 3.5.2
|
|
*
|
|
|
|
0.4.0
|
|
------
|
|
|
|
* Upgrade kemitix-parent to 2.0.0
|
|
* Add ImmutableTree implementation
|
|
* Switch to static factory constructors
|
|
|
|
0.3.0
|
|
------
|
|
|
|
* Return optionals rather than nulls
|
|
|
|
0.2.0
|
|
------
|
|
|
|
* Demo of full-path node name
|
|
* insertInPath() uses setData()
|
|
* Dynamic node names
|
|
* New tests following mutation testing
|
|
* Tidy the Node interface
|
|
* Named nodes
|
|
* Update code style
|
|
* Drop lombok in production (still using it in test)
|
|
|
|
0.1.0
|
|
------
|
|
|
|
* Initial Release
|
|
|