Releases: aiji42/next-with-split
Releases · aiji42/next-with-split
v6.0.0
v5.1.0
v5.1.0-beta.1
v5.0.0
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
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
v4.3.2-beta.2
v4.3.1
4.3.1 (2022-03-03)
Bug Fixes
- error of middleware relative urls (https://nextjs.org/docs/messages/middleware-relative-urls) (191f0b9)
v4.3.1-beta.1
4.3.1-beta.1 (2022-03-03)
Bug Fixes
- error of middleware relative urls (https://nextjs.org/docs/messages/middleware-relative-urls) (191f0b9)
v4.3.0
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)