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 - v3.2.0

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

3.2.0 (2021-08-11)

Features

  • adding feature that applies bias to spliting allocation (56e7241)
next-with-split - v3.1.0

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

3.1.0 (2021-07-21)

Features

  • enable the default preview mode feature in Next.js (d49c857)
  • pass headers backward on a reverse proxy (01baf67)
next-with-split - v3.0.1

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

3.0.1 (2021-07-17)

Bug Fixes

  • fix mistakes in README. (84f73a9)
next-with-split - v3.0.0

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

3.0.0 (2021-07-17)

Features

  • Change the way the configuration value is passed. (e56390e)

BREAKING CHANGES

  • Some irreversible changes have been made.
  • Changed from named export to default export.
  • Set config values to require('next-with-split')({...}) .
  • Abolish manuals and expand each configuration value to the top level.
  • Discontinue challengeFileExisting as announced.
next-with-split - v2.6.0

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

2.6.0 (2021-07-08)

Features

  • Force it to be controllable by environment variables(SPLIT_ACTIVE/SPLIT_DISABLE). (32892b6)
next-with-split - v2.5.0

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

2.5.0 (2021-07-08)

Features

  • Allow use with non-Vercel providers. (2d81c00)
next-with-split - v2.4.1

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

2.4.1 (2021-07-06)

Bug Fixes

  • Do not set assetPath and image.path by default in production environments. (6f02391)
next-with-split - v2.4.0

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

2.4.0 (2021-07-06)

Features

  • Set environment variable for the branch to be AB testing. (2f8fd66)
next-with-split - v2.3.0

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

2.3.0 (2021-07-06)

Features

  • Make the self-hostname referential for original. (c486e30)
next-with-split - v2.2.2

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

2.2.2 (2021-07-05)

Bug Fixes

  • If exists, don't generate the file. (702d4c7)
next-with-split - v2.2.1

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

2.2.1 (2021-07-05)

Bug Fixes

  • Fix an error occurs when challengeFileExisting is specified. (637155a)
next-with-split - v2.2.0

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

2.2.0 (2021-07-05)

Bug Fixes

  • Change the default value of images.path to undefined. (07412ce)

Features

  • Add option to not generate split-challenge. (ee07cb9)
next-with-split - v2.1.1

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

2.1.1 (2021-07-04)

Bug Fixes

next-with-split - v2.1.0

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

2.1.0 (2021-07-04)

Features

  • Filter x-robots-tag from headers. (fa11469)
next-with-split - v2.0.3

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

2.0.3 (2021-07-04)

Bug Fixes

next-with-split - v2.0.2

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

2.0.2 (2021-07-04)

Bug Fixes

  • rewrite rules when user defined rules are array (313f9f1)
next-with-split - v2.0.1

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

2.0.1 (2021-07-04)

Bug Fixes

next-with-split - v2.0.0

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

2.0.0 (2021-07-04)

Bug Fixes

Features

  • Make page/index available. (6092cc1)
  • withSplit: passable rewrite rules manually (f26b23c)

BREAKING CHANGES

  • Change the argument of withSplit.
next-with-split - v1.0.2

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

1.0.2 (2021-06-27)

Bug Fixes

next-with-split - v1.0.1

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

1.0.1 (2021-06-26)

Bug Fixes