Releases: citizensadvice/ruby-gem-strong_attributes
Releases · citizensadvice/ruby-gem-strong_attributes
v1.4.0
v1.3.0
- Array attributes now allow a "type" keyword argument instead of the third positional argument
v1.2.0
- Added a
prefix
option to theCopyErrorsValidator
- Updated the
copy_errors
argument on nested attributes to pass any options to theCopyErrorsValidator
v1.1.0
- Adds a
default
option to nested attributes. This differs from theinitial_value
option in that it is only called if no user value is provided.
v1.0.0
No changes