- Removed use of ActiveSupport::Concern
- Removed Rails 3.1 dependency
- Rails 3.1 support
- Removed
sudo_attr_protected/accessible
method, now available to all models - Better compatibility with Rails API for protected attrs
- Added travis.yml CI support
- Let Rails handle exceptions
- Added
sudo_build
method
- Added
sudo_update_attributes!
method
- Changed API to match Rails protected attrs:
sudo_attr_protected
- Added
sudo_create!
method
- Changed class method to
has_sudo_attributes
- Support array of protected attributes
- Code cleanup
- Initial release