Releases: fastify/fastify-swagger
Releases · fastify/fastify-swagger
v9.5.2
What's Changed
- chore(ci): fix node 24 tests by @rozzilla in #873
- refactor: remove unused done function by @inyourtime in #874
- docs: use cross-platform compatible info emoji by @Fdawgs in #875
- chore(license): update date ranges; standardise style by @Fdawgs in #880
- chore: remove .taprc file by @Tony133 in #884
- fix: ignore typing Tests by @Uzlopak in #883
- chore(deps-dev): bump @apidevtools/swagger-parser from 10.1.1 to 12.0.0 by @dependabot[bot] in #885
- chore(deps-dev): bump @types/node from 22.15.34 to 24.0.8 by @dependabot[bot] in #886
- docs: add note on @fastify/swagger registration order by @RemyMachado in #891
- docs(readme): fix note style by @Fdawgs in #892
- Remove redundant check by @fedyk in #895
- chore(.npmrc): ignore scripts by @Fdawgs in #896
- build(deps-dev): remove @fastify/pre-commit by @Fdawgs in #897
- fix: remove defs when ref already defined in schema by @cyky in #888
New Contributors
- @Tony133 made their first contribution in #884
- @RemyMachado made their first contribution in #891
- @fedyk made their first contribution in #895
- @cyky made their first contribution in #888
Full Changelog: v9.5.1...v9.5.2
v9.5.1
What's Changed
- chore(deps-dev): bump fluent-json-schema from 5.0.0 to 6.0.0 by @dependabot in #869
- chore(deps-dev): bump tsd from 0.31.2 to 0.32.0 by @dependabot in #870
- fix: prevent mutation of response headers schema by @inyourtime in #871
- fix(types): fix route config options by @inyourtime in #867
New Contributors
- @inyourtime made their first contribution in #871
Full Changelog: v9.5.0...v9.5.1
v9.5.0
v9.4.2
v9.4.1
What's Changed
- docs(readme): update ci badge syntax by @Fdawgs in #841
- build(deps-dev): replace standard with neostandard by @Fdawgs in #842
- chore(deps-dev): bump neostandard from 0.11.9 to 0.12.0 by @dependabot in #844
- build(deps-dev): add eslint, peer dep of neostandard by @Fdawgs in #845
- chore(package): add funding by @Fdawgs in #846
- test: remove unused params by @Fdawgs in #847
- refactor: prefix unused params with underscores by @Fdawgs in #848
- refactor(lib/util/read-package-json): remove unused catch binding by @Fdawgs in #849
- test: migrate from tap to node:test and c8 by @R-Campbell in #843
- perf: use optional chaining by @Fdawgs in #850
- fix(types): fix plugin options by @Uzlopak in #851
- perf(lib): replace accumulator spread with object.assign by @Fdawgs in #852
- docs(readme): spelling and grammar fixes by @Fdawgs in #853
Full Changelog: v9.4.0...v9.4.1
v9.4.0
What's Changed
- ci(ci): rename ci workflow by @Fdawgs in #840
- feat: Add custom decorator support by @R-Campbell in #837
Full Changelog: v9.3.0...v9.4.0
v9.3.0
What's Changed
- chore(deps-dev): bump @fastify/cookie from 10.0.1 to 11.0.1 by @dependabot in #827
- docs: Adding Fastify 5 Compatibilty Row by @smrrazavian in #828
- feat(openapi): add support for callbacks by @ThomasFlorelli in #829
- refactor(test/spec/openapi/option): use
Object.hasOwn()by @Fdawgs in #831 - fix: soft fail fallback response description lookups by @samchungy in #832
- chore(deps): bump fastify/workflows from 5.0.0 to 5.0.1 by @dependabot in #833
- docs(readme): standardize compatibility table style by @Fdawgs in #834
- style: remove trailing whitespace by @Fdawgs in #835
- fix(openapi): support full callbacks spec by @R-Campbell in #838
New Contributors
- @smrrazavian made their first contribution in #828
- @ThomasFlorelli made their first contribution in #829
- @R-Campbell made their first contribution in #838
Full Changelog: v9.2.0...v9.3.0