Dean Karn
ec28e2da37
Merge pull request #214 from go-playground/v8-development
...
Update benchmarks + correct benchmark error
9 years ago
Dean Karn
47c3cabf25
Merge pull request #213 from joeybloggs/v8-development
...
Update benchmarks + correct benchmark error
9 years ago
joeybloggs
d451d57023
Update benchmarks + correct benchmark error
...
* Fix error with BenchmarkFieldFailure, it was recording a successful
run.
* Update some benchmarks, they were showing allocations for the creation
of the data not just processing it.
9 years ago
Dean Karn
d776d3eb2e
Merge pull request #212 from go-playground/v8-development
...
Add minor optimization for structonly & nostructlevel checks
9 years ago
Dean Karn
ba623db026
Merge pull request #211 from joeybloggs/v8-development
...
Add minor optimization for structonly & nostructlevel checks
9 years ago
joeybloggs
41828a2d17
Merge remote-tracking branch 'upstream/v8' into v8-development
9 years ago
joeybloggs
cab69bdd13
Add minor optimization for structonly & nostructlevel checks
9 years ago
Dean Karn
82faf6f72a
Merge pull request #210 from go-playground/v8-development
...
Add nostructlevel tag
9 years ago
Dean Karn
aea222d51c
Merge pull request #209 from joeybloggs/v8-development
...
Add nostructlevel tag
9 years ago
joeybloggs
24c1c6819f
Add nostructlevel tag
...
* nostructlevel - Same as structonly tag except that any struct level
validations will not run.
9 years ago
Dean Karn
27557e4813
Merge pull request #208 from go-playground/v8-development
...
Fix issue with structOnly + struct level validation
9 years ago
Dean Karn
5ad5c12aab
Merge pull request #207 from joeybloggs/v8-development
...
Fix issue with structOnly + struct level validation
9 years ago
joeybloggs
59859969c6
Fix issue with structOnly + struct level validation
...
* Issue was that when "structonly" tag was set the struct
level validation wasn't running, this has been corrected.
9 years ago
Dean Karn
c5efdc9576
Merge pull request #206 from go-playground/v8-development
...
Added Helper method to Report errors from struct level.
9 years ago
Dean Karn
6268452877
Merge pull request #205 from joeybloggs/v8-development
...
Added Helper method to Report errors from struct level.
9 years ago
joeybloggs
29403404e4
Added Helper method to Report errors from struct level.
9 years ago
Dean Karn
2ecdb677b3
Merge pull request #204 from go-playground/v8-development
...
Merge Struct Level Validations
9 years ago
Dean Karn
885fd6cb97
Merge pull request #203 from joeybloggs/v8-development
...
Merge Struct Level Validations
9 years ago
joeybloggs
a48387a078
Merge remote-tracking branch 'upstream/v8-development' into v8-development
9 years ago
joeybloggs
f1acffdfe0
Add Struct Level Validation!
9 years ago
Dean Karn
5f64c229a4
Merge pull request #202 from go-playground/v8
...
Merge changes
9 years ago
Dean Karn
11b132ba0b
Update README.md
...
Add goreport badge
9 years ago
Dean Karn
a21885483f
Merge pull request #201 from go-playground/v8-development
...
Update Error message quotes to single quotes
9 years ago
Dean Karn
9a3b21ded0
Merge pull request #200 from joeybloggs/v8-development
...
Update Error message quotes to single quotes
9 years ago
joeybloggs
1570c9b6b3
Update Error message quotes to single quotes
...
* helps reduce noise when transmitting errors via JSON.
for #199
9 years ago
Dean Karn
d5305abfab
Merge pull request #197 from go-playground/v8-development
...
V8 development
9 years ago
Dean Karn
377e5e06a1
Merge pull request #196 from joeybloggs/v8-development
...
Exposed Baked In Validators
9 years ago
joeybloggs
fc5d9f3ae0
Exposed Baked In Validators
...
* Exposed for use within custom functions.
9 years ago
Dean Karn
247a19d4b0
Merge pull request #194 from go-playground/v8
...
Merge latest changes that got merge directly into v8
9 years ago
Dean Karn
17084684e6
Merge pull request #193 from krhubert/v8
...
add cidr, cidrv4 and cidrv6 validators
9 years ago
Hubert
d015334e09
fix docs usage for cidr validator
9 years ago
Hubert
9ffc753204
add cidr, cidrv4 and cidrv6 validators
...
- add validate functions
- add tests
- put validators as builtin in docs
9 years ago
Dean Karn
ea31d3ec23
Merge pull request #192 from fabioxgn/patch-1
...
Fix typo on README so the example compiles
9 years ago
Fábio Gomes
28b6964c53
Fix typo on README so the example compiles
9 years ago
Dean Karn
7bfad40793
Merge pull request #191 from go-playground/v8-development
...
V8 development
9 years ago
Dean Karn
e82c80a530
Merge pull request #190 from joeybloggs/v8-development
...
Merge changes for custom field name extraction
9 years ago
joeybloggs
46f4476335
Update README
9 years ago
joeybloggs
3cef97a452
minor speed improvements
...
* added check for "-" in custom field name
9 years ago
Dean Karn
344bcd6e10
Merge pull request #188 from ilgooz/fieldname
...
configurable field name support
9 years ago
İlker Göktuğ Öztürk
5bc0ff91f8
configurable field name support
9 years ago
Dean Karn
92ddaeb7d8
Merge pull request #185 from go-playground/v8-development
...
V8 development
9 years ago
Dean Karn
8818fdcf0b
Merge pull request #184 from joeybloggs/v8-development
...
update organization from bluesuncorp to go-playground
9 years ago
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