Releases: davydovanton/shallow_attributes
Releases · davydovanton/shallow_attributes
v0.9.5
Added
- Added
strict: false
option for attributes #31
- Added a type to coerce inputs to
Date
#30
Fixed
allow_nil
for strings and inverse logic of allow_nil
#27
v0.9.2
Changes
- Fix inheriting from a base class that does not define any attributes (#7 @tatey)
- Initializer can take stringified hashes (#9 @tatey)
- Ruby 2.4.0 compatibility (@tatey)