Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@palkan palkan released this 13 Dec 04:51
663dea2

Changes

  • Ruby 3.0+ is required.

  • Default values are now set if the store key is missing by default (i.e., the store_attribute_unset_values_fallback_to_default option is now true by default).

    For v1.x behavior, set the option to false globally as follows:

    StoreAttribute.store_attribute_unset_values_fallback_to_default = false