Releases: aiji42/next-fortress
Releases · aiji42/next-fortress
v5.0.1
5.0.1 (2022-08-16)
Bug Fixes
- update how cookies are read and extracted from NextCookies (a24d318)
v5.1.0-beta.1
Features
- improve makeFirebaseInspector by using cache api (c32d3be)
v5.0.0
5.0.0 (2022-07-11)
Features
- improve path of imports e.g. `from 'next-fortress/ip' (5d80ff6)
- support Next.js v12.2 middleware (24d206f)
BREAKING CHANGES
- Next.js v12.2 has a disruptive change to the middleware.
See Vercel's documentation for details.
v5.0.0-beta.1
Features
- improve path of imports e.g. `from 'next-fortress/ip' (5d80ff6)
- support Next.js v12.2 middleware (24d206f)
BREAKING CHANGES
- Next.js v12.2 has a disruptive change to the middleware.
See Vercel's documentation for details.
v4.0.1
4.0.1 (2022-05-02)
Bug Fixes
v4.0.0
4.0.0 (2022-01-04)
Features
- cognito: check cookies strictly by specifying userPoolWebClientIdfeat (4c3ab06)
BREAKING CHANGES
- cognito: arguments of makeCognitoInspector has been changed
the second is an object type and specifies the para meter of CognitoUserPool
v4.0.0-beta.1
Features
- cognito: check cookies strictly by specifying userPoolWebClientIdfeat (4c3ab06)
BREAKING CHANGES
- cognito: arguments of makeCognitoInspector has been changed
the second is an object type and specifies the para meter of CognitoUserPool
v3.2.1
3.2.1 (2021-12-21)
Bug Fixes
- handle fallback on preflight (6599177)
v3.2.1-beta.1
Bug Fixes
- handle fallback on preflight (6599177)