kaml v0.26.0 Release Notes
Release Date: 2020-11-03 // almost 4 years ago-
What's changed
- 🔄 Changed : ⚠️ Potentially breaking change:
YamlException
now inherits fromSerializationException
, notRuntimeException
(#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.
- 🔄 Changed : ⚠️ Potentially breaking change:
Previous changes from v0.25.0
-
What's changed
- 🆕 New :
YamlMap
now has agetKey()
method that returns theYamlScalar
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.
- 🆕 New :