Skip to content

Releases: fastify/fastify-helmet

v10.0.1

01 Oct 10:31
cde715c
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump tsd from 0.23.0 to 0.24.1 by @dependabot in #203
  • Replace deprecated context.config with routeConfig by @kylesgl in #204

New Contributors

  • @kylesgl made their first contribution in #204

Full Changelog: v10.0.0...v10.0.1

v10.0.0

31 Aug 08:54
afcea6f
Compare
Choose a tag to compare

What's Changed

  • chore(.gitignore): use updated skeleton template by @Fdawgs in #186
  • chore(deps-dev): bump @types/node from 17.0.45 to 18.0.0 by @dependabot in #187
  • chore(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #188
  • chore(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #189
  • chore(deps): bump fastify-plugin from 3.0.1 to 4.0.0 by @dependabot in #190
  • ci: enable license checking by @Fdawgs in #191
  • build(deps-dev): replace pre-commit with @fastify/pre-commit by @Fdawgs in #192
  • chore: replace use of deprecated variadic listen() by @Fdawgs in #194
  • move types to types folder, fix typing by @Uzlopak in #195
  • build(deps-dev): remove typescript by @Fdawgs in #197
  • chore(benchmarks): remove unused benchmarks by @Fdawgs in #198
  • ci: only trigger on pushes to main branches by @Fdawgs in #196
  • Fix lgtm alerts by @Uzlopak in #200
  • chore(deps-dev): bump tsd from 0.22.0 to 0.23.0 by @dependabot in #202
  • chore(deps): bump helmet from 5.1.1 to 6.0.0 by @dependabot in #201

New Contributors

Full Changelog: v9.1.0...v10.0.0

v9.1.0

23 May 11:11
9accd62
Compare
Choose a tag to compare

What's Changed

  • ci: migrate to fastify reusable workflow by @Fdawgs in #182
  • docs(readme): remove snyk and coveralls badges by @Fdawgs in #183
  • feat: propagate contentSecurityPolicy.useDefaults through to helmet by @chrskrchr in #184

Full Changelog: v9.0.0...v9.1.0

v8.1.0

23 May 11:11
bd4c2f3
Compare
Choose a tag to compare

What's Changed

  • feat: propagate contentSecurityPolicy.useDefaults through to helmet by @chrskrchr in #185

Full Changelog: v8.0.1...v8.1.0

v9.0.0

10 May 17:20
Compare
Choose a tag to compare

πŸ“š PR:

  • major: Bumped to Fastify v4 (#180)

v8.0.1

10 May 17:14
Compare
Choose a tag to compare

πŸ“š PR:

  • docs: update references to old fastify-* modules (#179)

v8.0.0

27 Apr 13:56
2ea5c0b
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v7.0.1

22 Jan 03:58
Compare
Choose a tag to compare

πŸ“š PR:

  • fix: checks if the helmet decorator exists before decorating reply (#167)
  • fix: changed the plugin implementation strategy (fix #168) (#169)

v7.0.0

15 Jan 14:43
Compare
Choose a tag to compare

Notes

This version is supposed to be a non-breaking change. Since it is a heavy refactor of the project structure, we decided to land it as a major.

πŸ“š PR:

  • feat: add options to allow specific routes helmet configuration and harmonize repository structure (#166)

v6.0.0

10 Jan 05:19
Compare
Choose a tag to compare

Breaking Change

  • Drop support of node 10

πŸ“š PR:

  • chore(deps): bump coverallsapp/github-action from 1.1.2 to 1.1.3 (#140)
  • chore(deps-dev): bump @types/node from 15.14.1 to 16.0.1 (#141)
  • chore(deps): bump actions/setup-node from 2.2.0 to 2.3.0 (#142)
  • chore(deps): bump actions/setup-node from 2.3.0 to 2.3.1 (#143)
  • chore(deps): bump actions/setup-node from 2.3.1 to 2.3.2 (#144)
  • chore(deps): bump actions/setup-node from 2.3.2 to 2.4.0 (#145)
  • chore(deps): bump fastify/github-action-merge-dependabot (#146)
  • chore(deps): bump fastify/github-action-merge-dependabot (#147)
  • chore(deps): bump fastify/github-action-merge-dependabot (#148)
  • chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#149)
  • chore(deps-dev): bump tsd from 0.17.0 to 0.18.0 (#150)
  • chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#151)
  • chore(deps): bump actions/checkout from 2.3.5 to 2.4.0 (#152)
  • chore(deps-dev): bump tsd from 0.18.0 to 0.19.0 (#153)
  • chore(deps): bump fastify/github-action-merge-dependabot (#154)
  • build(dependabot): ignore minor and patch github-actions updates (#155)
  • chore(deps): bump fastify/github-action-merge-dependabot (#156)
  • chore(deps): bump fastify/github-action-merge-dependabot (#157)
  • chore(deps-dev): bump @types/node from 16.11.14 to 17.0.0 (#159)
  • chore: upgrade github-action-merge-dependabot to v3 (#160)
  • build(deps)!: bump helmet from 4.6.0 to 5.0.1 (#164)
  • types: export FastifyHelmetOptions to TypeScript users (#165)