Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Releases: xn32/json5k

v0.3.0

12 Mar 16:35
Compare
Choose a tag to compare

Changes (compared to v0.2.1):

In addition, snapshots and releases are now automatically published to Maven Central.

v0.2.1

01 Nov 21:01
Compare
Choose a tag to compare

Changes (compared to v0.2.0):

  • Add a config option to generate JSON5 output with native line terminators
  • Improve error messages for the deserialization of characters and enum values
  • Fix a bug in the deserializer for polymorphic classes

In addition, the library is now available on Maven Central.

v0.2.0

20 Oct 20:52
Compare
Choose a tag to compare

Changes (compared to v0.1.0):

  • Bump dependency versions:
  • Support the generation of comments for fields of serialized classes
  • Move all public API to the io.github.xn32.json5k package
  • Restructure and improve custom Exception classes
  • Improve error handling for the deserialization of polymorphic types
  • Remove the option to accept duplicate keys in parsed JSON5 objects
  • Switch to LF as generated line terminator (on all platforms)
  • Export a transitive dependency on the serialization runtime
  • Minor bug fixes and improvements

In addition, an automatically generated API documentation is now built and deployed.