What's Changed
Breaking changes
- Dropped support for Ruby 3.0, which reached EOL in April 2024. #280
Features
- Add official Rails 7.1 support. #278
- Add official Rails 7.2 support. #279
- Add official Rails 8.0 support. #281
Bug fixes
- Fix ActiveRecord's
attributes_for_super_diff
and tree builders related to Active Records to handle models that do not have a primary key.
#282 by @atranson-electra - Fix failure case for chained matchers. #288
Other changes
- Fix
logger
dependency issues in CI. #277 - Updated permalink to rspec differ in README.md #258 by @sealocal
- Tweak
sqlite3
andappraisal
dev dependencies. #287
New Contributors
- @atranson-electra made their first contribution in #282
- @sealocal made their first contribution in #276
Full Changelog: v0.15.0...v0.16.0