dry-validation v0.4.0 Release Notes

Release Date: 2015-12-21 // over 8 years ago
  • ➕ Added

    • 👌 Support for high-level rule composition via rule interface (solnic)
    • 👌 Support for exclusive disjunction (aka xor/^ operator) (solnic)
    • 👌 Support for nested schemas within a schema class (solnic)
    • 👌 Support for negating rules via rule(name).not (solnic)
    • 👌 Support for validation hints that are included in the error messages (solnic)

    🛠 Fixed

    • Error messages hash has now consistent structure rule_name => [msgs_array, input_value] (solnic)

    Compare v0.3.1...v0.4.0