- chore: updated dependencies
- @seriousme/openapi-schema-validator ^2.2.4 → ^2.2.5
- chore: updated dependencies
- @biomejs/biome ^1.9.0 → ^1.9.4
- @seriousme/openapi-schema-validator ^2.2.3 → ^2.2.4
- fastify ^5.0.0 → ^5.1.0
- fastify-cli ^7.0.0 → ^7.0.1
- fastify-plugin ^5.0.0 → ^5.0.1
- fix: support "content" field for query string
- chore: updated dependencies
- @biomejs/biome ^1.8.3 → ^1.9.0
- @seriousme/openapi-schema-validator ^2.2.1 → ^2.2.3
- feat: added addCookieSchema option, see docs/cookieValidationHowTo.md (@pcafstockf)
- chore: updated dependencies
- @biomejs/biome ^1.8.1 → ^1.8.3
- fastify ^4.28.0 → ^4.28.1
- fastify-cli ^6.2.1 → ^6.3.0
- fix: fix passing opts in js generator template
- chore: updated dependencies
- @biomejs/biome ^1.6.3 → ^1.8.1
- c8 ^10.1.1 → ^10.1.2
- fastify ^4.26.2 → ^4.28.0
- fastify-cli ^6.1.1 → ^6.2.1
- feat: added addEmptySchema option, see README.md (ivan-tymoshenko)
- feat: add x-no-fastify-config option
- update: added a note on using subschemas to the documentation
- chore: removed husky as a dependency
- updated dependencies
- @biomejs/biome ^1.5.2 → ^1.6.3
- @seriousme/openapi-schema-validator ^2.1.5 → ^2.2.1
- fastify ^4.25.2 → ^4.26.2
- fastify-cli ^6.0.1 → ^6.1.1
- fix: securityHandlers fix for "AND" case
- fix: remove last traces of TAP from generator templates
- updated dependencies
- @biomejs/biome ^1.2.2 → ^1.5.2
- @seriousme/openapi-schema-validator ^2.1.2 → ^2.1.5
- c8 ^9.0.0 → ^9.1.0
- fastify ^4.23.2 → ^4.25.2
- fastify-cli ^6.0.0 → ^6.0.1
- fix: add warning for OpenAPI v3 cookie parameters
- no change, fixing latest tag on npmjs
- feat: Make initialize on Security Handlers async (AlexBroadbent)
- updated dependencies
- @biomejs/biome ^1.1.2 → ^1.2.2
- @seriousme/openapi-schema-validator ^2.1.1 → ^2.1.2
- fastify ^4.23.1 → ^4.23.2
- chore: replace Rome by Biome
- fix: removed tap as a dependency
- fix: replaced deprecated routeOption and routeSchema in documentation and tests
- updated dependencies
- @seriousme/openapi-schema-validator ^2.1.0 → ^2.1.1
- fastify ^4.21.0 → ^4.23.1
- fix: make additional validation for v2 non-body parameters work
- fix: make generic parameters work on v2 (swagger) spec
- updated dependencies
- c8 ^8.0.0 → ^8.0.1
- fastify ^4.17.0 → ^4.21.0
- fastify-cli ^5.7.1 → ^5.8.0
- fastify-plugin ^4.5.0 → ^4.5.1
- tap ^16.3.6 → ^16.3.8
- chore: replaced Tap by Node test
- update: rename 'service' option to 'serviceHandlers', 'service' still works but gives a deprecation warning.
- update: expanded documentation
- feat: return route options for operationResolver
- updated dependencies
- c8 ^7.13.0 → ^7.14.0
- rome ^12.0.0 → ^12.1.3
- tap ^16.3.4 → ^16.3.6
- fix: replaced context.schema by routeSchema in docs and tests
- updated dependencies
- fastify ^4.13.0 → ^4.17.0
- 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
- 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
- fix: Extend Typescript definitions for operationResolver option with method and path
- feat: Extend operationResolver option with method and path
- 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
- fix: add default export to package.json
- 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
- 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
- fix: make cli working again
- fix: add operationResolver to Typescript definitions
- feat: custom operation resolver (bluebrown)
- feat: allow custom status code in security handlers
- feat(route): allow passing route config in api spec (mhamann)
- Updated dependencies:
fastify ^4.0.0 → ^4.0.3
fastify-cli ^4.0.0 → ^4.1.1
tap ^16.2.0 → ^16.3.0
- Fixed import of fastify-openapi-glue in CommonJS code
- Support for Fastify 4.x
- User has full control over AJV behaviour, outside of the plugin.
- Migrated to ES Modules format
- Removed AJV options
- Service and Securityhandlers options can now only be an object or a class instance and no longer a filename or a function.
See UPGRADING.md for more details on how to upgrade.
- Feat: backport async security initializer from 4.4.0
- Fix Typescript definition
- Fix 'defaultAJV' option
- Added 'defaultAJV' option
- Updated dependencies: fastify-cli ^3.0.1 → ^3.1.0
- Updated dependencies:
@seriousme/openapi-schema-validator ^2.0.0 → ^2.0.2
fastify ^3.28.0 → ^3.29.0
fastify-cli ^2.15.0 → ^3.0.1
tap ^16.1.0 → ^16.2.0
- Updated dependencies:
@seriousme/openapi-schema-validator ^1.7.1 → ^2.0.0
tap ^16.0.1 → ^16.1.0
- Deprecation of Nodejs < 14
- Added Nodejs 18 to CI
- Updated dependencies:
@seriousme/openapi-schema-validator ^1.6.0 → ^1.7.1
ajv ^8.9.0 → ^8.11.0
minimist ^1.2.5 → ^1.2.6
fastify ^3.27.0 → ^3.28.0
tap ^15.1.6 → ^16.0.1
- Updated dependencies:
- @seriousme/openapi-schema-validator ^1.3.0 → ^1.6.0
- ajv ^8.6.2 → ^8.9.0
- fastify-plugin ^3.0.0 → ^3.0.1
- fastify ^3.20.2 → ^3.27.0
- fastify-cli ^2.13.0 → ^2.15.0
- tap ^15.0.9 → ^15.1.6
- fix(log): debug log of security handlers shows
undefined
- fix(log): additional log params get swallowed (mhamann)
- Replaced custom oai-formats by default ajv-formats
- Updated dependencies:
- fastify ^3.18.0 → ^3.20.2
- tap ^15.0.8 → ^15.0.9
- @seriousme/openapi-schema-validator ^1.1.5 → ^1.3.0
- ajv ^8.6.0 → ^8.6.2
- ajv-formats ^2.1.0 → ^2.1.1
- 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
- Fixed makeOperation so "get /user/{name}" becomes getUserByName as it used to
- Replaced @apidevtools/swagger-parser by @seriousme/openapi-schema-validator
- Added support for OpenApi 3.1
- Fix: formats ajv error to include property names (kutyepov)
- Added support for objects in querystring
- 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
- 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
- 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
- Added ES6 module support for service.js and security.js
- Updated dependencies:
- fastify ^3.7.0 → ^3.8.0
- 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
- 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
- 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
- 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
- Warnings for missing content handlers now go to the fastify log
- Bump fastify-plugin from 2.0.2 to 2.1.1
- 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
- Bump fastify from 3.0.3 to 3.1.1
- Bump swagger-parser from 10.0.0 to 10.0.
- Fixed typescript definitions (zekth)
- Just a version bump to fix operator error
- 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
- Migrated to fastify 3.0.0, major version as the change is not compatible with fastify 2.x.y.
- Made securityHandlers parameter optional in Typescript signature
- 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
- Added ajvOptions parameter (justinsc )
- Added Typescript definitions (Xaver Schulz)
- Fixed loss of 'this' in service.js (Xaver Schulz)
- Updated dependencies
- ajv ^6.12.0 → ^6.12.2
- fastify ^2.13.0 → ^2.13.1
- Updated dependencies
- ajv ^6.11.0 → ^6.12.0
- fastify-plugin ^1.6.0 → ^1.6.1
- minimist ^1.2.0 → ^1.2.5
- swagger-parser ^9.0.0 → ^9.0.1
- fastify ^2.11.0 → ^2.13.0
- fastify-cli ^1.3.0 → ^1.5.0
- tap ^14.10.6 → ^14.10.7
- Added noAdditional option
- Added nullable flag to ajv config
- Updated dependencies
- ajv ^6.10.2 → ^6.11.0
- ajv-oai ^1.1.5 → ^1.2.0
- swagger-parser ^8.0.3 → ^8.0.4
- fastify ^2.10.0 → ^2.11.0
- tap ^14.10.2 → ^14.10.6
- Fixed bug in Petshop example
- Updated dependencies:
- swagger-parser ^8.0.2 → ^8.0.3
- ajv-oai ^1.1.1 → ^1.1.5
- tap ^14.7.1 → ^14.10.2
- Enabled async service creation
- Updated dependencies:
- swagger-parser ^8.0.0 → ^8.0.2
- fastify ^2.6.0 → ^2.10.0
- fastify-cli ^1.1.0 → ^1.3.0
- tap ^14.4.2 → ^14.7.1
- enabled generic parameters on path items
- Added notes section to README.md to explain plugin behaviour better
- Updated dependencies:
- swagger-parser ^7.0.1 → ^8.0.0
- fastify-plugin ^1.5.0 → ^1.6.0
- fastify ^2.2.0 → ^2.6.0
- fastify-cli ^1.0.0 → ^1.1.0
- tap ^14.0.0 → ^14.4.2
prefix
option, see README.md- CHANGES.md
- Updated dependencies
- Updated dependencies
- Fixed handling of no parameters on V2
- Updated dependencies
- Updated dependencies
Initial version