3.0.0 (2024-10-18)
- Bump deps and fastify to v5 (#190)
3.0.0 (2024-10-18)
- Bump deps and fastify to v5 (#190)
2.3.0 (2024-04-01)
2.2.0 (2024-03-17)
2.1.4 (2024-03-07)
2.1.3 (2024-01-01)
2.1.2 (2023-12-23)
2.1.1 (2023-11-19)
- allow gen command to accept multiple files (273d532)
2.1.0 (2023-11-19)
2.0.1 (2023-11-04)
- move std-env to dependencies from devDependencies (002b12a)
2.0.0 (2023-11-04)
- Better support for json-like input and outputs in the schema
- additionalProperties false by default (#88)
- jsonify req.body
- allow jsonified variants in response (e15f273)
- Better support for json-like input and outputs in the schema (f27e6f8)
- additionalProperties false by default (#88) (442fabb)
- change Jsonlike behavior for response body to allow both JsonValue and original type (b8716f6)
- jsonify req.body (636b343)
1.2.0 (2023-09-16)
1.1.4 (2023-08-21)
- bump test and fix schema with const tag (77d5a8b)
1.1.3 (2023-08-21)
1.1.2 (2023-05-19)
- bump all deps (4c6aca7)
1.1.1 (2022-10-22)
1.1.0 (2022-09-12)
1.0.1 (2022-08-05)
1.0.0 (2022-07-31)
- bump fastify and fix types
- $ref id replacement (482cbd4)
- bump fastify and fix types (eab5750)
- rename definitions to namespace (f887706)
- rename namespace to properties (89da88c)
0.8.0 (2022-07-03)
- bump to fastify4
- bump to fastify4 (b1e9813)
0.7.0 (2022-05-22)
- bump deps and expose logger and schema compiler generics from Fastify (80d209d)
0.6.0 (2022-01-04)
- empty response type should now be typed as never instead of void
- add typed params inferred from route path (613ef14)
0.5.0 (2021-07-30)
- add AsRouteObj to Service interface (f03cb41)
0.4.0 (2021-07-14)
- start correctly aliasing refs
- start correctly aliasing refs (6e3362d)
0.3.2 (2021-07-14)
- bump deps (584c73e)
0.3.1 (2021-02-25)
- fix schema generator in node v14 (391d59d)
0.3.0 (2021-02-24)
- treat redirect as reply (519e6ca)
0.2.1 (2021-02-24)
- Omit then from Reply to correctly infer AsReply return 🎉 (a2a143c)
0.2.0 (2021-02-19)
- bumping minor version as 0.1.x were published
- bumping minor version as 0.1.x were published (bd0d44c)
0.1.0 (2021-02-19)
- make response schema be a map of statuses instead of contents
- make response schema be a map of statuses instead of contents (a8fd0c7)
0.0.5 (2021-02-19)
- validate schema without responses and force send to be called (2ecda87)
0.0.4 (2021-02-18)
- release as latest dist-tag (9517815)
0.0.3 (2021-02-18)
- release as latest dist-tag (37e3541)
0.0.2 (2021-02-18)
- mention TS 4.2 requirement (fdc39d0)