Skip to content

Releases: Coobaha/typed-fastify

@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

@coobaha/typed-fastify v0.5.0

30 Jul 02:51
e923072
Compare
Choose a tag to compare

Features

  • add AsRouteObj to Service interface (f03cb41)

@coobaha/typed-fastify v0.3.2

14 Jul 05:43
c54c04a
Compare
Choose a tag to compare

Bug Fixes

@coobaha/typed-fastify v0.3.1

25 Feb 07:39
1421958
Compare
Choose a tag to compare

Bug Fixes

  • fix schema generator in node v14 (391d59d)

@coobaha/typed-fastify v0.3.0

24 Feb 13:47
8e64d66
Compare
Choose a tag to compare

Features

  • treat redirect as reply (519e6ca)

@coobaha/typed-fastify v0.2.1

24 Feb 07:41
cd38288
Compare
Choose a tag to compare

Bug Fixes

  • Omit then from Reply to correctly infer AsReply return 🎉 (a2a143c)

@coobaha/typed-fastify v0.2.0

19 Feb 14:06
1aa7ee3
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • bumping minor version as 0.1.x were published

Bug Fixes

  • bumping minor version as 0.1.x were published (bd0d44c)

@coobaha/typed-fastify v0.1.0

19 Feb 13:55
6b6bb4a
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • make response schema be a map of statuses instead of contents

Bug Fixes

  • make response schema be a map of statuses instead of contents (a8fd0c7)

@coobaha/typed-fastify v0.0.5

19 Feb 10:50
a4ed1d3
Compare
Choose a tag to compare

Bug Fixes

  • validate schema without responses and force send to be called (2ecda87)

@coobaha/typed-fastify v0.0.4

18 Feb 19:17
96c297c
Compare
Choose a tag to compare

Bug Fixes

  • release as latest dist-tag (9517815)