Skip to content

v0.5.0

Compare
Choose a tag to compare
@nickcampbell18 nickcampbell18 released this 04 Oct 11:56
· 53 commits to master since this release

Major changes

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