next-with-split

This is a plugin for split testing (A/B testing) in Next.js.

MIT License

Downloads
693
Stars
68
Committers
2

Bot releases are visible (Hide)

next-with-split - v6.0.0 Latest Release

Published by github-actions[bot] over 1 year ago

6.0.0 (2023-04-04)

Bug Fixes

Features

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

BREAKING CHANGES

next-with-split - v5.1.0

Published by github-actions[bot] about 2 years ago

5.1.0 (2022-07-25)

Features

  • remove unnecessary processing and reduce size (085e5bf)
next-with-split - v5.1.0-beta.1

Published by github-actions[bot] about 2 years ago

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

Features

  • remove unnecessary processing and reduce size (085e5bf)
next-with-split - v5.0.0

Published by github-actions[bot] over 2 years ago

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.
next-with-split - v5.0.0-beta.1

Published by github-actions[bot] over 2 years ago

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.
next-with-split - v4.3.2

Published by github-actions[bot] over 2 years ago

4.3.2 (2022-06-06)

Bug Fixes

  • forced reload when used with next.config rewrite rules #225 (5c7d34a)
next-with-split - v4.3.2-beta.2

Published by github-actions[bot] over 2 years ago

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

Bug Fixes

next-with-split - v4.3.1

Published by github-actions[bot] over 2 years ago

4.3.1 (2022-03-03)

Bug Fixes

next-with-split - v4.3.1-beta.1

Published by github-actions[bot] over 2 years ago

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

Bug Fixes

next-with-split - v4.3.0

Published by github-actions[bot] over 2 years ago

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)
next-with-split - v4.3.0-beta.11

Published by github-actions[bot] over 2 years ago

4.3.0-beta.11 (2022-01-26)

Features

  • auto remove middleware when A/B tests are stopping (de169d2)
next-with-split - v4.3.0-beta.10

Published by github-actions[bot] over 2 years ago

4.3.0-beta.10 (2022-01-25)

Features

  • change the configuration values of middleware management (8005bd1)
next-with-split - v4.3.0-beta.9

Published by github-actions[bot] over 2 years ago

4.3.0-beta.9 (2022-01-24)

Bug Fixes

  • error mesage of script.ts (a5edaea)
next-with-split - v4.3.0-beta.8

Published by github-actions[bot] over 2 years ago

4.3.0-beta.8 (2022-01-24)

Bug Fixes

  • duplicating error message (7f97eb4)
next-with-split - v4.3.0-beta.7

Published by github-actions[bot] over 2 years ago

4.3.0-beta.7 (2022-01-24)

Bug Fixes

  • avoid showing unwanted stack traces (343193c)
next-with-split - v4.3.0-beta.6

Published by github-actions[bot] over 2 years ago

4.3.0-beta.6 (2022-01-24)

Features

  • auto remove middleware when specified SPLIT_DISABLE (50224a2)
next-with-split - v4.3.0-beta.5

Published by github-actions[bot] over 2 years ago

4.3.0-beta.5 (2022-01-24)

Features

  • preventing unintended middleware overwritess (c31e5a3)
next-with-split - v4.3.0-beta.4

Published by github-actions[bot] over 2 years ago

4.3.0-beta.4 (2022-01-23)

Bug Fixes

  • change the command for middleware installation (997247e)
next-with-split - v4.3.0-beta.3

Published by github-actions[bot] over 2 years ago

4.3.0-beta.3 (2022-01-23)

Features

  • allow the splits option to control the installation of middleware (0f5b9a0)
next-with-split - v4.3.0-beta.2

Published by github-actions[bot] over 2 years ago

4.3.0-beta.2 (2022-01-23)

Features

  • use yargs to create gorgeous commands (3382f66)