Bump dry-schema from 1.5.0 to 1.5.3
Bumps dry-schema from 1.5.0 to 1.5.3.
Release notes
Sourced from dry-schema's releases.
v1.5.3
Fixed
- Key validator works correctly with an array with maybe hash as its member (issue #308 fixed via #309) (@tadeusz-niemiec)
Changed
- [info extension] small performance improvement in the set visitor (see #305 for more details) (@esparta)
v1.5.2
Fixed
Result#{success?,failure?}
work as expected when there are only key validation failures (issue #297 fixed via #298) (@adamransom)Changed
- Using
full
option no longer adds a space between the name of a key and the message in case of languages that have no spaces between words (ie Japanese) (issue #161 closed via #292 by @tadeusz-niemiec)v1.5.1
Fixed
- Negated predicates support the logic operator API now (fixed via #276 by @solnic)
- Fixed circular require warning (issue #279 closed via #282 by @landongrindheim)
- Validating keys against an array with non-hash members no longer crashes (issue #283 fixed via #284 by @beechnut and issue #289 fixed via #288 by @tadeusz-niemiec)
Changelog
Sourced from dry-schema's changelog.
1.5.3 2020-08-21
Fixed
- Key validator works correctly with an array with maybe hash as its member (issue #308 fixed via #309) (@tadeusz-niemiec)
Changed
- [info extension] small performance improvement in the set visitor (see #305 for more details) (@esparta)
1.5.2 2020-06-26
Fixed
Result#{success?,failure?}
work as expected when there are only key validation failures (issue #297 fixed via #298) (@adamransom)Changed
- Using
full
option no longer adds a space between the name of a key and the message in case of languages that have no spaces between words (ie Japanese) (issue #161 closed via #292 by @tadeusz-niemiec)1.5.1 2020-05-21
Fixed
- Negated predicates support the logic operator API now (fixed via #276 by @solnic)
- Fixed circular require warning (issue #279 closed via #282 by @landongrindheim)
- Validating keys against an array with non-hash members no longer crashes (issue #283 fixed via #284 by @beechnut and issue #289 fixed via #288 by @tadeusz-niemiec)
Commits
-
7f4d3b2
[devtools] sync -
3bb0b04
Update changelog.yml -
b66c9bf
Bump dry-schema to 1.5.3 -
36a4214
[devtools] sync -
24229c5
[devtools] update changelog.yml from 8ee8605a4f5d60e8d4af61a328d23e32e3705e08 -
8ee8605
Merge pull request #309 from tadeusz-niemiec/master -
31e76cb
Fix the key validator when an array with maybe hash is used -
e33c592
[devtools] sync -
4c1e132
[devtools] update changelog.yml from 009c4efe520fd90bbd7a15cf97f4748b4ce5f7e4 -
009c4ef
Merge pull request #305 from esparta/schema_compiler_dont_create_array - Additional commits viewable in compare view