Skip to content

0.13.0

Compare
Choose a tag to compare
@Baroshem Baroshem released this 21 Mar 12:40
· 683 commits to main since this release
87afdec

🚨 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