Skip to content

Releases: Baroshem/nuxt-security

0.9.0

06 Dec 14:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

0.8.0

18 Nov 07:52
a07faa9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

0.7.0

11 Nov 14:04
1c93c65
Compare
Choose a tag to compare

What's Changed

  • docs: correct headers default config in docs by @Qrzy in #49
  • Chore/0.7.0 by @Baroshem in #53
  • Added new good practices docs
  • Bump to Nuxt 3.0.0-rc.13
  • Fixed some type issus
  • Found a reason for failing on Windows - now investigating further but also found a workaround

New Contributors

  • @Qrzy made their first contribution in #49

Full Changelog: v0.6.0...v0.7.0

0.6.0

04 Nov 11:14
56d42fe
Compare
Choose a tag to compare
  • Fixed issues with the module on Windows
  • Fixed issues in npm page
  • Added new docs about Security Good Practices
  • Fixed completely hiding 'X-Powered-By' header

What's Changed

Full Changelog: v0.5.0...v0.6.0

0.5.0

29 Oct 11:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

0.4.0

22 Oct 11:22
Compare
Choose a tag to compare

With this version we have refactored the security header middlewares into recently released routeRoules that should be faster and easier to override by the user.

Breaking Change (potential)

If you have added a custom headers that were supposed to ovveride the the default ones.

Previously security header middleware routes were '' empty strings and it was causing the middleware to be global.

Right now, with routeRoules, the route should be /** to make it global.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

0.3.0

15 Oct 12:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3.0

0.2.1

11 Oct 14:18
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

0.2.0

11 Oct 13:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

0.1.0

08 Oct 13:36
Compare
Choose a tag to compare

Full Changelog: https://github.com/Baroshem/nuxt-security/commits/v0.1.0

  • Same Security headers set as by popular Express.js middleware helmet
  • Request Size Limiter solving this
  • Rate Limiter solving this
  • Parameter Polution is handled by Nuxt automatically