All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.0-alpha.3 (2021-03-28)
- intersection was generated with wrong name (f94d755)
2.0.0-alpha.2 (2021-03-27)
- release please (f09823b)
2.0.0-alpha.1 (2021-03-25)
- Remove non-alt version (1625b96)
- Add groupFieldKinds, symbol type, remove void and partial/readonly (742ce62)
- Alternative object format for runtypes (#9) (baaaa02)
- More compact raw source output (c76338d)
- Try alternate writer for for alt_serializer (6543c99)
- This package no longer require
ts-morph
and does not take inn file argument. Please consult our README.md for more information
3.1.1 (2022-11-27)
3.1.0 (2021-07-04)
3.0.0 (2021-06-09)
- Previous versions vould emit code that doesn't deal with cycles, this version does. The previous versions would likely emit illegal code, nevertheless, this is breaking change.
- Anyone relying on ES6 being the target when transpiling, will need to adjust their settings when consuming this package.
- Add flag to detect unknown named types (#106) (85267f0)
- Add flag to throw on cyclic dependencies between named types (#101) (2e33303)
- Add support for comments in output (#80) (b1da522)
- Support generating lazy runtypes (#107) (a63d32c)
- Topological sort of dependencies (#114) (f0a80b5)
- generate correct type for dict/record (8037530)
2.1.0 (2021-04-27)
2.0.1 (2021-04-23)
2.0.0 (2021-04-16)
- This package no longer require
ts-morph
and does not take inn file argument. Please consult our README.md for more information
- Add groupFieldKinds, symbol type, remove void and partial/readonly (742ce62)
- Alternative object format for runtypes (#9) (baaaa02)
- More compact raw source output (c76338d)
- output type definitions and allow custom names (#30) (bbad2d3), closes #28
- Try alternate writer for for alt_serializer (6543c99)
- Getting ready to release v2 (8080edc)
- infinite loop on empty record (#34) (5596de4)
- intersection was generated with wrong name (f94d755)
- release please (f09823b)
- Remove non-alt version (1625b96)
1.1.1 (2021-03-21)
- Reference correct
main
file (0a9da84)
1.1.0 (2021-03-21)
- initial commit (e1e7d90)
- initial commit (048073d)