dry-types v0.2.0 Release Notes

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

    • form.nil which coerces empty strings to nil (solnic)
    • bool sum-type (true | false) (solnic)
    • ๐Ÿ‘ Type compiler supports sum-types now (solnic)

    ๐Ÿ”„ Changed

    • Constructing optional types uses the new Dry::Data["optional"] built-in type (solnic)

    Compare v0.1.0...v0.2.0