Skip to content

0.11.0

Compare
Choose a tag to compare
@charleskorn charleskorn released this 22 May 10:24
0.11.0
87f26d7

What's changed

  • New: kaml will now provide a better error message when a map or list is given when a scalar value is expected or vice versa, rather than cryptic messages like Size must be known in advance when using READ_ALL.

Upgrading

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

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

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