- Test release
- Rails 7.1 support
- Support for Ruby 2.6 and 2.7, and Rails 5.2 and 6.0 has been dropped
- Rails 7.0 support
- [ENHANCEMENT] Deprecate Rubies 1.8.7 and 1.9.2
- [ENHANCEMENT] Remove
discover
matcher - [BUGFIX] Open dependency requirements to allow installation alongside Rails 4
- [ENHANCEMENT] Replace Jeweler with Bundler
- [ENHANCEMENT] Refactor matcher messaging
- [ENHANCEMENT] Deprecate
discover
matcher in favor ofinclude
- [BUGFIX] Revert values set during validation testing
- [BUGFIX] Change error access from
#on
to#[]
- [FEATURE] Add wider Active Model compatibility
- [FEATURE] Add Rails 3 compatibility
- [FEATURE] Add
discover
matcher
- [FEATURE] Add support for negative matching
- [FEATURE] Fail only if the validation in question fails
- [BUGFIX] Add
activerecord
andrspec
runtime dependencies
- [BUGFIX] Fix non-attribute validation testing
- [FEATURE] Enable testing methods as well as attributes
- Initial release