- Feature limit error message fix
- Rakefile bugfix
- Updating to rails 4.0.0
- Bug fix. Always use respond_to_missing? when using method_missing?
- Enhancements
- Added categories
- Added validations
- Turned into Rails::Engine with controller (with CanCan support) and basic views
- Added 2 helper methods 'feature_form_for' and 'features_for' for creating a quick form and a list of features for a given featureable
- Initial release