Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

43 lines (28 loc) · 1.29 KB

1.0.3 / 2017-02-15

[ENHANCEMENT] Format feature toggle title

1.0.1 / 2015-12-07

[BUGFIX] Generate all subfeatures as well as features in plist #44

1.0.1 / 2015-11-02

  • [ENHANCEMENT] Improve Readme/Cli usage
  • [ENHANCEMENT] Remove activesupport dependency (helps with cocoapods support)

1.0.0 / 2015-10-15

  • [ENHANCEMENT] Using JSON instead of YAML for features
  • [ENHANCEMENT] #37 Add Mac OSX Example Project
  • [FEATURE] #36 Possibility to reset all features button (according to original plist at once)
  • [FEATURE] #24 Adding reset to defaults functionality
  • [FEATURE] #22 Adding support for subfeature
  • [FEATURE] #21 Notifications on Feature Status
  • [FEATURE] #20 Possibility to add description for feature flags

0.4.0 / 2014-07-16

  • [FEATURE] #17 Use environments for feature states
  • [FEATURE] #16 Allow reading of CLI defaults from yml file
  • [FEATURE] #14 Auto-create Settings.bundle from feature defaults

0.3.0 / 2014-07-02

  • [FEATURE] #15 Auto-create category for features
  • [FEATURE] #13 Auto-create plist file for features
  • [FEATURE] #10 Create gem

0.2.0 / 2014-06-06

  • [FEATURE] #9 Allow setting initial feature settings via plist file

0.1.0 / 2014-06-06

  • [FEATURE] #1 Allow in-app feature setting & unsetting
  • [FEATURE] #2 Persist through app close