Releases: Ben-G/Validated
Releases · Ben-G/Validated
3.0.0
2.0.1
2.0.0
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