kaml v0.26.0 Release Notes

Release Date: 2020-11-03 // over 3 years ago
  • What's changed

    • 🔄 Changed : ⚠️ Potentially breaking change: YamlException now inherits from SerializationException, not RuntimeException (#57 - thanks to @NiematojakTomasz for the feedback)
    • ⚡️ Updated : kaml is now built against kotlinx-serialization 1.0.1.

    ⬆️ Upgrading

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

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

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


Previous changes from v0.25.0

  • 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.