Skip to content
This repository was archived by the owner on Nov 30, 2025. It is now read-only.

0.35.0

Choose a tag to compare

@charleskorn charleskorn released this 25 Jul 05:09
· 786 commits to main since this release
0.35.0
1f73b88
  • ⚠️ 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.