- possibility to refresh feature list after certain time (enc)
- call to get all active features (pmeskers)
- Improve and prettify README (glaucocustodio)
- Fixing typos in README (adarsh)
- Support testing with multiple features (stevenwilkin)
- Bugfix when using auto_refresh and testing support (javidjamae)
- Fixing an issue with Feature.run_with_activated if @active_features is nil (tommyh)
- add Support for auto-refresh of feature data (javidjamae)
- read list of features at first usage instead of initialization (lazy-load)
- add RedisRepository (javidjamae)
- remove explicit Rails 3 Support of ActiveRecordRepository
- generator compatible with Rails 3/4 (mumoshu)
- add LICENSE (pivotalfish)
- add optional environment flag for YamlRepository (cherbst-medidata)
- documentation fixes (asmega, crackofdusk)
- update to rspec 3
- drop ruby 1.8 support
- support Rails 4 generator loading only (mauriciovieira)
- add Feature.switch method (FlavourSys)
- minor code and doc fixes and cleanup
- add ActiveRecordRepository and a Rails::Generator (bigzed)
- add capability for easier testing of activated or deactivated features
- added erb support for yaml feature config (dscataglini)
- fixed travis integration
- added code climate link
- bugfix: occured when having empty feature set using yaml config (benjaminoakes)
- simplify repositories, they only have to respond to method active_features
- assume all features as inactive that are not active, also unknown ones
- make yaml parsing in yaml repository more strict
- refactored gemspec
- add yaml config file repository
- first version with basic functionality and simple feature repository