Koson Versions Save

A concise and lightweight Kotlin DSL to build JSON objects and render their String representations

v1.2.8

11 months ago

1.2.8 (2023-05-24)

Bug Fixes

  • url change master to main (d7495a7)

v1.2.7

1 year ago

1.2.7 (2023-05-17)

Continuous Integration

  • update automatically the main branch with updated version (7a9823e)

v1.2.6

1 year ago

1.2.6 (2023-05-02)

Bug Fixes

v1.2.5

1 year ago

1.2.5 (2022-11-07)

Bug Fixes

  • correct rendering of different nullable types (76b53f0), closes #21

Build Systems

  • add a github action script to build branches (e6e294d)
  • bump project version to 1.2.5 (9786ddb)
  • do not skip tests on release (7b88605)
  • switch back to jdk 12 due to errors with nexus-staging-maven-plugin (78dd113)
  • use jdk 17 to build on github actions (3e69e37)

v1.2.4

1 year ago

1.2.4 (2022-05-24)

v1.2.3

2 years ago

1.2.3 (2022-01-19)

v1.2.2

2 years ago

v1.2.1

2 years ago

1.2.1 (2022-01-19)

1.2.0

2 years ago

⚠️ Breaking change

CustomKoson will now require to override serialize(): KosonType, instead of serialize: String which allows for a safer type hierarchy (no need to escape illegal chars)

1.1.0

3 years ago

Koson will escape line separators in keys and String values to match other serialization libraries' behavior (special thanks to Andrew Newton (https://github.com/anewton1998) for noticing this)