Skip to content

0.54.0

Compare
Choose a tag to compare
@charleskorn charleskorn released this 28 May 00:10
· 331 commits to main since this release
390c7f5
  • 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)