Releases: crowbait/typespec-typescript-emitter
Releases · crowbait/typespec-typescript-emitter
v1.0.0
- feat!: complete rework of routes emitter (2f07e7f)
Features
BREAKING CHANGES
- This breaks existing configurations and - depending on how it was used - usage of the emitted routes object.
v0.4.1
Bug Fixes
- fixed eslint ignore directives (9c0477a)
v0.4.0
Features
- option to emit relative URLs in routes object (be50613)
v0.3.5
Bug Fixes
- ci (no skip on chore-only) (75b2e5d)
v0.3.4
Bug Fixes
- model resolution if spread over multiple files (bd34d4e)
- model typeguard resolution if spread over mutliple files (eab6064)
- support recursive records (c0bad3f), closes #3
v0.3.3
Bug Fixes
- parsing of Record-type models (b6e1dd9), closes #2
v0.3.1
Bug Fixes
- upper case HTTP verbs in routes (00978ff)
v0.3.0
Bug Fixes
- content-type+body response models in typeguards (61f37e3)
- remove useless routes interface (b828ee9)
- typo in typeguards (double space) (253aacf)
Features
- support for unions and nested models in typeguards (9292107)
- typeguards (8dc3eef)
- typeguards in routes (010388a)