Skip to content

Releases: aiji42/next-fortress

v5.0.1

16 Aug 00:31
87985c7
Compare
Choose a tag to compare

5.0.1 (2022-08-16)

Bug Fixes

  • update how cookies are read and extracted from NextCookies (a24d318)

v5.1.0-beta.1

12 Jul 00:31
Compare
Choose a tag to compare
v5.1.0-beta.1 Pre-release
Pre-release

5.1.0-beta.1 (2022-07-12)

Features

  • improve makeFirebaseInspector by using cache api (c32d3be)

v5.0.0

11 Jul 15:34
ca2b1f1
Compare
Choose a tag to compare

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

11 Jul 15:24
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

5.0.0-beta.1 (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.

v4.0.1

02 May 08:44
8c8eecd
Compare
Choose a tag to compare

4.0.1 (2022-05-02)

Bug Fixes

v4.0.1-beta.1

02 May 08:16
Compare
Choose a tag to compare
v4.0.1-beta.1 Pre-release
Pre-release

4.0.1-beta.1 (2022-05-02)

Bug Fixes

v4.0.0

04 Jan 02:25
ec4cb93
Compare
Choose a tag to compare

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

04 Jan 02:07
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

4.0.0-beta.1 (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

v3.2.1

21 Dec 08:22
cd0dbda
Compare
Choose a tag to compare

3.2.1 (2021-12-21)

Bug Fixes

  • handle fallback on preflight (6599177)

v3.2.1-beta.1

21 Dec 07:08
Compare
Choose a tag to compare
v3.2.1-beta.1 Pre-release
Pre-release

3.2.1-beta.1 (2021-12-21)

Bug Fixes

  • handle fallback on preflight (6599177)