dry-validation v1.1.0 Release Notes

Release Date: 2019-06-14 // almost 5 years ago
  • โž• Added

    • 0๏ธโƒฃ key? method available within rules, that can be used to check if there's a value under the rule's default key (refs #540) (@solnic)
    • ๐Ÿ‘ value supports hash-based path specifications now (refs #547) (@solnic)
    • value can read multiple values when the key points to them, ie in case of rule(geo: [:lat, :lon]) it would return an array with lat and lon (@solnic)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Passing multiple macro names to validate or each works correctly (fixed #538 #541) (@jandudulski)

    Compare v1.0.0...v1.1.0