Skip to content

0.10.0

Compare
Choose a tag to compare
@mcmire mcmire released this 10 Feb 22:59
· 89 commits to main since this release
afc80ab

BREAKING CHANGES

  • Drop support for Ruby 2.5, 2.6, and 2.7 as well as Rails 5.0, 5.1, and 5.2,
    as they have reached (or are about to reach) end-of-life. To use this gem,
    you must use at least Ruby 3.x, and if you're using Rails, Rails 6.x. (#187,
    #190)

Fixes

  • Fix diffing logic for include matcher so that it knows how to compare fuzzy
    matcher objects with other kinds of objects. (#156)
  • Add a key_enabled configuration option for disabling the key/legend in the
    diff output. (#166)
  • Add a color_enabled configuration option for disabling color. (#138)
  • Update super_diff/rails (and, by extension, super_diff/rspec-rails) so
    that the ActiveRecord-specific integration isn't loaded if ActiveRecord isn't
    available. (#188)