Releases: seriousme/fastify-openapi-glue
Releases · seriousme/fastify-openapi-glue
v4.1.3
- fix: fixed "npm start" behaviour
- updated dependencies
- c8 ^7.12.0 → ^7.13.0
- fastify ^4.11.0 → ^4.13.0
- minimist ^1.2.7 → ^1.2.8
- tap ^16.3.3 → ^16.3.4
v4.1.2
Changed
- chore: replaced Prettier and ESlint by Rome
- fix: fix query string array handling in V3 parsing
- updated dependencies:
- fastify ^4.9.2 → ^4.11.0
- fastify-cli ^5.5.0 → ^5.7.1
- fastify-plugin ^4.3.0 → ^4.5.0
- husky ^8.0.1 → ^8.0.3
- tap ^16.3.0 → ^16.3.3
v4.1.1
Changed
- fix: Extend Typescript definitions for operationResolver option with method and path
v4.1.0
Changed
- feat: Extend operationResolver option with method and path
v4.0.3
Changed
- fix: remove FSTDEP012 warnings caused by test cases
- updated dependencies:
- @seriousme/openapi-schema-validator ^2.0.3 → ^2.1.0
- eslint ^8.23.0 → ^8.25.0
- fastify ^4.5.3 → ^4.9.2
- fastify-cli ^5.4.1 → ^5.5.0
- fastify-plugin ^4.2.1 → ^4.3.0
- minimist ^1.2.6 → ^1.2.7
v4.0.2
Changed
- fix: add default export to package.json
v4.0.1
Changed
- fix: handle recursive schema correctly
- updated dependencies:
- @seriousme/openapi-schema-validator ^2.0.2 → ^2.0.3
- fastify-plugin ^4.0.0 → ^4.2.1
- c8 ^7.11.3 → ^7.12.0
- eslint ^8.18.0 → ^8.23.0
- eslint-plugin-prettier ^4.1.0 → ^4.2.1
- fastify ^4.2.0 → ^4.5.3
- fastify-cli ^5.0.0 → ^5.4.1
v4.0.0
Changed
- fix: skip security if schemes empty (GuillaumeDeconinck)
- chore: add lint autoformat (GuillaumeDeconinck)
- updated dependencies:
- fastify ^4.0.3 → ^4.2.0
- fastify-cli ^4.1.1 → ^4.2.0
v3.3.1
Changed
- fix: make cli working again
- fix: add operationResolver to Typescript definitions
v3.3.0
New
- feat: custom operation resolver (bluebrown)