Skip to content

Releases: GoNZooo/gotyno-hs

v2.3.0

02 Nov 11:53
6aa9647
Compare
Choose a tag to compare
Merge pull request #32 from GoNZooo/r.empty-functions-for-kotlin-structs

feat(kt): add companion `create` function for structs

v.2.3.0

28 Oct 13:58
6aa9647
Compare
Choose a tag to compare
Merge pull request #32 from GoNZooo/r.empty-functions-for-kotlin-structs

feat(kt): add companion `create` function for structs

v2.2.3

27 Oct 08:51
faeb152
Compare
Choose a tag to compare
Merge pull request #31 from GoNZooo/r.add-bigint-serializer-in-kotlin

fix(kt): fix BigInt serialization for structs

v2.2.2

15 Oct 21:21
e19677a
Compare
Choose a tag to compare
Merge pull request #30 from GoNZooo/r.add-basic-haskell-tests

fix(hs): fix bug in number literal output

v2.2.1

14 Oct 19:36
0339289
Compare
Choose a tag to compare
Merge pull request #29 from GoNZooo/r.kotlin-basic-tests

testing(kt): add kotlin tests for "basic" suite of tests

v2.2.0

13 Oct 21:51
bbadd18
Compare
Choose a tag to compare
Merge pull request #28 from GoNZooo/r.typescript-basic-tests

fix: output correct type for optional constructor arguments in TypeScript

v2.1.0

11 Oct 15:26
5cea7d7
Compare
Choose a tag to compare
Merge pull request #27 from GoNZooo/r.add-type-to-kotlin-enums

feat: use enum type for kotlin enums

v2.0.0

09 Oct 12:12
0b70ba9
Compare
Choose a tag to compare
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

03 Oct 15:01
89738b4
Compare
Choose a tag to compare
Merge pull request #26 from GoNZooo/r.fix-type-variables-shadowing-de…

v1.2.16

07 Sep 14:28
625979a
Compare
Choose a tag to compare
Merge pull request #24 from GoNZooo/r.fix-nullable-typescript-fields

fix(ts): fix nullable typescript fields