Commit Graph

178 Commits

Author SHA1 Message Date
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
David Patterson a8951cd547 Merge pull request #89 from davepatterson/updated-readMe-added-Docs
updated readme and added docs
2016-02-14 16:12:16 -06:00
David Patterson 301d3f24f9 updated readme and added docs 2016-02-14 15:28:31 -06:00
Bhargav dd07b9a940 Add new rules as per #83 and their test cases
Added the following new rules along with test cases
- AlphaRule
- AlphaNumericRule
- IPv4
- ISBN
- Hexcolor
2016-02-04 23:37:09 +05:30
Jeff Potter ef44bf5477 ExactLengthRule, PhoneNumber public, Tests added 2016-02-03 23:09:39 -07:00
Jeff Potter 3621ec85ff Merge pull request #72 from jersonperpetua/minimum_deployment_target_iOS_8.0
Reduce the minimum deployment target to iOS 8.0
2016-02-03 21:57:53 -07:00
Jeff Potter 86e735397d Merge pull request #75 from ivopisarovic/master
The whole string needs to match number format.
2016-02-03 21:57:19 -07:00
Jeff Potter d080a6c3cb Merge pull request #63 from mathielo/single_field_validation
Single field validation
2016-02-03 21:34:36 -07:00
Ivo Pisařovic 7caf01d671 The whole string needs to match number format.
The original version also allowed values like "a21", "4b" or "7.2.5".
2016-01-22 12:17:45 +01:00
Jerson Michael Perpetua 8979561f70 Reduce the minimum deployment target to iOS 8.0 2016-01-12 09:59:36 +08:00
Caio Mathielo fdf332d024 Adding single field validation Tests 2016-01-06 12:43:29 -02:00
Caio Mathielo 3e1c46a889 Merge branch 'master' into single_field_validation 2016-01-06 12:16:42 -02:00
Jeff Potter 5f0f429df8 Merge pull request #66 from michalkalinowski-/carthage_fix
Carthage fix
2015-11-22 15:03:26 -07:00
mkalinowski 4ae2d89d08 Fixes scheme 2015-11-18 15:42:06 +01:00
mkalinowski a189b5a00b Fixes quotes
Previous ones were not recognized as valid characters by Carthage
2015-11-18 15:40:39 +01:00
Caio Mathielo 73e1e443a5 Updating README, adding Single Field Validation 2015-10-28 18:30:00 -02:00
Caio Mathielo dd7007d6ad Adding public method validateField() 2015-10-28 18:22:24 -02:00
Jeff Potter 3645d74294 Update README.md 2015-10-15 15:10:18 -06:00
Jeff Potter 293d450235 Merge pull request #62 from jpotts18/3.0.0-podspec
updating travis to check podspec, bumping version to 3.0.1
2015-10-15 15:00:13 -06:00
Jeff Potter 2de680518a Update README.md 2015-10-15 14:59:46 -06:00