shoulda-matchers v5.2.0 Release Notes

Release Date: 2022-09-15 // over 1 year ago
  • ๐Ÿ”‹ Features

    • โž• Add without_scopes method to enum matcher. (#1453)

    • โž• Add support for Ruby 3.1. (#1474)

    • Add allow_blank method to validate_presence_of matcher. (#1499)

    • โž• Add support for Rails 7.0. No new Rails 7.0 features are supported, but only existing features that broke with the upgrade. (#1506)


Previous changes from v5.1.0

  • ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix the undefined method error for non rails project due to use of many? - method from ActiveSupport. (#1459)

    ๐Ÿ”‹ Features

    • โž• Add array option support for have db column matcher. (#1465)

    • Add enum attributes support for validate_absence_of matcher. (#1464)