Releases: GoNZooo/gotyno-hs
Releases · GoNZooo/gotyno-hs
v2.3.0
v.2.3.0
Merge pull request #32 from GoNZooo/r.empty-functions-for-kotlin-structs feat(kt): add companion `create` function for structs
v2.2.3
Merge pull request #31 from GoNZooo/r.add-bigint-serializer-in-kotlin fix(kt): fix BigInt serialization for structs
v2.2.2
Merge pull request #30 from GoNZooo/r.add-basic-haskell-tests fix(hs): fix bug in number literal output
v2.2.1
Merge pull request #29 from GoNZooo/r.kotlin-basic-tests testing(kt): add kotlin tests for "basic" suite of tests
v2.2.0
Merge pull request #28 from GoNZooo/r.typescript-basic-tests fix: output correct type for optional constructor arguments in TypeScript
v2.1.0
Merge pull request #27 from GoNZooo/r.add-type-to-kotlin-enums feat: use enum type for kotlin enums
v2.0.0
feat(d): add DLang support ## 2.0.0 ### Breaking changes - Enums can now only contain the same type. This simplifies their usage greatly in languages that either force you or allow you to choose a backing type for your enum values. It's a breaking change because of the lack of flexibility caused by enforcing only one type, but I think that it's a reasonable change overall. ### Added DLang D was added as a beta language. It needs to be tested in production.
v1.2.17
Merge pull request #26 from GoNZooo/r.fix-type-variables-shadowing-de…
v1.2.16
Merge pull request #24 from GoNZooo/r.fix-nullable-typescript-fields fix(ts): fix nullable typescript fields