Releases: corthmann/eeny-meeny
Releases · corthmann/eeny-meeny
2.3.0
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.1 (2016-10-06)
Bugfixes:
- Fix bug in `participates_in?` helper that prevented it from working when the `variation_id` was sent as a symbol.
- Fix bug in `EenyMeeny::ExperimentConstraint` that prevented it from working when the `variation_id` was sent as a symbol.
2.1.0
2.1.0 (2016-10-02)
Features:
- Trigger experiment variations with query parameters
- Trigger smoke tests with query parameters
Bugfixes:
- Fixed error that caused 'participates_in?' to throw error when the given experiment_id did not exist.
Other Changes:
- Reduced size of experiment cookies. Now only the picked variation_id is stored in the cookie itself.
2.0.0
2.0.0 (2016-09-11)
Features:
- Added helper and route constraint for smoke tests.
- Added rake tasks for creating eeny-meeny cookies from the commandline.
Bugfixes:
- Fixed experiment start_at and end_at logic.
Breaking Changes:
- Changed the way the gem is configured.
- Replaced EenyMeeny::RouteConstraint with EenyMeeny::ExperimentConstraint and EenyMeeny::SmokeTestConstraint.
Other Changes:
- Changed default cookie expires header from '1.year.from_now' to '1.month.from_now'.
- Improve docuemtation.