v0.5.0 - Lenient json arrays and Experimental features
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