joeybloggs
b870cbab2f
Porting Back fixes from v6
9 years ago
joeybloggs
b37bef4e66
Merge remote-tracking branch 'upstream/v5-development' into v5-development
9 years ago
Dean Karn
aa3fec1835
Delete .travis.yml
...
no longer needed changed CI to semaphore
9 years ago
Dean Karn
757d391c29
Update README.md
...
updated CI to semaphore
9 years ago
Dean Karn
ac33a23e6e
Merge pull request #113 from bluesuncorp/v5-development
...
update string comparisons to use utf8.RuneCountInString
10 years ago
Dean Karn
8a9bd75ae8
Merge pull request #112 from joeybloggs/v5-development
...
update to use utf8.RuneCountInString for string length
10 years ago
joeybloggs
89e9d9731d
update to use utf8.RuneCountInString for string length comparisons
...
updated baked in functions:
hasLengthOf
isGt
isGte
isLt
isLte
to use utf8.RuneCountInString for string length comparisons, not counting multi-bye
characters but runes in string length comparisons.
10 years ago
joeybloggs
b52f154023
Merge remote-tracking branch 'upstream/v5-development' into v5-development
10 years ago
Dean Karn
314b33a481
Merge pull request #111 from zhing/v5-development
...
V5 development
10 years ago
zhing
3bece518fa
Merge branch 'v5-development' of https://gopkg.in/bluesuncorp/validator.v5 into v5-development
10 years ago
zhing
0fa8dd2a3e
add validate:len=? support for utf-8
10 years ago
Dean Karn
06aac46c91
Merge pull request #109 from bluesuncorp/v5-development
...
Merge latet changes into v5
10 years ago
Dean Karn
988489de15
Merge pull request #108 from joeybloggs/v5-development
...
V5 development
10 years ago
joeybloggs
9d2b8ee9d4
updated coverage tests to be 100%
10 years ago
joeybloggs
e1fd32247f
Fix interface issue when value is set but no validation tag exists
10 years ago
Dean Karn
e02a29b19b
Merge pull request #105 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to README.md
10 years ago
The Gitter Badger
c4ae288afd
Added Gitter badge
10 years ago
Dean Karn
7422dd4828
update latest benchmarks
10 years ago
Dean Karn
d2748d5ae5
Merge pull request #103 from bluesuncorp/v5-development
...
Implement native go sync.Pool
10 years ago
Dean Karn
28b71ba8ae
Merge pull request #102 from joeybloggs/v5-development
...
Implement native go sync.Pool
10 years ago
joeybloggs
9d4c0ec302
update travis.ml for overalls, which is giving nothing but problems!
10 years ago
joeybloggs
302c3cffdd
to use new sync pool remove go 1.2 support
...
for #98
10 years ago
joeybloggs
562e77833a
change to use native sync.Pool
...
for #98
10 years ago
Dean Karn
b9105b5bf7
Merge pull request #96 from bluesuncorp/v5-development
...
Updated README
10 years ago
Dean Karn
e5ebe76ccf
Merge pull request #95 from joeybloggs/v5-development
...
Update README
10 years ago
joeybloggs
46b655a956
add some benchmarks to readme
...
for #72
10 years ago
joeybloggs
c4203fff25
add file and README example
10 years ago
joeybloggs
89a5909004
add test to ensure 100% of the lines of code are called, even in the pool
10 years ago
Dean Karn
0e7326e6a7
Merge pull request #93 from bluesuncorp/v5
...
Merge latest badge changes to development
10 years ago
Dean Karn
82abe38795
Add test coverage badge
...
add test coverage badge for issue #92
10 years ago
Dean Karn
26333a65c1
add goveralls test coverage
...
for #92
10 years ago
Dean Karn
d8e0c4d936
Merge pull request #90 from bluesuncorp/v5-development
...
Update Flatten logic to handle new dive logic
10 years ago
Dean Karn
4f5ff0f3b4
Merge pull request #89 from joeybloggs/v5-development
...
Update Flatten logic to handle new dive logic
10 years ago
joeybloggs
92bd6b335a
code cleanup
...
for #88
10 years ago
joeybloggs
f604b6cc96
Complete Flatten logic
...
for #88
10 years ago
joeybloggs
4d57165562
fix wrong variable used in checking for "[" char
...
for #85
10 years ago
joeybloggs
7d55bfddde
complete flatten logic for array elements
...
for #85
10 years ago
Dean Karn
d627af88ac
Merge pull request #87 from bluesuncorp/v5-development
...
Correct interface panic & add interface type handling
10 years ago
Dean Karn
f6358a9d49
Merge pull request #86 from joeybloggs/v5-development
...
Correct interface panic & add interface type handling
10 years ago
joeybloggs
c7ff296dca
correct interface issue
...
add handling of interface validation by determining it's type
for issue #85
10 years ago
Dean Karn
740b7d0daa
Merge pull request #83 from bluesuncorp/v5-development
...
Merge latest dive changes for slice, array and maps
10 years ago
Dean Karn
4574ba54c6
Merge pull request #82 from joeybloggs/v5-development
...
Merge dive logic for slice, array and map
10 years ago
joeybloggs
22aaa55c7c
add dive documentation
...
for #78
10 years ago
joeybloggs
200a5b4aad
finish map error handling & complete test coverage
...
for #78
10 years ago
joeybloggs
8bf793acde
correct map references pointing to slice after copy/paste
...
for#78
10 years ago
joeybloggs
14f176e8ac
add traverseMap
...
for #78
10 years ago
joeybloggs
98f4165fae
added time test
...
fix issue with time.Time data type validation
10 years ago
joeybloggs
a0f6d14ada
add more tests
...
correct pointer issue is traverseArray
for #78
10 years ago
joeybloggs
689d3e9989
finalized array error handling
...
for #78
10 years ago
joeybloggs
1ba858eec1
correct FieldError error printing idea issue
...
for #78
10 years ago