- Allow Rails 6.1 (James Adam)
- Allow Rails 6 (James Adam)
- Allow Rails 5 (Marc van Eyken, James Adam)
- Add support for STI classes (Jeremy Mickelson)
- Add support for validates_associated (Jeremy Mickelson)
- Fix Rails 4.2 deprecations and breakages (Tamás Michelberger)
- Loosen version constraints to allow Rails 4 (Ivan Tkalin)
- Requires 1.9.2
- Fix for memory leak described at http://siliconsenthil.in/blog/2013/01/19/validation-scopes-leaks-memory/
- Cleaned up .gemspec and removed unnecessary files from distribution
- Set up Gemfile for development
- Simplified test suite to use pure minitest
- Rails 3.1 and 3.2 compatibility
- Added the method all_scopes that return all the scopes in a model
- Fixed problem with #model_name on proxy class (dynamic_form plugin)
- Fixed problem with scoped errors being lost by error_messages_for (dynamic_form plugin)
- Fixed Rails3 deprecation warnings
- Added Rails3 compatibility
- Fixed problem with DelegateClass not picking up method definitions that come after the validation_scope block.
- Added basic unit tests using in-memory sqlite3
- Initial release. Only tested within an app. Probably has lots of bugs. Test suite forthcoming.