Releases: fastify/fastify-swagger
Releases · fastify/fastify-swagger
v0.10.1
- fix(package): update fastify-static to version 0.11.0 (#68)
v0.10.0
- chore(package): update fs-extra to version 6.0.0 (#64)
- Fix: redirect to index (#67)
v0.8.3
- Added required for query params #51
v0.8.1
- Support
.all
routes #44 #38
- Do not ignore test files
v0.7.0
- Serve swagger-ui through fastify-static and swagger-ui-dist #39
v0.6.1
- serving oauth2-redirect.html; /documentation => /documentation/; - #36
v0.6.0
- Added fastify-swagger static mode - #30
v0.5.0
- Parse request form params - #29