0.54.0
-
New: add support for naming strategies, similar to the feature in kotlinx.serialization's JSON support (#400 - thanks to @russellbanks for the PR)
This makes it easy to use different field naming schemes such as snake_case, kebab-case, PascalCase, and camelCase without needing to modify the corresponding Kotlin property names or annotate properties with
@SerialName
. -
Updated: build with Kotlin 1.8.21
-
Changed: remove unnecessary stdlib dependency (#421 - thanks to @russellbanks for the PR)