kaml v0.25.0 Release Notes

Release Date: 2020-10-23 // over 3 years ago
  • 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.