v1.5.3
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)