Skip to content

v1.0.0 - Going Stable

Latest

Choose a tag to compare

@Kantis Kantis released this 21 Dec 18:50
· 9 commits to main since this release
0560dd3

This release promotes the project to a stable version. The project was initially created two years ago and has only had one single breaking change so far. No bugs have been filed. I consider the project to be in a good place and welcome further adoption.

Breaking

New features

  • Serializer for java.util.Locale by @sschuberth in #126
  • Serializer for java.util.Currency (along with typealias) by @markus-pixel in #143
  • Enable KLib validation by @Kantis in #135
    • Should make it even less likely to accidentally sneak out a breaking change

Maintenance

Dependency updates

  • Update peaceiris/actions-gh-pages action to v4 by @renovate in #128
  • Update dependency gradle to v8.11.1 by @renovate in #136
  • Update kotest to v5.9.1 by @renovate in #137
  • Update kotlin monorepo to v1.9.25 by @renovate in #141
  • Update dependency dev.adamko.dokkatoo:dokkatoo-plugin to v2.4.0 by @renovate in #145
  • Update dependency com.squareup.okio:okio to v3.9.1 by @renovate in #146
  • Update dependency gradle to v8.12 by @renovate in #151
  • Update dokka to v2 (major) by @renovate in #150
  • Update plugin com.gradle.enterprise to v3.19 by @renovate in #149
  • Update dependency org.jlleitschuh.gradle:ktlint-gradle to v12.1.2 by @renovate in #148
  • Update dependency org.jetbrains.kotlinx.binary-compatibility-validator to v0.17.0 by @renovate in #140

New Contributors

Full Changelog: v0.6.0...v1.0.0