Skip to content

Releases: Coobaha/typed-fastify

v1.1.4

21 Aug 14:27
f1fba81
Compare
Choose a tag to compare

1.1.4 (2023-08-21)

Bug Fixes

  • bump test and fix schema with const tag (77d5a8b)

v1.1.3

21 Aug 13:59
47fcfeb
Compare
Choose a tag to compare

1.1.3 (2023-08-21)

Bug Fixes

v1.1.2

19 May 11:08
9bb42f4
Compare
Choose a tag to compare

1.1.2 (2023-05-19)

Bug Fixes

v1.1.1

22 Oct 16:13
d259c83
Compare
Choose a tag to compare

1.1.1 (2022-10-22)

Bug Fixes

v1.1.0

12 Sep 13:26
7f389c3
Compare
Choose a tag to compare

1.1.0 (2022-09-12)

Features

  • bump fastify / ts types and better type preHandler (#61) (d7c8dce)

v1.0.1

05 Aug 06:41
977697a
Compare
Choose a tag to compare

1.0.1 (2022-08-05)

Bug Fixes

v1.0.0

03 Aug 16:44
e1ce5de
Compare
Choose a tag to compare

1.0.0 (2022-07-31)

⚠ BREAKING CHANGES

  • bump fastify and fix types
  • rename definitions to properties in generated schema to improve fastify-swagger compatibility #50

Bug Fixes

  • $ref id replacement (482cbd4)
  • bump fastify and fix types (eab5750)
  • rename definitions to namespace (f887706)
  • rename namespace to properties (89da88c)

v0.8.0

03 Jul 10:15
72c0d6b
Compare
Choose a tag to compare

0.8.0 (2022-07-03)

⚠ BREAKING CHANGES

  • bump to fastify4

Bug Fixes

v0.7.0

22 May 05:33
679b23e
Compare
Choose a tag to compare

0.7.0 (2022-05-22)

Features

  • bump deps and expose logger and schema compiler generics from Fastify (80d209d)

@coobaha/typed-fastify v0.6.0

04 Jan 17:55
0235e81
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • empty response type should now be typed as never instead of void

Features

  • add typed params inferred from route path (613ef14)

Bug Fixes