Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@Kantis Kantis released this 13 Mar 21:42
· 21 commits to main since this release
f64d73e

What's Changed

  • Add a serializer to sort collections upon serialization by @sschuberth in #117
  • Renaming typealias package so it doesn't require backticks by @Kantis in #114
  • Use Kotlin's built-in Base64 en-/decoding by @sschuberth in #116

Deprecation notice

io.ks3.java.typealias package has been deprecated and functionality moved to io.ks3.java.typealiases in order to avoid the need to backtick the package name. You can do a project-wide search-and-replace to update imports to use the new package.

The old package will be removed in 1.0

Full Changelog: v0.5.0...v0.6.0