Releases: seriousme/fastify-openapi-glue
Releases · seriousme/fastify-openapi-glue
v2.2.1
- Fixed missing slash in generator template
- Updated dependencies:
- ajv ^6.12.4 → ^6.12.5
- fastify-plugin ^2.3.1 → ^2.3.4
- swagger-parser ^10.0.1 → ^10.0.2
- fastify ^3.2.1 → ^3.4.1
v.2.2.0
- Added "x-" properties to the fastify reply context
- Updated dependencies:
- ajv ^6.12.3 → ^6.12.4
- fastify-plugin ^2.3.0 → ^2.3.1
- fastify ^3.2.0 → ^3.2.1
- fastify-cli ^2.1.0 → ^2.2.0
v2.1.0
- Enable passthrough of security handler errors (@mhamann)
- Added parameters and initializer to securityHandlers (see docs/securityHandlers.md)
- Refactored index.js and parsers
- Updated examples to v3
- Added tests
- Updated dependencies:
- fastify-plugin ^2.0.0 → ^2.3.0
- swagger-parser ^10.0.0 → ^10.0.1
- fastify ^3.0.0 → ^3.2.0
- fastify-cli ^2.0.2 → ^2.1.0
- tap ^14.10.7 → ^14.10.8
v2.0.5
- Warnings for missing content handlers now go to the fastify log
- Bump fastify-plugin from 2.0.2 to 2.1.1
v2.0.4
- Fix stripResponseFormats for recursive schemas (@lundibundi)
- Bump fastify-plugin from 2.0.1 to 2.0.2
- Bump tap from 14.10.7 to 14.10.8
v2.0.3
- Bump fastify from 3.0.3 to 3.1.1
- Bump swagger-parser from 10.0.0 to 10.0.
- Fixed typescript definitions (@zekth )
v2.0.2
- Bump fastify from 3.0.0 to 3.0.3
- Bump swagger-parser from 9.0.1 to 10.0.
- Bump fastify-plugin from 2.0.0 to 2.0.1
- [Security] Bump lodash from 4.17.15 to 4.17.19
v2.0.0
- Migrated to fastify 3.0.0, major version as the change is not compatible with fastify 2.x.y.
v1.7.1
- Made securityHandlers parameter optional in Typescript signature
v1.7.0
- Added securityHandlers parameter (@mhamann)
- Updated dependencies
- ajv ^6.12.2 → ^6.12.3
- js-yaml ^3.13.1 → ^3.14.0
- fastify ^2.13.1 → ^2.15.1