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 - v4.3.0-beta.1

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

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

Features

  • auto install middleware (9c928f2)
next-with-split - v4.2.3

Published by github-actions[bot] almost 3 years ago

4.2.3 (2021-12-23)

Bug Fixes

  • incorrect assignment when navigating from outside the target (bb57fab)
next-with-split - v4.2.3-beta.1

Published by github-actions[bot] almost 3 years ago

4.2.3-beta.1 (2021-12-22)

Bug Fixes

  • incorrect assignment when navigating from outside the target (bb57fab)
next-with-split - v4.2.2

Published by github-actions[bot] almost 3 years ago

4.2.2 (2021-12-21)

Bug Fixes

  • unable to navigate by prefetch on A/B test target paths (0224cfe)
next-with-split - v4.2.1-beta.2

Published by github-actions[bot] almost 3 years ago

4.2.1-beta.2 (2021-12-21)

Bug Fixes

  • unable to navigate by prefetch on A/B test target paths (0224cfe)
next-with-split - v4.2.1

Published by github-actions[bot] almost 3 years ago

4.2.1 (2021-12-20)

Bug Fixes

  • fails to allocate traffic when navigating (47d05bf)
next-with-split - v4.2.1-beta.1

Published by github-actions[bot] almost 3 years ago

4.2.1-beta.1 (2021-12-20)

Bug Fixes

  • fails to allocate traffic when navigating (47d05bf)
next-with-split - v4.2.0

Published by github-actions[bot] almost 3 years ago

4.2.0 (2021-12-08)

Features

  • access from bots should be allocated to the original (b62c681)
  • prevent rewrite loops (29edf30)
  • validate the configuration values when starting the server (292548b)
next-with-split - v4.2.0-beta.1

Published by github-actions[bot] almost 3 years ago

4.2.0-beta.1 (2021-12-08)

Features

  • access from bots should be allocated to the original (b62c681)
  • prevent rewrite loops (29edf30)
  • validate the configuration values when starting the server (292548b)
next-with-split - v4.1.0

Published by github-actions[bot] almost 3 years ago

4.1.0 (2021-11-08)

Features

  • auto correction of host protocol (5b14737)
next-with-split - v4.1.0-beta.1

Published by github-actions[bot] almost 3 years ago

4.1.0-beta.1 (2021-11-08)

Features

  • auto correction of host protocol (5b14737)
next-with-split - v4.0.1

Published by github-actions[bot] almost 3 years ago

4.0.1 (2021-11-01)

Bug Fixes

  • bug that cannot be resolved by host in production (79360ee)
next-with-split - v4.0.0

Published by github-actions[bot] almost 3 years ago

4.0.0 (2021-11-01)

Features

  • support Next.js v12 middleware (b09336b)

BREAKING CHANGES

  • Next.js v12 is required
  • pages/split-challenge/[__key].js has been deprecated
  • it runs on pages/middleware.js
  • maxAge for cookies changed to milliseconds
next-with-split - v4.0.0-beta.2

Published by github-actions[bot] almost 3 years ago

4.0.0-beta.2 (2021-10-31)

Bug Fixes

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

Published by github-actions[bot] almost 3 years ago

4.0.0-beta.1 (2021-10-31)

Features

  • support Next.js v12 middleware (b09336b)

BREAKING CHANGES

  • Next.js v12 is required
  • pages/split-challenge/[__key].js has been deprecated
  • it runs on pages/middleware.js
  • maxAge for cookies changed to milliseconds
next-with-split - v3.3.2

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

3.3.2 (2021-10-14)

Bug Fixes

  • upgrade next.js and update types (97cb72d)
next-with-split - v3.3.1

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

3.3.1 (2021-09-26)

Bug Fixes

next-with-split - v3.3.0

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

3.3.0 (2021-08-24)

Features

  • collaborate with Spectrum (425e064)
next-with-split - v3.3.0-beta.1

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

3.3.0-beta.1 (2021-08-18)

Features

  • collaborate with Spectrum (425e064)
next-with-split - v3.2.1

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

3.2.1 (2021-08-12)

Bug Fixes

  • bug that required husky install (0435b0d)