dry-validation v0.2.0 Release Notes

Release Date: 2015-11-30 // over 8 years ago
  • โž• Added

    • Schema::Form with a built-in coercer inferred from type-check predicates (solnic)
    • Ability to pass a block to predicate check in the DSL ie value.hash? { ... } (solnic)
    • Optional keys using optional(:key_name) { ... } interface in the DSL (solnic)
    • ๐Ÿ†• New predicates:
      • bool?
      • date?
      • date_time?
      • time?
      • float?
      • decimal?
      • hash?
      • array?

    ๐Ÿ›  Fixed

    • โž• Added missing and / or interfaces to composite rules (solnic)

    Compare v0.1.0...v0.2.0