Enumerize v2.4.0 Release Notes

Release Date: 2020-12-12 // over 3 years ago
  • ✨ enhancements

    • ⚠ Show warning when enumerized value name conflicts with existing object's methods. (by @aki77)
    • ➕ Add RSpec support for shallow scopes. (by @nashby)
    • ⬇️ Drop support for Ruby older than 2.5. Support only Ruby 2.5+. (by @nashby)
    • ⬇️ Drop support for Rails 4. Support only Rails 5.2+. (by @nashby)
    • ➕ Add support for Rails 6.1 (by @y-yagi)

    🐛 bug fix

    • 🛠 Fix exception when using predicate methods on enumerized value transformed into invalid value. (by @guigs)
    • 🛠 Fix issue with RSpec#with_predicates matcher when custom values are used as attribute. (by @nashby)