Skip to content

0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@charleskorn charleskorn released this 23 Jan 23:36

What's changed

  • Updated: kaml is now compiled against Kotlin 1.3.20.
  • Changed: YamlInput is now publicly accessible, to allow custom serializers to access location information during deserialization, which is useful to include in error messages. This is a reversion of the change in 0.5.0.

Upgrading

If you're using Gradle, reference kaml in your dependencies block like this:

implementation("com.charleskorn.kaml:kaml:0.6.0")

For other tools, refer to the Maven Central release page for more information.