Skip to content

Releases: lisonge/kotlin-json5

Release v0.3.4

02 Jun 16:10
Compare
Choose a tag to compare

v0.3.4

What's Changed

  • perf: loose token to Json5Token.Property

Release v0.3.3

26 May 15:52
Compare
Choose a tag to compare

v0.3.3

What's Changed

  • perf: use CharSequence replace String

Release v0.3.2

26 May 14:52
Compare
Choose a tag to compare

v0.3.2

What's Changed

  • fix: Json5LooseDecoder readLooseString

Release v0.3.1

15 May 12:06
Compare
Choose a tag to compare

v0.3.0

What's Changed

  • optimize memory usage
  • add parse json5 token

v0.3.0

14 May 13:37
Compare
Choose a tag to compare

v0.3.0

What's Changed

  • optimize memory usage
  • add parse json5 token

v0.2.1

27 Apr 11:52
Compare
Choose a tag to compare

v0.2.1

What's Changed

  • add other kotlin targets
  • use custom hexToDecimal instead of java BigInteger