v1.0.5
v1.0.5 2019-11-07
- Make
format?
tolerant tonil
values. It already worked like that before, but starting Ruby 2.7 it would produce warnings. Now it won't. Don't rely on this behavior, it's only added to make tests pass in dry-schema. Use explicit type checks instead (@flash-gordon)