Skip to content

Releases: thomasthiebaud/fastify-schema-to-typescript

v2.1.0

21 Aug 08:21
Compare
Choose a tag to compare

2.1.0 (2020-08-21)

Bug Fixes

Features

v2.0.2

19 Aug 14:38
Compare
Choose a tag to compare

2.0.2 (2020-08-19)

Bug Fixes

v2.0.1

19 Aug 14:34
Compare
Choose a tag to compare

2.0.1 (2020-08-19)

Bug Fixes

  • move reply code at the end of reply interface (4b8864d)

v2.0.0

19 Aug 14:31
Compare
Choose a tag to compare

2.0.0 (2020-08-19)

Features

  • generate interfaces for Reply (ecbc712)

BREAKING CHANGES

  • Drop support for fastify v2

v1.0.4

12 Jun 07:56
Compare
Choose a tag to compare

1.0.4 (2020-06-12)

Bug Fixes

  • export schema correctly (5fd4d51)

v1.0.3

12 Jun 06:55
Compare
Choose a tag to compare

1.0.3 (2020-06-12)

Bug Fixes

  • support both query and querystring validation (070ee30)

v1.0.2

12 Jun 06:48
Compare
Choose a tag to compare

1.0.2 (2020-06-12)

Bug Fixes

  • setup npmignore to include dist folder (1bf510c)

v1.0.1

12 Jun 06:43
Compare
Choose a tag to compare

1.0.1 (2020-06-12)

Bug Fixes

v1.0.0

12 Jun 06:05
Compare
Choose a tag to compare

1.0.0 (2020-06-12)

Features

  • implement first working version (e787025)