Releases: Him188/yamlkt
Releases · Him188/yamlkt
0.13.0
- Never quote
null
(#49 by @masmc05) - Fix converting keys and values to YamlElement when creating YamlMap (#51 by @anti-social)
- Upgrade to Kotlin 1.8.0 and kotlinx-serialization 1.5.0 (#54, #57 by @ncipollo)
- JVM target is also upgraded from 1.6 to 1.8.
- Set kotlin.mpp.enableCompatibilityMetadataVariant=true (#62 by @bcmedeiros)
This should fix multiplatform compatibility issues
Internal changes:
- Change name of root project to avoid conflict with child module (#60 by @bcmedeiros)
0.12.0
- Require whitespace after map colon, thanks to @floralvikings (#42)
- Initial support for multiline strings, thanks to @floralvikings (#43)