Merge branch release/0.2.0 into develop
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)
This commit is contained in:
commit
3e687b9766
2 changed files with 13 additions and 1 deletions
12
CHANGELOG
12
CHANGELOG
|
@ -1,6 +1,18 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
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
|
||||
------
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -2,7 +2,7 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>node</artifactId>
|
||||
<version>0.2.0-SNAPSHOT</version>
|
||||
<version>0.3.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Node</name>
|
||||
|
|
Loading…
Reference in a new issue