Releases: kubetail-org/edge-csrf
Releases · kubetail-org/edge-csrf
2.5.2
What's Changed
- Support next v15 by @stefee in #70
- Fixes test error in nextjs package by @amorey in #73
- Adds support for Next 15 by @amorey in #74
- Upgraded dependencies by @amorey in #76
- Bump cookie from 0.6.0 to 0.7.0 by @dependabot in #77
- Upgraded cookie to 0.7.0 by @amorey in #78
New Contributors
- @stefee made their first contribution in #70
- @dependabot made their first contribution in #77
Full Changelog: 2.5.1...2.5.2
2.5.1
2.5.0
2.4.0-rc2
2.4.0-rc1
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
What's Changed
This is a new major version of Edge-CSRF (2.0.0) with several breaking changes:
- Splits functionality into three separate public packages:
@edge-csrf/nextjs
- Next.js integration library@edge-csrf/sveltekit
- SvelteKit integration library@edge-csrf/core
- Core API
- The integration libraries each offer high-level and low-level integration methods:
- A method for creating drop-in middleware (e.g.
createCsrfMiddleware()
,createCsrfHandle()
) - A method for creating functions that can be used inside middleware (e.g.
createCsrfProtect()
)
- A method for creating drop-in middleware (e.g.
- Internally the code was re-organized into a monorepo structure with three public packages and a private package for shared code using pnpm workspaces for management
- It should be easy to add new framework integrations with the new repo structure
Full Changelog: 1.0.11...2.0.0