Sha256: 658e17ea24430a3ffe425866412d31a78750af357c679d5ed0e7f83dacf62d38
Contents?: true
Size: 784 Bytes
Versions: 1
Compression:
Stored size: 784 Bytes
Contents
# CHANGELOG ## 1.3.2 * Fix deprecation warning for ruby 2.7. ## 1.3.1 * Fix default value for model included ActiveModel. ## 1.3.0 * Support array field. ## 1.2.3 * Keep enum definitions as a hash internally. ## 1.2.2 * Support assignment of string in addition to symbol. ## 1.2.1 * Fix internal module name. ## 1.2.0 * Register enum definitions in the class. * Add configuration for method name prefix and suffix. * Use ActiveRecord::Type for accessor definition. * Raise errors if scope is used for non ActiveRecord class. * Refactoring. ## 1.1.1 * Fix lack of options when some enums have same translation. ## 1.1.0 * Support translation for scoped query. * Support block for default value. * Add :only and :except for options method. ## 1.0.0 * First release.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enum_ish-1.3.2 | CHANGELOG.md |