Skip to content

Releases: Baroshem/nuxt-security

0.14.2

19 Jul 06:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.1...v0.14.2

0.14.1

18 Jul 08:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.14.1

0.14.0

14 Jul 06:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.1...v0.14.0

0.13.1

19 Jun 09:04
Compare
Choose a tag to compare

What's Changed

  • docs: fix typo by @lanluartes in #139
  • fix(docs): default value for Permissions-Policy by @tmlmt in #148
  • Install options by @Droutin in #143
  • feat: basic auth exclude routes option by @alexbidenko1998 in #145
  • fix: add compatibility for modern module resolutions by @kyranet in #157

New Contributors

Full Changelog: v0.13.0...v0.13.1

0.13.0

21 Mar 12:40
87afdec
Compare
Choose a tag to compare

馃毃 Breaking Changes

This Release introduces a new approach to registering security headers and middlewares by using the routeRules. I tried my best to provide backward compatibility but you may experience issues in your projects.

Basically, the configuration provided in security object in nuxt.config.ts is now used as a global configuration while any per-route configuration is now handled by routeRules.

Check out the docs to see the changes: https://nuxt-security.vercel.app/getting-started/configuration

What's Changed

Full Changelog: v0.12.0...v0.13.0

0.12.0

09 Mar 14:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

0.11.0

02 Mar 09:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.2...v0.11.0

0.10.2

30 Jan 08:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.10.2

0.10.1

16 Jan 13:46
Compare
Choose a tag to compare

What's Changed

  • fix: add runtime dir to nitro inline array by @pi0 in #84

New Contributors

  • @pi0 made their first contribution in #84

Full Changelog: v0.10.0...v0.10.1

0.10.0

02 Jan 11:13
Compare
Choose a tag to compare

What's Changed

  • fix: use custom merger for options to avoid array values concatenation by @Qrzy in #80
  • docs: add video tutorial by @Baroshem in #76
  • feat: optional throw error by @Baroshem in #75
  • feat: add enabled config option by @Baroshem in #72

Full Changelog: v0.9.0...v0.10.0