v6.2.0
6.2.0 - 2024-03-15
Bug fixes
- Allow beginless and endless ranges in validates_inclusion_of by @pjpires (#1615)
- Ensure uniqueness validation matcher works with STI by @matsales28 (#1610)
Features
- Add
against
method in allow_value matcher by @EduardoSCosta (#1543) - Add support for
strict_loading
option in association matchers by @rhannequin and @laicuRoot (#1607) - Add
have_delegated_type
matcher by @matsales28 (#1606) - Add support for
foreign_type
qualifier onAssociationMatcher
by @matsales28 (#1609)
Improvements
- Lazy load
ActionController
andRouting
matchers forActionController::TestCase
by @ilianah (#1613) - Call dynamic-readme reusable workflow by @stefannibrasil (#1617)
- Update dependencies by @matsales28 (#1611)
- Fix inline documentation for
is_greater_than
invalidate_comparison_of
matcher by @jeduardo824 (#1616) - Fix forgotten colon in documentation by @hotoolong (#1612)