Commit Graph

80 Commits

Author SHA1 Message Date
Jeff Potter 34eced2b1e Merge pull request #26 from cameronmccord2/master
Added validate function with callback + tests
2015-04-30 17:59:46 -06:00
Cameron McCord dfa5c257ce Added validate function with callback + tests 2015-04-30 17:55:06 -06:00
Jeff Potter 8d25feda3f Update README.md 2015-04-30 17:46:28 -06:00
Jeff Potter 17c0923537 Merge pull request #17 from zarv1k/swift1.2
fixes for compatibility with swift 1.2
2015-04-30 17:43:59 -06:00
Jeff Potter 62c0706d28 Merge pull request #20 from snorpey/deregister-textfield
add deregisterField method
2015-04-15 13:37:58 -06:00
Georg Fischer 5fcd1d12e0 add unregisterTextField example to readme 2015-04-15 21:24:46 +02:00
Georg Fischer 18af245f78 add tests for registerField and unregisterField 2015-04-15 21:23:52 +02:00
Georg Fischer 3a68b97a86 rename method to unregisterField 2015-04-15 21:23:10 +02:00
Georg Fischer edb5f61dda add deregisterField method 2015-04-15 17:23:28 +02:00
Jeff Potter f155284c97 Merge pull request #19 from snorpey/readme-fix
Update readme to reflect updated ValidationDelegate method name
2015-04-15 08:40:46 -06:00
Georg Fischer 323103e514 Update readme to reflect updated delegate method name 2015-04-15 14:28:43 +02:00
Dmitry Zarva 0497bbbbe0 fixes for compatibility with swift 1.2 2015-04-11 23:26:23 +03:00
Jeff Potter 0c50381640 adding updates to readme and podspec 2015-04-10 15:37:58 -06:00
Jeff Potter 1d93171cb4 updating podspec 2015-04-10 15:06:17 -06:00
Jeff Potter 4dee25a5f5 fixing some formating problems on test 2015-04-10 13:52:17 -06:00
Jeff Potter 0bc6e7a50a adding tests, refactoring to make easier to understand 2015-04-10 13:50:28 -06:00
Jeff Potter 8a6c7f99cd Merge branch 'gberger-master' 2015-04-10 10:57:19 -06:00
Jeff Potter e09ee70c96 Adding max length rule and fixing method access to make it public 2015-04-10 10:55:04 -06:00
Jeff Potter 64eed84b72 Merge branch 'master' of https://github.com/gberger/swift-validator into gberger-master 2015-04-10 10:48:59 -06:00
Jeff Potter 970333e0c0 simplifying method names, adding public access to classes 2015-04-10 10:48:14 -06:00
Guilherme Berger 20f1238e66 Create MaxLengthRule.swift 2015-04-06 04:24:39 -04:00
Jeff Potter f016c1ac65 Update Readme to move Cocoapods to somewhere else 2015-04-04 00:16:05 -06:00
Jeff Potter f51744a90f Merge branch 'bqmackay-Copyright'
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2015-04-04 00:10:58 -06:00
Jeff Potter 1303eedce2 refactoring and adding regexrule as super class 2015-04-04 00:08:31 -06:00
Jeff Potter 9c4ee432c2 refactoring and adding regexrule as super class 2015-04-04 00:08:07 -06:00
Jeff Potter 26db247294 renaming podspec 2015-04-03 23:25:19 -06:00
Jeff Potter fe8f0cc360 Adding MIT license to Podspec 2015-04-03 22:23:39 -06:00
Jeff Potter 9108d01ddb adding license and reworking podspec 2015-04-03 22:20:54 -06:00
Jeff Potter c5a6bcbe3a Merge pull request #11 from asotog/master
Pods support fixes
2015-04-03 21:56:57 -06:00
Byron Mackay a0fa3baf5a Copyright fixes 2015-04-03 14:27:35 -06:00
Byron Mackay 274556a578 Minor style changes 2015-04-03 14:26:51 -06:00
alejandro soto 2c4ffda517 Merge remote-tracking branch 'upstream/master'
Conflicts:
	Swift_Validator.podspec
	Validator/EmailRule.swift
	Validator/PasswordRule.swift
	Validator/ZipCodeRule.swift
2015-03-30 21:27:15 -06:00
alejandro soto b216f7b411 podspec updated and more updates 2015-03-30 20:54:26 -06:00
alejandro soto e10bdb3064 podspec updated 2015-03-30 20:14:01 -06:00
alejandro soto 8dafa0f02f more public access modifiers 2015-03-30 20:13:06 -06:00
alejandro soto 56bd39702c public modifiers for classes, initializers, methods.. 2015-03-30 20:02:46 -06:00
alejandro soto 3600cf0d38 pod updates 2015-03-30 17:20:41 -06:00
alejandro soto f7d47ef2de file name updated 2015-03-30 16:49:44 -06:00
alejandro soto 62a3087d90 spec updated 2015-03-30 16:31:04 -06:00
Jeff Potter b949078cef adding new podspec 2015-03-30 16:17:13 -06:00
Jeff Potter 36b4402768 rolling back count to countElements 2015-03-30 16:10:35 -06:00
Jeff Potter 00e8db0ce2 refactoring validate methods for regex rules 2015-03-30 15:59:40 -06:00
Jeff Potter aad6604eac fixed untracked files 2015-03-30 15:46:41 -06:00
Jeff Potter 5c227400f0 Merge pull request #10 from asotog/master
Cocoapods and swift 1.1 support
2015-03-30 15:16:07 -06:00
alejandro soto 28180d899c support swift 1.1 2015-03-30 14:23:24 -06:00
alejandro soto 50e237d7f3 target removed 2015-03-27 20:37:51 -06:00
alejandro soto 22eaf6f482 pod renamed 2015-03-27 13:55:10 -06:00
Jeff Potter 07cc072e20 Update MinLengthRule.swift 2015-03-25 09:13:04 -06:00
Jeff Potter a2f8787113 first attempt at cocoa pods integration 2015-03-24 15:47:00 -06:00
Jeff Potter 699f1a118f Merge branch 'master' of github.com:jpotts18/swift-validator 2015-03-24 13:44:11 -06:00