dry-validation v1.9.0 Release Notes
Release Date: 2022-10-15 // 6 months ago-
๐ Fixed
- ๐ Duplicated keys mishandling in rule evaluation (issue #676 fixed via #711) (@mereghost)
๐ Changed
- ๐ Use Zeitwerk for auto-loading (via #715) (@solnic)
Previous changes from v1.8.1
-
๐ Fixed
- ๐ Raise an InvalidKeyErrors on substring of valid keys (issue #705 fixed via #706) (@MatElGran)
- ๐ Using
rule(:arr).each { .. }
doesn't crash when:arr
turns out to benil
(issue #708 fixed via #709) (@bautrey37)