Releases: greguz/fastify-no-additional-properties
Releases · greguz/fastify-no-additional-properties
v3.0.0
Breaking changes
- Fastify v5 is now required
Features
- Apply
additionalProperties: false
to schemas added with .addSchema
method (monkey-patching Fastify instance)
v2.5.0
Features
- Move to native ESM (CommonJS still in place, and better TypeScript support)
- Support combined types (example
{ "type": ["null", "object"] }
)
v2.4.0
Fix
- Fix response option not having any effect (#14)
Features
v2.3.0
Features
- Support Fastify v4 (v3 is still supported)
- Replace
tape
with ava
- Test against Node.js LTS >= v14
v2.2.0
Features
- Update README.md (#5)
- Iterate over response schemas (#7)
v2.1.1
Features
- Upgrade
fastify-plugin@^3.0.0
v2.1.0
Features
- Add support for
fluent-schema