Skip to content

Releases: fastify/fastify-cors

v8.2.0

08 Nov 09:46
ad759a7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.1.1...v8.2.0

v8.1.1

25 Oct 07:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.1.0...v8.1.1

v8.1.0

03 Aug 21:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.0...v8.1.0

v8.0.0

11 May 15:09
3ae1d56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.0...v8.0.0

v7.0.0

27 Apr 13:45
91defbe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.3...v7.0.0

v6.0.3

23 Feb 08:02
Compare
Choose a tag to compare

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

Full Changelog: v6.0.2...v6.0.3

v6.0.2

14 Jul 07:52
Compare
Choose a tag to compare

📚 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

07 May 10:04
Compare
Choose a tag to compare

📚 PR:

  • fix: cors options pass by promise (#130)

v6.0.0

29 Apr 08:55
Compare
Choose a tag to compare
  • 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)

v5.2.0

25 Jan 07:41
Compare
Choose a tag to compare

📚 PR:

  • feat: support configuring CORS asynchronously (#107)