Releases: kubetail-org/edge-csrf
Releases · kubetail-org/edge-csrf
1.0.10
v1.0.7
- Fixed issue with handling of multiple server actions https://github.com/amorey/edge-csrf/issues/18
v1.0.7-rc1
- Fixed issue with handling of multiple server actions https://github.com/amorey/edge-csrf/issues/18
v1.0.6
v1.0.4
v1.0.3
v1.0.3-rc1
Added excludePathPrefixes
config option which excludes paths which matches one of the prefixes from CSRF checking/setting entirely.*
v1.0.1
Added missing dist/
directory to npm package.
Bug fixes
- Re-pushed package to npm (https://github.com/amorey/edge-csrf/issues/3)
v1.0.0
Bug fixes for environments that require commonjs, upgraded to Next.js 13.
Bug fixes
- Added commonjs support to npm package (https://github.com/amorey/edge-csrf/issues/2) (amorey@25c8912)
Features
- Upgraded Next.js dependency to Next.js 13 (amorey@63f2bdf)