Releases: splitrb/split
v1.4.3
Features:
Bugfixes:
Misc:
Available on Rubygems: https://rubygems.org/gems/split/versions/1.4.3
gem install split -v 1.4.3
or via Bundler:
gem "split", "~> 1.4.3"
v1.4.2
Misc:
- Deprecated some legacy methods (@andreibondarev, #374)
Available on Rubygems: https://rubygems.org/gems/split/versions/1.4.2
gem install split -v 1.4.2
or via Bundler:
gem "split", "~> 1.4.2"
v1.4.1
Bugfixes:
Misc:
- Introduce goals collection to reduce complexity of Experiment#save (@pakallis, #365)
- Revise specs according to http://betterspecs.org/ (@hkliya, #369)
Available on Rubygems: https://rubygems.org/gems/split/versions/1.4.1
gem install split -v 1.4.1
or via Bundler:
gem "split", "~> 1.4.1"
v1.4.0
v1.3.2
Bugfixes:
- Fix deleting experiments in from the updated dashboard (@craigmcnamara, #352)
Available on Rubygems: https://rubygems.org/gems/split/versions/1.3.2
gem install split -v 1.3.2
or via Bundler:
gem "split", "~> 1.3.2"
v1.3.1
Bugfixes:
- Fix the dashboard for experiments with ‘/‘ in the name. (@craigmcnamara, #349)
Available on Rubygems: https://rubygems.org/gems/split/versions/1.3.1
gem install split -v 1.3.1
or via Bundler:
gem "split", "~> 1.3.1"
v1.3.0
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)
Available on Rubygems: https://rubygems.org/gems/split/versions/1.3.0
gem install split -v 1.3.0
or via Bundler:
gem "split", "~> 1.3.0"
v1.2.1
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)
Available on Rubygems: https://rubygems.org/gems/split/versions/1.2.1
gem install split -v 1.2.1
or via Bundler:
gem "split", "~> 1.2.1"
v1.2.0
Features
- Configure redis using environment variables if available (@saratovsource , #293)
- Store metadata on experiment configuration (@dekz, #291)
Bugfixes:
Available on Rubygems: https://rubygems.org/gems/split/versions/1.2.0
gem install split -v 1.2.0
or via Bundler:
gem "split", "~> 1.2.0"
v1.1.0
Features:
- Decouple trial from Split::Helper (@joshdover, #286)
- Helper method for Active Experiments (@blahblahblah-, #273)
Misc:
Available on Rubygems: https://rubygems.org/gems/split/versions/1.1.0
gem install split -v 1.1.0
or via Bundler:
gem "split", "~> 1.1.0"