Releases: Coobaha/typed-fastify
Releases · Coobaha/typed-fastify
v3.0.0
3.0.0 (2024-10-18)
⚠ BREAKING CHANGES
Node 18 support has been dropped as it is no longer supported by this project.
Features
v2.3.0
2.3.0 (2024-04-01)
Features
v2.2.0
2.2.0 (2024-03-17)
Features
v2.1.4
2.1.4 (2024-03-07)
Bug Fixes
- include schema option in route declaration (#149) (81dd230)
v2.1.3
2.1.3 (2024-01-01)
Bug Fixes
v2.1.2
2.1.2 (2023-12-23)
Bug Fixes
v2.1.1
2.1.1 (2023-11-19)
Bug Fixes
- allow gen command to accept multiple files (273d532)
v2.1.0
2.1.0 (2023-11-19)
Features
v2.0.1
2.0.1 (2023-11-04)
Bug Fixes
- move std-env to dependencies from devDependencies (002b12a)
v2.0.0
2.0.0 (2023-11-04)
⚠ BREAKING CHANGES
- Better support for json-like input and outputs in the schema
- additionalProperties false by default (#88)
- jsonify req.body
Features
- allow jsonified variants in response (e15f273)
- Better support for json-like input and outputs in the schema (f27e6f8)
Bug Fixes
- additionalProperties false by default (#88) (442fabb)
- change Jsonlike behavior for response body to allow both JsonValue and original type (b8716f6)
- jsonify req.body (636b343)