What's Changed
-
Fix YamlDecoder and NaN tag by @sideeffffect in #330
This reverts the change where parsing toAny
will always yieldDouble
for decimal numbers to previous behaviour of yieldingFloat
if the precision is not lost. -
Scala-yaml will now preserve order of keys when parsing and printing yaml by @lbialy in #334
Full Changelog: v0.2.0...v0.3.0