-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from Ben-G/benji/release-2.0.0
Prepare 2.0.0 Release
- Loading branch information
Showing
6 changed files
with
33 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters