Fixed
- Reject attempts to build a nested schema for array types built on
Dry::Types::Nominal
(fixed #171) (@flash-gordon) - Current
I18n.locale
is now properly handled when caching message templates (@flash-gordon) - Default processor uses strict types by default, which fixes various cases when
maybe
is used with a constructor type (@flash-gordon) - Namespaced messages no longer causes a crash when used with nested schemas (fixed #176) (@solnic)