dry-validation v1.5.3 Release Notes

Release Date: 2020-07-27 // over 3 years ago
  • โž• Added

    • You can now access current value's index via rule(:foo).each do |index:| (issue #606 done via #657) (@mrbongiolo)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Using .each(:foo) works as expected when there are errors related to other keys (issue #659 fixed via #660) (@solnic)

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Result#error? is now a public API and it takes into consideration both schema and rule errors (issue #655 fixed via #656) (@PragTob)

    Compare v1.5.2...v1.5.3