Skip to content

Releases: LachlanMcKee/gsonpath

Path substitution support

28 Jul 14:11
Compare
Choose a tag to compare

See the change log for details

Minor bug fix

28 Jul 13:21
Compare
Choose a tag to compare

See the change log for details

AutoGsonAdapter Interface equals & hash code

26 Jul 14:06
Compare
Choose a tag to compare

See the change log for details

AutoGsonAdapter Interface bug fixes

26 Jul 13:35
Compare
Choose a tag to compare

See the change log for details

Interface support for @AutoGsonAdapter

03 Jul 13:48
Compare
Choose a tag to compare

See the change log for details

Bug fixes and error handling

03 Jul 11:51
Compare
Choose a tag to compare

See the change log for details

Defaults and Nullable/NonNull support

25 May 14:24
Compare
Choose a tag to compare

See the change log for details

Write support and mandatory field support

14 May 14:13
Compare
Choose a tag to compare

This version introduces two new big features: writing json, and adding mandatory constraints to ensure that the parsed content meets nonnull style constraints.

Bug fixes and minor feature changes

01 May 10:03
Compare
Choose a tag to compare
  • Fixed a bug where primitives were not handled the same way as their wrapper classes
  • Changed array streamer to read the entire json object by default
  • Exposed a mechanism to change the default flattening delimiter

Introduced null safety for initial json element

30 Apr 13:21
Compare
Choose a tag to compare

The generated Gson Type Adapters will now properly safeguard against null values before attempting to parse any content.