Skip to content

Releases: ResultadosDigitais/feature_flagger

Add possibility to check rollout without instantiate the model

19 Sep 13:38
Compare
Choose a tag to compare

Minor fix

04 Sep 13:43
Compare
Choose a tag to compare

#34 - Bug-fix - Not possible to call FeatureFlagger.configure more than once;

Release feature to all

24 Oct 18:27
Compare
Choose a tag to compare

An easy way to release a new feature to all objects with one single command.

# Releasing a feature to all accounts
Account.release_to_all(:email_marketing, :new_email_flow)

# Unreleasing a feature to all accounts
Account.unrelease_to_all(:email_marketing, :new_email_flow)

# Unreleasing a feature to all accounts (and remove all set ids)
Account.unrelease_to_all!(:email_marketing, :new_email_flow)

This is very useful when you want to release a new feature to all accounts without a deploy or doing a foreach. And rollbacking the release if necessary.

Bug fix: Model.all_released_ids_for referencing legacy code

18 Oct 12:42
Compare
Choose a tag to compare

"!" methods deprecations and refactors

23 Sep 15:31
Compare
Choose a tag to compare
v0.6.0

bump version 0.6.0

Better feature check syntax

17 Sep 01:29
Compare
Choose a tag to compare
v0.5.0

bump version 0.5.0

Refactorings

13 Sep 00:40
Compare
Choose a tag to compare
v0.4.0

bump version

Uncouple redis storage

31 Aug 23:32
Compare
Choose a tag to compare

This release uncouples the redis storage allowing the use of custom storages by implementing corresponding class.

Adds `Model.all_released_by_ids`

28 Aug 20:41
Compare
Choose a tag to compare
v0.2.0

bump version

Initial Release

28 Aug 20:32
Compare
Choose a tag to compare
v0.1.0

adds license