All Versions
61
Latest Version
Avg Release Cycle
110 days
Latest Release
559 days ago

Changelog History
Page 6

  • v0.3.3 Changes

    February 16, 2012

    ๐Ÿ›  Bugfixes:

    • Fixed redis failover when a block was passed to ab_test (@layflags, #33)
  • v0.3.2 Changes

    February 12, 2012

    ๐Ÿ”‹ Features:

    • Handle redis errors gracefully (@layflags, #32)
  • v0.3.1 Changes

    November 19, 2011

    ๐Ÿ”‹ Features:

    • General code tidy up (@ryanlecompte, #22, @mocoso, #28)
    • Lazy loading data from Redis (@lautis, #25)

    ๐Ÿ›  Bugfixes:

    • Handle unstarted experiments (@mocoso, #27)
    • Relaxed Sinatra version requirement (@martinclu, #24)
  • v0.3.0 Changes

    October 09, 2011

    ๐Ÿ”‹ Features:

    • Redesigned dashboard (@mrappleton, #17)
    • Use atomic increments in redis for better concurrency (@lautis, #18)
    • Weighted alternatives

    ๐Ÿ›  Bugfixes:

    • Fix to allow overriding of experiments that aren't on version 1
  • v0.2.4 Changes

    July 18, 2011

    ๐Ÿ”‹ Features:

    • Added option to finished to not reset the users session

    ๐Ÿ›  Bugfixes:

    • Only allow strings as alternatives, fixes strange errors when passing true/false or symbols
  • v0.2.3 Changes

    June 26, 2011

    ๐Ÿ”‹ Features:

    • Experiments can now be deleted from the dashboard
    • ab_test helper now accepts a block
    • Improved dashboard

    ๐Ÿ›  Bugfixes:

    • After resetting an experiment, existing users of that experiment will also be reset
  • v0.2.2 Changes

    June 11, 2011

    ๐Ÿ”‹ Features:

    • Updated redis-namespace requirement to 1.0.3
    • Added a configuration object for changing options
    • Robot regex can now be changed via a configuration options
    • Added ability to ignore visits from specified IP addresses
    • Dashboard now shows percentage improvement of alternatives compared to the control
    • If the alternatives of an experiment are changed it resets the experiment and uses the new alternatives

    ๐Ÿ›  Bugfixes:

    • Saving an experiment multiple times no longer creates duplicate alternatives
  • v0.2.1 Changes

    May 29, 2011

    ๐Ÿ›  Bugfixes:

    • Convert legacy sets to lists to avoid exceptions during upgrades from 0.1.x
  • v0.2.0 Changes

    May 29, 2011

    ๐Ÿ”‹ Features:

    • Override an alternative via a url parameter
    • Experiments can now be reset from the dashboard
    • The first alternative is now considered the control
    • General dashboard usability improvements
    • Robots are ignored and given the control alternative

    ๐Ÿ›  Bugfixes:

    • Alternatives are now store in a list rather than a set to ensure consistent ordering
    • Fixed diving by zero errors
  • v0.1.1 Changes

    May 18, 2011

    ๐Ÿ›  Bugfixes:

    • More Robust conversion rate display on dashboard
    • Ensure Split::Version is available everywhere, fixed dashboard