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
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
joeybloggs
f1acffdfe0
Add Struct Level Validation!
9 years ago
Dean Karn
11b132ba0b
Update README.md
...
Add goreport badge
9 years ago
Fábio Gomes
28b6964c53
Fix typo on README so the example compiles
9 years ago
joeybloggs
46f4476335
Update README
9 years ago
joeybloggs
36c0f0aa99
Update for repo move
...
* moved from bluesuncorp org to go-playground org
9 years ago
Dean Karn
ec1066576d
Update README.md
...
Update CI and coverage badges for v8 branch
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
joeybloggs
aa72515d75
update benchmarks
9 years ago
joeybloggs
b366564cbe
update to v8 benchmarks
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
19b2f07d98
Update README for v8
9 years ago
joeybloggs
b213226b01
Add Alias to the unique features section of README
9 years ago
Dean Karn
ca7facef9c
Update README.md
...
update v6 accidentally left in README example to v7
9 years ago
Dean Karn
9a7e605915
Update README.md
...
update coverage badge
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
joeybloggs
55f9e44ce5
Update benchmarks for new go 1.5!
9 years ago
joeybloggs
15fdf82c30
Update verbiage for unique features for v7 cross struct cross field validation tags.
9 years ago
joeybloggs
14b90946b3
Backport v7 updates
...
backporting v7 updates for the near released v7.
9 years ago
joeybloggs
387cfe5aa9
Complete adding StructPartial and StructExcept
...
for issue-#149
9 years ago
joeybloggs
3697be93be
update benchmarks, pretty much the same
9 years ago
Dean Karn
f8fd45620a
Update README.md
...
update semaphore badge to production after merge
9 years ago
joeybloggs
d2ea21ad15
Add RegisterCustomTypeFunc for easier adding of CustomTypeFunc
...
Thanks @johnniedoe for ths pull request!
9 years ago
joeybloggs
6a8ed5612a
Update simple.go file && README
9 years ago
joeybloggs
d363ed316c
Add handling of custom types
...
can add custom type handling, example: sql driver Valuer
can override any base data type like string or int ( I'd be carefull about that, but you can )
9 years ago
joeybloggs
ea0db1fa47
Add single Field validation example
9 years ago
joeybloggs
aef21d4d30
Update Benchmarks
...
Split out benchmarks into Success and Failure for more realistic numbers.
I was validating 2 structs within the benchmarks, both a Successful and
Failing struct which was artificially inflating the numbers.
9 years ago
Dean Karn
a87651c07b
Update README.md
...
fix badge
9 years ago
Dean Karn
b009996c4a
Update README.md
...
update badge to proper branch
9 years ago
Dean Karn
ae135ef613
Update README.md
...
Change CI to Semaphore
9 years ago
joeybloggs
41b4a43989
Updated documentation for new v6
9 years ago
The Gitter Badger
c4ae288afd
Added Gitter badge
9 years ago
Dean Karn
7422dd4828
update latest benchmarks
9 years ago
joeybloggs
46b655a956
add some benchmarks to readme
...
for #72
9 years ago
joeybloggs
c4203fff25
add file and README example
9 years ago
Dean Karn
82abe38795
Add test coverage badge
...
add test coverage badge for issue #92
9 years ago
Dean Karn
6ae296cb93
Update README.md
...
fix go get documentation, remove the -u option
10 years ago
Dean Karn
74d0e52ab3
Update README.md
...
update branch url for travis ci
10 years ago
Dean Karn
4e9461558c
Update README.md
10 years ago
Dean Karn
4c73ffba66
update verbiage after pull request
10 years ago
Anthony Olurin
700e5f4b46
Minor typos
...
- Changes made to documentation and ReadME.
10 years ago
Dean Karn
04b0ff368d
Update README.md
10 years ago
Dean Karn
7ac98be692
changes in preparation for package rename to validator
...
update code for more idiomatic code
10 years ago
Dean Karn
a660c007dc
update for new organization
...
update README, links and documentation for new organization
10 years ago
Dean Karn
a3cb430fa1
issue-#20
...
add extra param of current struct.
10 years ago