Jeff Potter
|
ca6509687e
|
Merge pull request #40 from KVTaniguchi/refactorValidationRule
apply rules with map and filter
|
2015-07-20 21:12:53 -07:00 |
Jeff Potter
|
dc9224c30f
|
Merge pull request #39 from KVTaniguchi/RefactorValidator
refactor Validator
|
2015-07-20 21:11:28 -07:00 |
Kevin Taniguchi
|
b95902919b
|
apply rules with map and filter
|
2015-06-28 15:55:19 -04:00 |
Kevin Taniguchi
|
21a5cc52e2
|
refactor Validator
using type inferencing
loop keys, values in validations
|
2015-06-28 14:56:40 -04:00 |
mla2c
|
4d3f245f7a
|
Correct conflict
|
2015-06-12 08:43:19 +02:00 |
mla2c
|
d3b92f5a5f
|
Merge remote-tracking branch 'upstream/master'
|
2015-06-12 08:36:10 +02:00 |
mla2c
|
0edfb58cc4
|
All rules: init with optional user-defined message possible
|
2015-06-01 14:54:50 +02:00 |
mla2c
|
ba9615cc85
|
Changes from leodasvacas fork (Custom messages for regex rules, commit 157e9791fb)
|
2015-06-01 14:13:26 +02:00 |
leonardo.yvens
|
157e9791fb
|
Custom messages for regex rules
|
2015-05-24 13:12:23 -03:00 |
Jeff Potter
|
5a3ddcb795
|
updating readme, fixing extraneous # in parameter
|
2015-05-06 13:41:04 -06:00 |
Cameron McCord
|
a685e16bc4
|
cleaned up code, fixed tests
|
2015-05-06 11:44:25 -06:00 |
Cameron McCord
|
cc0089d901
|
Changed to passing in transform functions for your text fields
|
2015-05-06 11:31:49 -06:00 |
Cameron McCord
|
afc15b0aa4
|
colors on text fields get cleared afterwards
|
2015-05-05 19:21:31 -06:00 |
Cameron McCord
|
847885a490
|
added float rule with tests
|
2015-05-05 18:58:11 -06:00 |
Cameron McCord
|
ae64d62951
|
removed color feature
|
2015-05-05 18:35:23 -06:00 |
Cameron McCord
|
4c7462e6a5
|
Added tests for coloring text fields
|
2015-05-05 18:32:20 -06:00 |
Cameron McCord
|
19490824c3
|
Error fields auto-set error messages if given, can specify a different text field border color, can have the validator add the colored border to errored text fields
|
2015-05-05 18:21:35 -06:00 |
Georg Fischer
|
ffe902dba9
|
fix issue with errors showing up for unregistered fields
|
2015-05-05 16:52:08 +02:00 |
Cameron McCord
|
dfa5c257ce
|
Added validate function with callback + tests
|
2015-04-30 17:55:06 -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 |
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 |
Dmitry Zarva
|
0497bbbbe0
|
fixes for compatibility with swift 1.2
|
2015-04-11 23:26:23 +03:00 |
Jeff Potter
|
0bc6e7a50a
|
adding tests, refactoring to make easier to understand
|
2015-04-10 13:50:28 -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
|
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 |
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
|
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 |
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 |
alejandro soto
|
28180d899c
|
support swift 1.1
|
2015-03-30 14:23:24 -06:00 |
Jeff Potter
|
07cc072e20
|
Update MinLengthRule.swift
|
2015-03-25 09:13:04 -06:00 |
Jeff Potter
|
ff25465d93
|
Updating for swift 1.2
|
2015-03-24 13:43:33 -06:00 |
Jeff Potter
|
56e159eaa2
|
adding changes to viewcontroller
|
2015-03-06 15:03:46 -07:00 |
Jeff Potter
|
29a5e8fe98
|
adding better readme
|
2015-03-06 15:02:47 -07:00 |
Jeff Potter
|
abc729aeac
|
Changing to version 2
|
2015-03-06 14:59:06 -07:00 |
Jeff Potter
|
574c3c6dfb
|
adding additional validation Regexes to PasswordValidaiton
|
2014-11-26 15:01:49 -07:00 |
Jeff Potter
|
cc9f7af56f
|
Adding View Controller
|
2014-11-26 10:12:27 -07:00 |
Jeff Potter
|
624357ff4d
|
sort of crappy demo
|
2014-11-26 00:32:35 -07:00 |
Jeff Potter
|
1288c10568
|
updating readme
|
2014-11-20 12:59:03 -07:00 |
Jeff Potter
|
d3dcf368ef
|
initial commit
|
2014-11-20 11:46:58 -07:00 |