Enumerize v2.3.1 Release Notes

Release Date: 2019-05-02 // about 4 years ago
  • โœจ enhancements

    • โž• Add ability to skip validations by passing :skip_validations option. (by @chumakoff)
    • โž• Add option scope: shallow to extend scopes based on enumerized attribute values (by @moofkit)

    ๐Ÿ› bug fix

    • ๐Ÿ›  Fix issue with ActiveRecord and Mongoid reload method when enumberized attributes weren't synced from DB. (by @nashby and @FunkyloverOne)
    • ๐Ÿ›  Fix issue with ActiveRecord reload method not working for ActiveRecord::Store attributes due to 1b776c. (by @rickcsong)