- Add separated methods to clear state #30
- Add
Flagship.with_context
method to apply temporal changes to context variables #26 - Now
Flagship.clear_state
clears context variables as well #27
- Allow
Flagship.set_context
to set multiple variables at once usingHash
#25
- Documented about helper methods #21
- Helper methods can be specified as a
Symbol
#21 - Helper methods are extended #22
- Added methods to filter
Flagship.features
#16 #19 enabled?
method in DSL #17Flagship.disabled?
method #18
with_tags
method to DSL
- Tags are extended from the feature with same key in base flagset
Flagship.set_flagset
method. UseFlagship.set_flagset
instead
Flagship.features
method to fetch allFlagship::Feature
- Tagging
Flagship.select_flagset
instead ofFlagship.set_flagset
Flagship.set_flagset
method
- Initial release