Skip to content

Releases: pointfreeco/swift-validated

The NonEmpty Bugfix Edition

07 Feb 23:17
e9685ce
Compare
Choose a tag to compare

This locks Validated to NonEmpty 0.2.1, which fixes a compiler error from previous versions.

Swift 5 / NonEmpty 0.3 Support

26 Mar 16:50
edf6ecd
Compare
Choose a tag to compare

This release supports Swift 5 and NonEmpty 0.3!

CocoaPods Consistency

27 Nov 21:00
Compare
Choose a tag to compare

This (very) minor update ensures that CocoaPods users can merely import Validated.

Swift 4.2 Linux Support

13 Oct 02:39
00bcfb1
Compare
Choose a tag to compare

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

17 Aug 17:50
Compare
Choose a tag to compare

The first release of Validated: a result type that accumulates multiple errors.