issues
search
axa-group
/
bauta.js
Bauta.js is an add-on for your Node.js applications such as Express.js or Fastify.
Other
42
stars
3
forks
source link
feat(fastify): update to fastity v4
#31
Closed
javi11
closed
2 years ago
javi11
commented
2 years ago
Pull Request Template
PR Checklist
[x] I have run
npm test
locally and all tests are passing.
[x] I have added/updated tests for any new behavior.
[x] I have added/updated documentation for any new behavior.
[x] If this is a significant change, an issue has already been created where the problem / solution was discussed: [#17]
PR Description
BREAKING CHANGE: update to fastify v4
feat: use @fastify/swagger to expose the explorer
BREAKING CHANGE: explorer exposed on /${API_VERSION}/explorer for fastify plugin
BREAKING CHANGE: fastify
strict serialization
is enabled by default.
franher
commented
2 years ago
Closes #17
Pull Request Template
PR Checklist
npm test
locally and all tests are passing.PR Description