fastify-swagger

Swagger documentation generator for Fastify

MIT License

Downloads
1.7M
Stars
864
Committers
139

Bot releases are hidden (Show)

fastify-swagger - v4.16.0

Published by mcollina over 2 years ago

What's Changed

Full Changelog: https://github.com/fastify/fastify-swagger/compare/v4.15.0...v4.16.0

fastify-swagger - v4.15.0

Published by mcollina over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-swagger/compare/v4.14.0...v4.15.0

fastify-swagger - v4.14.0

Published by Eomm over 2 years ago

📚 PR:

  • chore(deps-dev): bump swagger-ui-dist from 4.1.3 to 4.2.1 (#528)
  • adds support to externalDocs per route when using OAS 2.0 and updates FastifySchema interface (#527)
  • chore(deps-dev): bump swagger-ui-dist from 4.2.1 to 4.3.0 (#533)
  • build: reduce dependabot update frequency (#534)
  • chore (ci): migrate ci to fastify plugins reusable workflows (#531)
  • chore(deps-dev): bump swagger-ui-dist from 4.3.0 to 4.4.0 (#537)
  • feat(open-api): add required on body if necessary (#541)
fastify-swagger - v4.13.1

Published by climba03003 almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-swagger/compare/v4.13.0...v4.13.1

fastify-swagger - v4.13.0

Published by climba03003 almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-swagger/compare/v4.12.6...v4.13.0

fastify-swagger - v4.12.6

Published by climba03003 almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-swagger/compare/v4.12.5...v4.12.6

fastify-swagger - v4.12.5

Published by climba03003 almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-swagger/compare/v4.12.4...v4.12.5

fastify-swagger - v4.12.4

Published by climba03003 about 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-swagger/compare/v4.12.3...v4.12.4

fastify-swagger - v4.12.3

Published by mcollina about 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-swagger/compare/v4.12.2...v4.12.3

fastify-swagger - v4.12.2

Published by Eomm about 3 years ago

📚 PR:

  • chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#481)
  • fix: generate correct openapi with response schema containing ref (#480)
fastify-swagger - v4.12.1

Published by Eomm about 3 years ago

📚 PR:
- add: uiHooks type definition #476 (#477)
- chore(deps-dev): bump swagger-ui-dist from 3.52.2 to 3.52.3 (#473)
- chore(deps): bump fastify/github-action-merge-dependabot (#471)
- fix: OpenApi nested ref in #/components/schemas/ (#472)

fastify-swagger - v4.12.0

Published by Eomm about 3 years ago

📚 PR:

  • chore(deps-dev): bump swagger-ui-dist from 3.52.0 to 3.52.1 (#463)
  • chore(deps-dev): bump swagger-ui-dist from 3.52.1 to 3.52.2 (#464)
  • chore(deps-dev): bump joi-to-json from 1.5.0 to 2.0.0 (#467)
  • feat: documentation authorization (#466)
fastify-swagger - v4.11.0

Published by Eomm about 3 years ago

📚 PR:

  • feat: add support for "default" parameter (#461)
fastify-swagger - v4.10.0

Published by Eomm about 3 years ago

📚 PR:

  • feat: customize def-0 model name (#459)
fastify-swagger - v4.9.1

Published by climba03003 about 3 years ago

📚 PR:

  • Enable custom path verbs by addressing param finding regex (#444)
fastify-swagger - v4.9.0

Published by climba03003 about 3 years ago

📚 PR:

  • chore(deps): bump actions/setup-node from 2.3.0 to 2.3.1 (#449)
  • chore(deps): bump actions/setup-node from 2.3.1 to 2.3.2 (#451)
  • Add links property type to RouteShorthandOptions interface (#450)
  • chore(deps): bump actions/setup-node from 2.3.2 to 2.4.0 (#452)
  • chore(deps): bump fastify/github-action-merge-dependabot (#453)
  • chore(deps-dev): bump swagger-ui-dist from 3.51.2 to 3.52.0 (#454)
  • feat: Extract the type of initOAuth and uiConfig (#456)
fastify-swagger - v4.8.4

Published by climba03003 about 3 years ago

📚 PR:

  • chore(deps): bump actions/setup-node from 2.2.0 to 2.3.0 (#442)
  • chore(deps-dev): bump swagger-ui-dist from 3.51.1 to 3.51.2 (#448)
  • Add validatorUrl to the FastifySwaggerOptions interface (#445)
fastify-swagger - v4.8.3

Published by mcollina over 3 years ago

📚 PR:

  • chore(deps-dev): bump swagger-ui-dist from 3.51.0 to 3.51.1 (#435)
  • chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0 (#436)
  • chore(deps-dev): bump @types/node from 15.14.1 to 16.0.0 (#437)
  • chore(deps): bump fastify/github-action-merge-dependabot (#438)
  • chore(deps): bump openapi-types from 8.0.0 to 9.1.0 (#439)
  • chore: defining empty bodies for any status codes (#440)
fastify-swagger - v4.8.2

Published by mcollina over 3 years ago

📚 PR:

  • fix(openapi): fix global schema references in fastify (#433)
fastify-swagger - v4.8.1

Published by climba03003 over 3 years ago

📚 PR:

  • chore(deps-dev): bump swagger-ui-dist from 3.50.0 to 3.51.0 (#430)
  • fix: openapi examples (#431)