Skip to content
This repository has been archived by the owner on Nov 14, 2021. It is now read-only.

Releases: vknabel/ValidatedExtension

Dropped Swift 2.x Support

26 Sep 10:43
Compare
Choose a tag to compare

4.0.0

Released: 2016-09-26

Breaking Changes

Other Changes

  • Added Travis support - @vknabel
  • Added missing Tests suffix for Tests/ValidatedExtension - @vknabel
  • Added support for $ swift test on Linux - @vknabel

Release 3.0.1

16 Aug 19:02
Compare
Choose a tag to compare

3.0.1

Released: 16/08/2016

Other Changes:

  • Migrated to Swift 3.0 Beta 6 - @vknabel

3.0.0

04 Aug 18:16
Compare
Choose a tag to compare

Breaking API Changes:

  • Renamed Validated to ValidatedExtension in order to be distributed as CocoaPod - @vknabel
  • Removed first generic Parameter on Validated - @vknabel
  • Validator.validate now additionally throws - @vknabel

API Additions:

  • Added ValidatedType protocol - @jersonperpetua

Other Changes: