Skip to content

Releases: Ben-G/Validated

3.0.0

10 Oct 16:23
Compare
Choose a tag to compare

Released: 10/10/2016

  • Migrated to Swift 3.0 - @Ben-G

This release supports Swift 3.0. Earlier releases support Swift 2.2. Swift 2.3 support is available on the swift-2.3 branch.

2.0.1

05 Jun 16:46
Compare
Choose a tag to compare
  • Lowered iOS Deployment Target to 8.0 - @loganmoseley
  • Update usage of typealias to associatedtype - @AndrewSB

2.0.0

03 Mar 06:59
Compare
Choose a tag to compare

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.0

25 Feb 06:08
Compare
Choose a tag to compare

Initial Release 🎉