Skip to content

v0.16.0

Latest
Compare
Choose a tag to compare
@jas14 jas14 released this 18 Jun 05:30
· 1 commit to main since this release

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 and appraisal dev dependencies. #287

New Contributors

Full Changelog: v0.15.0...v0.16.0