Releases: thomasthiebaud/fastify-schema-to-typescript
Releases · thomasthiebaud/fastify-schema-to-typescript
v3.2.1
3.2.1 (2021-01-16)
Bug Fixes
v3.2.0
3.2.0 (2020-11-04)
Features
v3.1.1
3.1.1 (2020-10-23)
Bug Fixes
v3.1.0
3.1.0 (2020-09-22)
Features
v3.0.1
3.0.1 (2020-09-03)
Bug Fixes
- write schemas both for yaml and json files (bff78ca)
v3.0.0
3.0.0 (2020-09-02)
Features
- set additionalProperties to false by default unless set to true (5b26168)
BREAKING CHANGES
- additionalProperties is set to false by default
v2.3.1
2.3.1 (2020-09-02)
Bug Fixes
- dump schema correctly (85a21cf)
- fix glob to include correct extensions (562982e)
v2.3.0
2.3.0 (2020-09-02)
Features
- add support for yaml schema (fb69fa9)
v2.2.0
2.2.0 (2020-08-30)
Features
- add support to import RouteHandler from other modules (e68312b)
v2.1.1
2.1.1 (2020-08-25)
Bug Fixes
- rename Query to Querystring (72a6331)