All Versions
4
Latest Version
Avg Release Cycle
76 days
Latest Release
2428 days ago
Changelog History
Changelog History
-
v3.0.0 Changes
October 10, 2016๐ 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
toassociatedtype
- @AndrewSB
2.0
๐ Released: 03/02/2016
๐ฅ Breaking API Changes:
- โ Removed
Validated2
andValidated3
in favor of introduced logical wrapper validators - @Ben-G on suggestion of @tomquist - Failable initializer of
Validated
now requires explicitvalue
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
-
v2.0.1 Changes
June 05, 2016- ๐ Lowered iOS Deployment Target to 8.0 - @loganmoseley
- โก๏ธ Update usage of typealias to associatedtype - @AndrewSB
-
v2.0.0 Changes
March 03, 2016Breaking API Changes:
- โ Removed
Validated2
andValidated3
in favor of introduced logical wrapper validators - @Ben-G on suggestion of @tomquist - Failable initializer of
Validated
now requires explicitvalue
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
- โ Removed
-
v1.0.0 Changes
February 25, 2016๐ Initial Release ๐