Validated v2.0.0 Release Notes

Release Date: 2016-03-03 // about 8 years ago
  • Breaking API Changes:

    • โœ‚ Removed Validated2 and Validated3 in favor of introduced logical wrapper validators - @Ben-G on suggestion of @tomquist
    • Failable initializer of Validated now requires explicit value argument due to introduction of throwing initializer - @Ben-G

    API Additions:

    • โž• Added wrapper validators for logical operators - @tomquist
    • โž• Added throwing initializer for Validated - @Ben-G upon suggestion of @radex

    Other Changes:

    • ๐Ÿ”จ Major Refactoring of Validated Type - @dehesa
    • โž• Addition of OSX, tvOS and watchOS targets - @dehesae