Skip to content

Releases: Him188/yamlkt

0.13.0

01 May 12:20
bc92142
Compare
Choose a tag to compare
0.13.0 Pre-release
Pre-release
  • 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

17 May 10:54
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release

0.11.0

26 Apr 10:44
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release
  • Support all platforms that kotlinx.serialization supports. (#41)
  • Update Kotlin to 1.6.21
  • Update kotlinx.serialization to 1.3.2

0.10.2

25 Aug 07:30
Compare
Choose a tag to compare
0.10.2 Pre-release
Pre-release
  • Fix decoding negative values in flow class

0.10.0

01 Jul 15:58
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release
  • Fix 'Could not find net.mamoe.yamlkt:yamlkt-mingwx64:0.9.0.' (#29)
  • Fix floats are being converted to integers / longs (#28)
  • Compatible with Kotlin 1.5.20 and kotlinx-serialization 1.2.1

0.9.0

05 Feb 07:53
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release
  • Support inline encoding
  • Update to Kotlin 1.4.30 + serialization 1.1.0-RC
  • Enable IR compiler for JVM

0.8.0

03 Feb 06:36
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release
  • Support polymorphic serialization
  • Stabilize configurations

0.7.6

30 Jan 15:34
Compare
Choose a tag to compare
0.7.6 Pre-release
Pre-release
  • Add IR artifact (#15)

0.7.5

12 Dec 11:25
Compare
Choose a tag to compare
0.7.5 Pre-release
Pre-release
  • Fix string quotation for StringSerialization.NONE (#17)

0.7.4

24 Nov 12:35
Compare
Choose a tag to compare
0.7.4 Pre-release
Pre-release
  • Fix ArrayIndexOutOfBoundsException with Unicode chars in double quoted strings