Skip to content

0.19.0

Compare
Choose a tag to compare
@charleskorn charleskorn released this 18 Aug 10:12
0.19.0
938d250

What's changed

  • Updated: kaml is built against Kotlin 1.4 and kotlinx.serialization 1.0.0-RC.

    ⚠️ Potentially breaking change: Note that this introduces two breaking changes to maintain consistency with the built-in formats and the StringFormat interface:

    • Yaml.parse() is now Yaml.decodeFromString()
    • Yaml.stringify() is now Yaml.encodeToString()

Upgrading

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

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

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