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

Changelog History
Page 3

  • v1.4.2 Changes

    April 25, 2016

    Misc:

    • ๐Ÿ—„ Deprecated some legacy methods (@andreibondarev, #374)
  • v1.4.1 Changes

    April 21, 2016

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ”ง respect manual start configuration after an experiment has been deleted (@mtyeh411, #372)

    Misc:

    • Introduce goals collection to reduce complexity of Experiment#save (@pakallis, #365)
    • ๐Ÿ‘ Revise specs according to http://betterspecs.org/ (@hkliya, #369)
  • v1.4.0 Changes

    April 02, 2016

    ๐Ÿ”‹ Features:

    • โž• Added experiment filters to dashboard (@ccallebs, #363, #364)
    • โž• Added Contributor Covenant Code of Conduct
  • v1.3.2 Changes

    January 02, 2016

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ›  Fix deleting experiments in from the updated dashboard (@craigmcnamara, #352)
  • v1.3.1 Changes

    January 01, 2016

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ›  Fix the dashboard for experiments with โ€˜/โ€˜ in the name. (@craigmcnamara, #349)
  • v1.3.0 Changes

    October 20, 2015

    ๐Ÿ”‹ Features:

    • allow for custom redis_url different from ENV variable (@davidgrieser, #323)
    • add ability to change the length of the persistence cookie (@peterylai, #335)

    ๐Ÿ›  Bugfixes:

    • Rescue from Redis::BaseError instead of Redis::CannotConnectError (@nfm, #342)
    • Fix active experiments when experiment is on a later version (@ndrisso, #331)
    • Fix caching of winning alternative (@nfm, #329)

    Misc:

    • Remove duplication from Experiment#save (@pakallis, #333)
    • Remove unnecessary argument from Experiment#write_to_alternative (@t4deu, #332)
  • v1.2.1 Changes

    May 17, 2015

    ๐Ÿ”‹ Features:

    • Handle redis DNS resolution failures gracefully (@fusion2004, #310)
    • Push metadata to ab_test block (@ekorneeff, #296)
    • Helper methods are now private when included in controllers (@ipoval, #303)

    ๐Ÿ›  Bugfixes:

    • Return an empty hash as metadata when Split is disabled (@tomasdundacek, #313)
    • Don't use capture helper from ActionView (@tomasdundacek, #312)

    Misc:

    • Remove body "max-width" from dashboard (@xicreative, #299)
    • fix private for class methods (@ipoval, #301)
    • minor memoization fix in spec (@ipoval, #304)
    • Minor documentation fixes (#295, #297, #305, #308)
  • v1.2.0 Changes

    January 24, 2015

    ๐Ÿ”‹ Features:

    • Configure redis using environment variables if available (@saratovsource , #293)
    • Store metadata on experiment configuration (@dekz, #291)

    ๐Ÿ›  Bugfixes:

    • Revert the Trial#complete! public API to support noargs (@dekz, #292)
  • v1.1.0 Changes

    January 09, 2015

    ๐Ÿ”„ Changes:

    • Public class methods on Split::Experiment (e.g., find_or_create) have been moved to Split::ExperimentCatalog.

    ๐Ÿ”‹ Features:

    • Decouple trial from Split::Helper (@joshdover, #286)
    • Helper method for Active Experiments (@blahblahblah-, #273)

    Misc:

    • Use the new travis container based infrastructure for tests (@andrew, #280)
  • v1.0.0 Changes

    October 12, 2014

    ๐Ÿ”„ Changes:

    • Remove support for Ruby 1.8.7 and Rails 2.3 (@qpowell, #271)