Skip to content

Releases: lectra-tech/koson

v1.2.9

16 Sep 15:10
Compare
Choose a tag to compare

1.2.9 (2024-09-16)

v1.2.8

24 May 11:54
Compare
Choose a tag to compare

1.2.8 (2023-05-24)

Bug Fixes

  • url change master to main (d7495a7)

v1.2.7

17 May 12:38
Compare
Choose a tag to compare

1.2.7 (2023-05-17)

Continuous Integration

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

v1.2.6

02 May 06:38
Compare
Choose a tag to compare

1.2.6 (2023-05-02)

Bug Fixes

v1.2.5

07 Nov 17:02
Compare
Choose a tag to compare

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

24 May 08:45
Compare
Choose a tag to compare

1.2.4 (2022-05-24)

v1.2.3

19 Jan 16:49
f88657a
Compare
Choose a tag to compare

1.2.3 (2022-01-19)

v1.2.2

19 Jan 16:27
Compare
Choose a tag to compare
batch mode gpg key sign

Release v1.2.1

19 Jan 15:08
Compare
Choose a tag to compare

1.2.1 (2022-01-19)

1.2.0 New CustomKoson contract

17 Dec 09:58
Compare
Choose a tag to compare

⚠️ 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)