Validated v3.0.0 Release Notes

Release Date: 2016-10-10 // over 7 years ago
  • ๐Ÿš€ Released: 10/10/2016

    • Migrated to Swift 3.0 - @Ben-G

    2.0.1

    ๐Ÿš€ Released: 05/05/2016

    • ๐Ÿš€ Lowered iOS Deployment Target to 8.0 - @loganmoseley
    • โšก๏ธ Update usage of typealias to associatedtype - @AndrewSB

    2.0

    ๐Ÿš€ Released: 03/02/2016

    ๐Ÿ’ฅ 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

    1.0

    ๐Ÿš€ Released: 02/24/2016

    • ๐ŸŽ‰ Initial Release - @Ben-G

Previous changes from v2.0.1

    • ๐Ÿš€ Lowered iOS Deployment Target to 8.0 - @loganmoseley
    • โšก๏ธ Update usage of typealias to associatedtype - @AndrewSB