Skip to content

0.62.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 02:00
· 16 commits to main since this release
3b2b119

0.62.0 (2024-10-30)

Features

  • add support for case-insensitive decoding of enums (#587 - thanks to @AbhigyaKrishna for the PR)
  • add convenience encoding and decoding functions (#609 - thanks to @sschuberth for the PR)
  • add support for setting ScalarStyle per-field (#596 - thanks to @nielsbasjes for the PR)
  • add support for all remaining tier 2 KMP targets (#629 - thanks to @rbraeunlich for the PR)

Bug fixes

  • fix issue where it was not possible to implement a contextual serializer for a scalar value (#618 - thanks to @Jojo4GH for the PR)

Dependency Updates

  • update dependency org.jetbrains.kotlinx:kotlinx-serialization-core to v1.7.3 (#605)
  • update kotlin to v2.0.21 (#633)
  • update dependency com.squareup.okio:okio to v3.9.1 (#613)
  • update dependency it.krzeminski:snakeyaml-engine-kmp to v3.0.3 (#632)