joeybloggs
c8fb9a5e7c
Merge remote-tracking branch 'upstream/v8' into v8-development
9 years ago
Dean Karn
5b7705b83f
Merge pull request #175 from joeybloggs/v8-development
...
Update for repo move
9 years ago
joeybloggs
36c0f0aa99
Update for repo move
...
* moved from bluesuncorp org to go-playground org
9 years ago
Dean Karn
8324129b02
Merge pull request #173 from bluesuncorp/v8-development
...
Expose some functions for use in Custom Validators
9 years ago
Dean Karn
d173a35b5c
Merge pull request #172 from joeybloggs/v8-development
...
Expose Methods for custom functions
9 years ago
joeybloggs
95e8b47837
Merge remote-tracking branch 'upstream/v8-development' into v8-development
9 years ago
joeybloggs
830d270923
Expose Methods for Custom functions
...
Exposed previously unexposed functions for use within custom functions.
* ExtractType
* GetStructFieldOK
9 years ago
Dean Karn
ec1066576d
Update README.md
...
Update CI and coverage badges for v8 branch
9 years ago
Dean Karn
1a791b52ba
Merge pull request #171 from bluesuncorp/v8-development
...
V8 development
9 years ago
Dean Karn
0f4bcfc83f
Merge pull request #170 from joeybloggs/v8-development
...
V8 development
9 years ago
joeybloggs
eab946fcd9
update CI and coverage badger to v8-development
9 years ago
joeybloggs
d5f9115ad5
update all example references to v8
9 years ago
Dean Karn
40bd6a0bc0
Merge pull request #169 from joeybloggs/v8-development
...
New v8 Changes
9 years ago
joeybloggs
aa72515d75
update benchmarks
9 years ago
joeybloggs
8119861695
inline Regex calls
9 years ago
joeybloggs
9e4314f9ab
add more docs to doc.go
9 years ago
joeybloggs
b366564cbe
update to v8 benchmarks
9 years ago
joeybloggs
e8133a0b33
Merge branch 'v7-development' into merge
9 years ago
Dean Karn
e66bd708c4
Merge pull request #167 from joeybloggs/v7-development
...
Update Validator instance check
9 years ago
joeybloggs
14df416126
Update Validator instance check
...
* change for one validator instance method and message
9 years ago
Dean Karn
0650f73d40
Merge pull request #166 from flowonyx/v7-development
...
Added checking for nil receiver on Validator methods
9 years ago
Joel Williams
715aa553c8
Added checking for nil receiver on Validator methods
9 years ago
joeybloggs
22a5f70a0e
Add Error handling info to README
9 years ago
joeybloggs
d792c5a578
Add validation error info to DOC
9 years ago
joeybloggs
19b2f07d98
Update README for v8
9 years ago
joeybloggs
b2d8b4186c
update more comments
9 years ago
joeybloggs
9990e055a3
update comments
9 years ago
joeybloggs
0b51279b05
Update Error Pool
...
* made error pool per validator instance to reduce contention is
multiple validators are in play.
9 years ago
joeybloggs
70cb087d5a
update how config is passed in and assigned to validator
...
* makes it safer as options passed in by reference, in the future, will
not be manipulatable externally.
9 years ago
joeybloggs
10cf645b91
reorganization of code + variables to more appropriate structs
9 years ago
joeybloggs
9988ba3f45
update New to use register functions to avoid errors
9 years ago
joeybloggs
4807bf93bb
unexpose baked in validators map for safety.
9 years ago
joeybloggs
c293315337
updated tag caching for maximum performance
9 years ago
joeybloggs
b213226b01
Add Alias to the unique features section of README
9 years ago
joeybloggs
b4563c2cf6
Add alias docs + notes
9 years ago
joeybloggs
a964f5384a
Completed 100% test coverage for alis registration
9 years ago
joeybloggs
407aac458f
Update Alias logic
...
- Unexport Alias Map in order to preserve any custom user aliases that
may conflict with new aliases added to the library itself....need to
copy them for each new validator.
- update error to report alias tag as the error tag and add actualTag to
know what it would have actually been.
9 years ago
joeybloggs
2cda50fb41
Add Tag Alias + basic tests
...
so far so good
9 years ago
Dean Karn
f6ff3d4da3
Merge pull request #164 from bluesuncorp/v7-development
...
Update README.md
9 years ago
Dean Karn
ca7facef9c
Update README.md
...
update v6 accidentally left in README example to v7
9 years ago
joeybloggs
3191556e30
Merge branch 'v7-development' into v7
9 years ago
Dean Karn
9a7e605915
Update README.md
...
update coverage badge
9 years ago
Dean Karn
d5462d5b41
Merge pull request #163 from bluesuncorp/v7-development
...
Update benchmarks + old external v6 references to v7
9 years ago
Dean Karn
8146ec40c7
Merge pull request #162 from joeybloggs/v7-development
...
Update benchmarks + old external v6 references to v7
9 years ago
joeybloggs
77751ca042
update external references from v6 to v7
9 years ago
joeybloggs
4ab8352362
update benchmarks after nefield + necsfield changes
9 years ago
Dean Karn
72a602000a
Update README.md
...
update CI badge to v7
9 years ago
Dean Karn
95213db264
Update README.md
...
Update CI badge to v7-development branch
9 years ago
Dean Karn
d423756cc0
Merge pull request #161 from joeybloggs/v7-development
...
Changes for v7
9 years ago
joeybloggs
ce06c47267
rename some variable for clarity
9 years ago