Skip to content

v0.5.0 - Lenient json arrays and Experimental features

Compare
Choose a tag to compare
@Kantis Kantis released this 17 Feb 11:45
· 29 commits to main since this release
73f9ee3

What's Changed

  • Ks3 will now use @ExperimentalKs3 for incubating features, which are overall more prone to having breaking changes
  • Added LenientJsonArraySerializer which can be used to omit elements in lists which fail deserialization, rather than completely failing to deserialize.

Full Changelog: v0.4.0...v0.5.0