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 to1b776c
. (by @rickcsong)
- โ Add ability to skip validations by passing