Releases: lectra-tech/koson
Releases · lectra-tech/koson
v1.2.8
1.2.8 (2023-05-24)
Bug Fixes
- url change master to main (d7495a7)
v1.2.7
1.2.7 (2023-05-17)
Continuous Integration
- update automatically the main branch with updated version (7a9823e)
v1.2.6
1.2.6 (2023-05-02)
Bug Fixes
v1.2.5
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)
1.2.0 New CustomKoson contract
⚠️ 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)