Releases: pointfreeco/swift-validated
Releases · pointfreeco/swift-validated
The NonEmpty Bugfix Edition
This locks Validated to NonEmpty 0.2.1, which fixes a compiler error from previous versions.
Swift 5 / NonEmpty 0.3 Support
This release supports Swift 5 and NonEmpty 0.3!
CocoaPods Consistency
This (very) minor update ensures that CocoaPods users can merely import Validated
.
Swift 4.2 Linux Support
Validated relies on NonEmpty, which was affected by a regression in the release of Swift 4.2. This version of Validated updates this dependency in order to support Swift 4.2.
Release Validated
The first release of Validated: a result type that accumulates multiple errors.