Releases: fastify/fastify-cors
Releases · fastify/fastify-cors
v8.2.0
What's Changed
- chore(deps): bump mnemonist from 0.39.4 to 0.39.5 by @dependabot in #233
- feature: allow custom hook name by @giulianok in #234
New Contributors
- @giulianok made their first contribution in #234
Full Changelog: v8.1.1...v8.2.0
v8.1.1
What's Changed
- chore: replace use of deprecated variadic
listen()
by @Fdawgs in #218 - chore(deps-dev): bump tsd from 0.22.0 to 0.23.0 by @dependabot in #221
- chore(deps-dev): bump tsd from 0.23.0 to 0.24.1 by @dependabot in #222
- add pre-commit hook and run linting in workflow by @Uzlopak in #228
- chore(deps): bump mnemonist from 0.39.2 to 0.39.3 by @dependabot in #229
- fix(types): make definitions
nodenext
compatible by @SuperchupuDev in #224 - chore(deps): bump mnemonist from 0.39.3 to 0.39.4 by @dependabot in #232
- expose named export by @akphi in #231
New Contributors
- @SuperchupuDev made their first contribution in #224
- @akphi made their first contribution in #231
Full Changelog: v8.1.0...v8.1.1
v8.1.0
What's Changed
- docs: update link to fastify 1.x compatible version by @is2ei in #202
- ci: migrate to fastify reusable workflow by @Fdawgs in #203
- Fix
origin
example by @christian-bromann in #204 - docs: update asynchronous example by @is2ei in #205
- docs(readme): update example by @Fdawgs in #206
- chore(.gitignore): use updated skeleton template by @Fdawgs in #207
- chore(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #208
- Update readme to mention fastify 4.x by @IanVS in #209
- chore(deps-dev): bump @types/node from 17.0.45 to 18.0.0 by @dependabot in #211
- chore(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #212
- chore(deps): bump fastify-plugin from 3.0.1 to 4.0.0 by @dependabot in #213
- Update README to Fastify v4 by @mcollina in #216
- ci: enable license checking by @Fdawgs in #217
- improve performance by @Uzlopak in #214
New Contributors
- @is2ei made their first contribution in #202
- @christian-bromann made their first contribution in #204
- @IanVS made their first contribution in #209
- @Uzlopak made their first contribution in #214
Full Changelog: v8.0.0...v8.1.0
v8.0.0
v7.0.0
What's Changed
- chore(deps): bump actions/setup-node from 2 to 3 by @dependabot in #190
- chore(deps-dev): bump tap from 15.2.3 to 16.0.0 by @dependabot in #191
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #192
- chore(deps-dev): bump tsd from 0.19.1 to 0.20.0 by @dependabot in #193
- chore(deps-dev): bump standard from 16.0.4 to 17.0.0 by @dependabot in #194
- Rename module by @jsumners in #195
New Contributors
Full Changelog: v6.0.3...v7.0.0
v6.0.3
What's Changed
- fix example by @Eomm in #155
- docs: fix origin checking examples by @azu in #185
- Fix 'isRequestOriginAllowed' returns mixed results when regex is used by @Tom-Brouwer in #152
New Contributors
- @azu made their first contribution in #185
- @Tom-Brouwer made their first contribution in #152
Full Changelog: v6.0.2...v6.0.3
v6.0.2
📚 PR:
- chore(deps-dev): bump tsd from 0.14.0 to 0.15.0 (#131)
- chore(deps): bump actions/checkout from 2 to 2.3.4 (#132)
- chore(deps): bump fastify/github-action-merge-dependabot (#133)
- chore(deps-dev): bump tsd from 0.15.1 to 0.16.0 (#134)
- chore(deps): bump fastify/github-action-merge-dependabot (#135)
- chore(deps-dev): bump tsd from 0.16.0 to 0.17.0 (#136)
- chore(deps): bump actions/setup-node from 2.1.5 to 2.2.0 (#138)
- chore(deps): bump fastify/github-action-merge-dependabot (#139)
- chore(deps-dev): bump @types/node from 15.14.1 to 16.0.0 (#140)
- fix hide options route by default (#142)
v6.0.1
v6.0.0
- chore: update docs and ci (#108)
- chore(deps): bump fastify/github-action-merge-dependabot (#109)
- docs(readme): grammatical fixes (#111)
- chore(deps): bump actions/setup-node from v2.1.4 to v2.1.5 (#112)
- chore(deps): bump fastify/github-action-merge-dependabot (#113)
- chore(deps): bump fastify/github-action-merge-dependabot (#114)
- chore(gitignore): use latest github ignore template (#115)
- ci: add
matrix.os
array to test on other os (#117) - feat: move to tap15 (#121)
- ci: remove redundant conditional (#122)
- Update README.md (#123)
- chore(deps-dev): bump @types/node from 14.14.42 to 15.0.0 (#125)
- ci: add nodejs v16 to test matrix (#126)
- feat: do no write header in case of non validation (#128)