Releases: charleskorn/kaml
0.35.2
0.35.1
0.35.0
-
⚠️ Potentially breaking change: unquoted~
values are now correctly parsed as null values in accordance with the YAML 1.2 Core Schema (#149, thanks to @BloodWorkXGaming for the bug report)To use
~
as a literal value, enclose it in quotes:will_be_null: ~ will_be_tilde_string: "~"
-
New: added
Yaml.decodeFromStream()
method to decode YAML from a JVM stream (#126 and #127, thanks to @LeoColman for the suggestion and PR) -
Updated: use Kotlin 1.5.21.
-
Updated: use kotlinx-serialization-core 1.2.2.
0.34.0
- Updated: use Kotlin 1.5.10.
0.33.0
- Updated: use kotlinx.serialization 1.2.1.
0.32.0
- Updated: use Kotlin 1.5.0.
- Updated: use kotlinx.serialization 1.2.0.
0.31.0
- Updated: use snakeyaml-engine 2.3.0
0.30.0
- Updated: kaml is now built against Kotlin 1.4.32.
0.29.0
-
Changed: project is now configured as a Kotlin multiplatform project targeting the JVM only (#77 - thanks to @TheTeXnician for the PR)
This should have no user-visible impact, but has required some significant internal reorganisation.
0.28.3
No user-visible changes - released to diagnose issues with automated release process.