Skip to content

Releases: Him188/yamlkt

0.4.0

19 Aug 14:25
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • Update to Kotlin 1.4.0 and kotlinx.serialization 1.0.0-RC

0.3.3

06 Aug 14:21
Compare
Choose a tag to compare
0.3.3 Pre-release
Pre-release

0.3.2

22 May 16:34
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release
  • Fix #3: nullable value parsing in block map

0.3.1

22 May 11:27
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release
  • Fix empty class and sequence(list) serializing

0.3.0

18 May 12:54
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Support multiline comments ( '\n' allowed in @Comment )
  • Remove @ImplicitReflectionSerializer on YamlDynamicSerializer.serialize
  • Fix parsing nested structures in block lists (#1)
  • Full support of double-quoted, single-quoted, plain strings
  • Remove incidentally exposed printlns

Note that this is still an experimental release. Some features may not work correctly, please file an issue for any help.

0.2.0

08 May 18:15
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

The first preview release.
See Overview for details.

Note: this library is experimental, some features might be changed without any notice.