0.19.0
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 theStringFormat
interface:Yaml.parse()
is nowYaml.decodeFromString()
Yaml.stringify()
is nowYaml.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.