Skip to content

Releases: dhis2/json-tree

v1.9.4

18 May 08:34
53abdc7

Choose a tag to compare

v1.9.3

13 May 13:11
c2dec34

Choose a tag to compare

Improvment

@Validation(type=-...) is considered for JsonObject.properties adjusting the Property.jsonType() and Property.types() accordingly if present.

See #97

v1.9.2

06 May 09:01
4732bc7

Choose a tag to compare

Important

Please use 1.9.2 instead of older 1.9 versions due to the issues found

For details see #95

v1.9.1

30 Apr 08:40
f72365d

Choose a tag to compare

Some adjustments and corrections for 1.9.0 found during first use.

See #91 for details.

Important

1.9.0 should no longer be used as it has known bugs.

v1.9.0

30 Apr 08:50
9f7998c

Choose a tag to compare

Important

Some issues were identified shortly after the release which are fixed in version 1.9.1.
Please do not use 1.9.0

Big overhaul of API for better performance as well as richer "mapping" to Java records.

For more details see PRs

v1.0

02 Feb 19:19
316c7e6

Choose a tag to compare

What started as an idea for a better way to work with JSON responses in unit tests has in recent years evolved into a mature general purpose JSON library.

It's virtual tree is a unique feature that makes it convenient, extensible and enables good performance.
In the last couple of month the APIs got rounded, more complete and a Java (values) to JSON API was added.
It was at this point when it felt that it is now ready to make a first "official" 1.0 release.

Please enjoy!