Skip to content

Releases: aiji42/next-with-split

v6.0.0

04 Apr 02:47
443f82f
Compare
Choose a tag to compare

6.0.0 (2023-04-04)

Bug Fixes

Features

  • support for next.js v13 (RequestCookie) (6f8f858)

BREAKING CHANGES

  • If you are using Next.js v12 series, use next-with-split@5.1.0.

v5.1.0

25 Jul 14:58
d17458c
Compare
Choose a tag to compare

5.1.0 (2022-07-25)

Features

  • remove unnecessary processing and reduce size (085e5bf)

v5.1.0-beta.1

25 Jul 14:54
Compare
Choose a tag to compare
v5.1.0-beta.1 Pre-release
Pre-release

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

Features

  • remove unnecessary processing and reduce size (085e5bf)

v5.0.0

10 Jul 09:18
7141f09
Compare
Choose a tag to compare

5.0.0 (2022-07-10)

Features

  • abolish default export require('next-with-split') (710d1dd)
  • abolish the function to manage middleware (7abd7cb)
  • support Next.js v12.2 (7f40d71)

BREAKING CHANGES

  • manage: true is not available any more.
    since Next.js v12.2, only one middleware can be installed in a project.

v5.0.0-beta.1

10 Jul 07:37
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

5.0.0-beta.1 (2022-07-10)

Features

  • abolish default export require('next-with-split') (710d1dd)
  • abolish the function to manage middleware (7abd7cb)

BREAKING CHANGES

  • manage: true is not available any more.
    since Next.js v12.2, only one middleware can be installed in a project.

v4.3.2

06 Jun 15:51
8c17362
Compare
Choose a tag to compare

4.3.2 (2022-06-06)

Bug Fixes

  • forced reload when used with next.config rewrite rules #225 (5c7d34a)

v4.3.2-beta.2

06 Jun 15:41
Compare
Choose a tag to compare
v4.3.2-beta.2 Pre-release
Pre-release

4.3.2-beta.2 (2022-06-06)

Bug Fixes

v4.3.1

03 Mar 15:42
2745521
Compare
Choose a tag to compare

4.3.1 (2022-03-03)

Bug Fixes

v4.3.1-beta.1

03 Mar 15:34
Compare
Choose a tag to compare
v4.3.1-beta.1 Pre-release
Pre-release

4.3.1-beta.1 (2022-03-03)

Bug Fixes

v4.3.0

26 Jan 15:13
770294d
Compare
Choose a tag to compare

4.3.0 (2022-01-26)

Bug Fixes

  • avoid showing unwanted stack traces (343193c)
  • change the command for middleware installation (997247e)
  • duplicating error message (7f97eb4)
  • error mesage of script.ts (a5edaea)

Features

  • allow the splits option to control the installation of middleware (0f5b9a0)
  • auto install middleware (9c928f2)
  • auto remove middleware when A/B tests are stopping (de169d2)
  • auto remove middleware when specified SPLIT_DISABLE (50224a2)
  • change the configuration values of middleware management (8005bd1)
  • preventing unintended middleware overwritess (c31e5a3)
  • use yargs to create gorgeous commands (3382f66)