Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

47 lines (27 loc) · 1.16 KB

Change Log

[0.5.0] - 2017-01-07

  • Documented about helper methods #21
  • Helper methods can be specified as a Symbol #21
  • Helper methods are extended #22

[0.4.0] - 2016-12-23

Added

  • Added methods to filter Flagship.features #16 #19
  • enabled? method in DSL #17
  • Flagship.disabled? method #18

[0.3.0] - 2016-11-24

Added

  • with_tags method to DSL

Fixed

  • Tags are extended from the feature with same key in base flagset

Removed

  • Flagship.set_flagset method. Use Flagship.set_flagset instead

[0.2.0] - 2016-11-14

Added

  • Flagship.features method to fetch all Flagship::Feature
  • Tagging
  • Flagship.select_flagset instead of Flagship.set_flagset

Deprecated

  • Flagship.set_flagset method

[0.1.0] - 2016-10-30

Added

  • Initial release