Releases: seriousme/fastify-openapi-glue
Releases · seriousme/fastify-openapi-glue
v2.6.2
- Updated dependencies:
- fastify ^3.15.0 → ^3.18.0
- fastify-cli ^2.9.1 → ^2.13.0
- tap ^15.0.4 → ^15.0.8
- @seriousme/openapi-schema-validator ^1.1.2 → ^1.1.5
- ajv ^8.1.0 → ^8.6.0
- ajv-formats ^2.0.2 → ^2.1.0
v2.6.1
- Fixed makeOperation so "get /user/{name}" becomes getUserByName as it used to
v2.6.0
- Replaced @apidevtools/swagger-parser by @seriousme/openapi-schema-validator
- Added support for OpenApi 3.1
v2.5.1
- Fix: formats ajv error to include property names (kutyepov)
v2.5.0
- Added support for objects in querystring
v2.4.1
- Removed dependency on decimal.js-light
- Fixed bug in validation of 'Byte' format
- Updated dependencies:
- ajv ^7.0.3 → ^8.1.0
- ajv-formats ^1.5.1 → ^2.0.2
- fastify ^3.10.1 → ^3.15.0
- fastify-cli ^2.7.0 → ^2.9.1
- js-yaml ^4.0.0 → ^4.1.0
- tap ^14.11.0 → ^15.0.4
v2.4.0
- Removed dependency on ajv-oai
- Removed workaround for hasContentTypeParser
- Added AJV formats for 'binary' and 'password' to reduce warnings
- Updated dependencies:
- ajv ^6.12.6 → ^7.0.3
- js-yaml ^3.14.1 → ^4.0.0
- fastify ^3.9.2 → ^3.10.1
v2.3.1
- Updated dependencies:
- js-yaml ^3.14.0 → ^3.14.1
- fastify ^3.8.0 → ^3.9.2
- fastify-cli ^2.5.1 → ^2.7.0
- tap ^14.10.8 → ^14.11.0
v2.3.0
- Added ES6 module support for service.js and security.js
- Updated dependencies:
v2.2.2
- Added types property to package.json
- Updated dependencies:
- ajv ^6.12.5 → ^6.12.6
- ajv-oai ^1.2.0 → ^1.2.1
- fastify ^3.4.1 → ^3.7.0
- fastify-cli ^2.2.0 → ^2.5.1