Commit Graph

197 Commits

Author SHA1 Message Date
David Patterson fe336620d5 Merge pull request #188 from rajatjain4061/integer-rule
Integer rule
2017-07-26 09:36:53 -05:00
Rajat Jain e72a6b04a5 updated documentation for new IntegerRule 2017-06-29 12:12:41 +05:30
Rajat Jain 4723394f0f Added IntegerRule validation and its tests 2017-06-29 12:01:16 +05:30
David Patterson 5721426cbc Merge pull request #158 from gromatl/patch-1
Update RegexRule.swift
2016-11-29 23:09:59 -06:00
Luidgi Gromat bd70812422 Update RegexRule.swift
Set RegexRule to "open class" for allow subclassing in Swift 3
2016-10-05 13:50:55 +02:00
David Patterson 1efab45d38 Merge pull request #157 from davepatterson/swift3
Swift3
2016-10-05 01:07:36 -05:00
David Patterson 2c68d3db95 updated cocoapods to 0.32.1 on travis 2016-10-05 00:41:18 -05:00
ed-mejia 4f6e77c0aa Updated travis file 2016-08-18 11:24:56 +10:00
ed-mejia 55f282fe92 Updated travis file config 2016-08-18 10:43:40 +10:00
ed-mejia 8bf185d820 Updated travis OS and Simulator 2016-08-18 09:34:20 +10:00
ed-mejia 68fdfbdac0 Updated travis osx_image to xcode8 2016-08-18 09:16:16 +10:00
Edinson Mejia 90e141e923 Fixes to support Xcode Beta 6 2016-08-17 23:10:13 +10:00
ed-mejia 8339c8c086 Fixes to support Swift 3 Xcode Beta 4 2016-08-08 17:26:41 +10:00
David Patterson 3dc5b79272 Merge pull request #130 from sonique6784/patch-1
update code example, fix end parenthesis
2016-07-28 23:00:52 -05:00
David Patterson f8b2d242cf Merge pull request #124 from theoziran/master
fix specs to multiple validation #123
2016-06-29 23:13:42 -05:00
sonique6784 fbaf18ac67 update code example, fix end parenthesis
update code example, fix end parenthesis and validate(self) call, delegate is not need here.
2016-06-25 01:38:57 +10:00
Theoziran Lima 62586fe255 fix specs to multiple validation #123 2016-06-08 10:42:39 -03:00
David Patterson 8f224aba83 Merge pull request #122 from dadalar/master
4.0.0 podspec and readme update
2016-06-03 09:13:04 -05:00
Deniz Adalar 5abb05a423 4.0.0 podspec and readme update 2016-06-03 16:42:55 +03:00
David Patterson db6be7b53c Update README.md 2016-05-31 13:23:34 -05:00
David Patterson 6cfc49799b Update README.md
Updated ReadMe to reflect 4.0.0
2016-05-31 12:23:12 -05:00
David Patterson 2f2e183953 Update README.md
Giving credit where its due.
2016-05-28 12:42:01 -05:00
David Patterson 59d1a6398e Merge pull request #111 from dadalar/ValidatableProtocol
Remove UITextField limitations
2016-05-25 17:22:31 -05:00
Deniz Adalar f344bdc370 Merge branch 'OptionalFunctionParameters' into ValidatableProtocol
# Conflicts:
#	SwiftValidator/Core/ValidationError.swift
#	SwiftValidator/Core/Validator.swift
2016-05-25 12:32:33 +03:00
David Patterson ca7ec31141 Merge pull request #116 from racer1988/fixemailissue
fix #115: support for longer domain names from ICANN
2016-05-13 14:02:12 -05:00
David Patterson 9749d9d670 Merge pull request #114 from dadalar/OptionalFunctionParameters
Remove duplicate functions by using default values
2016-05-12 18:52:32 -05:00
Marco Pappalardo a094156445 fix #115: support for longer domain names from ICANN 2016-05-12 10:45:56 +02:00
Deniz Adalar 39530fb7d6 Remove duplicate (unnecessary) functions by using default values for optional parameters 2016-05-12 10:48:21 +03:00
David Patterson 839ef5202e Update README.md
Added alternate CocoaPod install option to ensure SwiftValidator pod mirrors master branch.
2016-05-09 14:08:52 -05:00
Deniz Adalar 2fabe418ea Refactor dictionary to return field itself instead of ObjectIdentifier 2016-05-04 16:06:13 +03:00
Deniz Adalar 8f116df330 Removed UITextField limitations and switched to Validatable protocol 2016-05-04 13:39:14 +03:00
David Patterson a2a2fb2858 Update README.md 2016-04-29 22:43:27 -05:00
David Patterson fb08dd1585 Update README.md
Added code coverage requirement.
2016-04-29 22:42:39 -05:00
David Patterson 344b178af5 Update README.md
Shamelessly giving myself credit for helping out. ;)
2016-04-18 20:46:47 -05:00
David Patterson 920f558500 Merge pull request #106 from jpotts18/updatedDocs
Updated docs
2016-04-15 18:01:31 -05:00
David Patterson 73842b0628 updated docs to reflect current codebase fixes #102 2016-04-15 17:17:59 -05:00
David Patterson ecb11dfa09 updated docs to reflect current codebase fixes #102 2016-04-15 17:16:02 -05:00
David Patterson 0f8871426a updated codebase to reflect current codebase 2016-04-15 17:09:16 -05:00
David Patterson 03a3a7ea2c Update README.md
Minor addition to documentation link.
2016-03-26 23:09:48 -05:00
David Patterson 9ce05d370f Update README.md
Format change.
2016-03-13 16:40:46 -05:00
David Patterson a63b811d62 Update README.md
Added link to documentation.
2016-03-13 16:40:02 -05:00
Jeff Potter 7b6e99590f Update README.md 2016-02-22 22:13:43 -07:00
Jeff Potter a35e66a4a9 Merge pull request #93 from jpotts18/increasing-coverage
Adding tests to check error messages. Somewhat trivial but it tests t…
2016-02-22 22:11:26 -07:00
Jeff Potter 5fc3d5d558 Adding tests to check error messages. Somewhat trivial but it tests to make sure the code coverage increase. 2016-02-22 22:01:23 -07:00
Jeff Potter 244327307d Merge branch 'bhargavg-add-new-rules'
Conflicts:
	Validator.xcodeproj/project.pbxproj
2016-02-22 21:42:35 -07:00
Jeff Potter 759d707a39 Merge pull request #91 from jpotts18/travis-codecoverage
added codecov to travis
2016-02-22 20:19:36 -07:00
David Patterson fe14244bbc added codecov to travis 2016-02-16 01:21:43 -06:00
David Patterson 52020bb7b4 Update README.md 2016-02-15 23:53:27 -06:00
David Patterson 5b83728ea1 Update README.md 2016-02-15 23:50:58 -06:00
David Patterson 264aa2866c Update README.md
Added coveralls badge
2016-02-15 23:49:38 -06:00