2016-01-09 17:14:30 +00:00
|
|
|
CHANGELOG
|
|
|
|
=========
|
|
|
|
|
2018-10-09 22:08:43 +01:00
|
|
|
NEXT
|
|
|
|
-----
|
|
|
|
|
|
|
|
* Bump kemitix-parent to 5.2.0
|
|
|
|
* Bump assertj from 3.11.1
|
|
|
|
* Bump lombok from 1.18.2
|
|
|
|
* Add kemitix-maven-tiles 0.8.1
|
|
|
|
* [checkstyle] suppress npath complexity issues
|
|
|
|
* [coverage] lower requirements
|
|
|
|
|
2017-02-18 20:35:27 +00:00
|
|
|
0.7.0
|
|
|
|
------
|
|
|
|
|
|
|
|
* Rename streamAll() as stream()
|
|
|
|
* Add parentStream()
|
|
|
|
* Add isRoot()
|
|
|
|
* Rename Optional<Node<T>> getParent() as findParent()
|
|
|
|
* Rename Optional<Node<T>> getData() as findData()
|
|
|
|
* Add Node<T> getParent()
|
|
|
|
* Add<Node<T> getData
|
|
|
|
|
2017-02-16 21:19:07 +00:00
|
|
|
0.6.0
|
|
|
|
------
|
|
|
|
|
|
|
|
* Add streamAll() support
|
|
|
|
|
2016-09-20 23:47:28 +01:00
|
|
|
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
|
|
|
|
|
2016-09-13 07:39:05 +01:00
|
|
|
0.4.0
|
|
|
|
------
|
|
|
|
|
|
|
|
* Upgrade kemitix-parent to 2.0.0
|
|
|
|
* Add ImmutableTree implementation
|
|
|
|
* Switch to static factory constructors
|
|
|
|
|
2016-05-26 13:52:43 +01:00
|
|
|
0.3.0
|
|
|
|
------
|
|
|
|
|
|
|
|
* Return optionals rather than nulls
|
|
|
|
|
2016-05-25 11:44:50 +01:00
|
|
|
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)
|
|
|
|
|
2016-01-09 18:00:33 +00:00
|
|
|
0.1.0
|
|
|
|
------
|
|
|
|
|
|
|
|
* Initial Release
|
|
|
|
|