v0.5.0
Major changes
- Replace Virtus with dry-struct [#65] - if you were relying on
ArgumentError
for a missing required attribute, you should now look for aDry::Struct::Error
instead. Thanks @PericlesTheo!
ArgumentError
for a missing required attribute, you should now look for a Dry::Struct::Error
instead. Thanks @PericlesTheo!