kaml v0.6.0 Release Notes

Release Date: 2019-01-23 // over 5 years ago
  • What's changed

    • ⚡️ Updated : kaml is now compiled against Kotlin 1.3.20.
    • 🔄 Changed : YamlInput is now publicly accessible, to allow custom serializers to access location information during deserialization, which is useful to include in error messages. This is a reversion of the change in 0.5.0.

    ⬆️ Upgrading

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

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

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