Skip to content

0.25.0

Compare
Choose a tag to compare
@charleskorn charleskorn released this 23 Oct 01:12
0.25.0
1879c3e

What's changed

  • New: YamlMap now has a getKey() method that returns the YamlScalar for the given key in the map.
  • Updated: kaml is now built against kotlinx-serialization 1.0.0.

Upgrading

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

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

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