Commit graph

242 commits

Author SHA1 Message Date
Dean Karn
c6b12744c3 Merge pull request #131 from joeybloggs/v5-development
Porting Back fixes from v6
2015-07-28 09:37:47 -04:00
joeybloggs
0a785236d1 Merge remote-tracking branch 'upstream/v5' into v5-development 2015-07-28 09:33:21 -04:00
Dean Karn
ec0b27fac6 Merge pull request #130 from joeybloggs/v5-development
Porting Back fixes from v6
2015-07-28 09:30:10 -04:00
joeybloggs
b870cbab2f Porting Back fixes from v6 2015-07-28 09:28:12 -04:00
joeybloggs
b37bef4e66 Merge remote-tracking branch 'upstream/v5-development' into v5-development 2015-07-28 09:05:19 -04:00
Dean Karn
aa3fec1835 Delete .travis.yml
no longer needed changed CI to semaphore
2015-07-19 21:49:46 -04:00
Dean Karn
757d391c29 Update README.md
updated CI to semaphore
2015-07-19 21:49:17 -04:00
Dean Karn
9a8368398d Update README.md
update badge to v5 branch
2015-07-19 21:46:00 -04:00
Dean Karn
77108103e5 Delete .travis.yml
remove no longer needed, now using semaphore CI
2015-07-19 12:04:01 -04:00
Dean Karn
5a21300017 Update README.md
update CI to semaphore
2015-07-19 12:02:55 -04:00
Dean Karn
ac33a23e6e Merge pull request #113 from bluesuncorp/v5-development
update string comparisons to use utf8.RuneCountInString
2015-07-13 14:48:03 -04:00
Dean Karn
8a9bd75ae8 Merge pull request #112 from joeybloggs/v5-development
update to use utf8.RuneCountInString for string length
2015-07-13 14:43:39 -04:00
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.
2015-07-13 14:21:06 -04:00
joeybloggs
b52f154023 Merge remote-tracking branch 'upstream/v5-development' into v5-development 2015-07-13 14:09:04 -04:00
Dean Karn
314b33a481 Merge pull request #111 from zhing/v5-development
V5 development
2015-07-13 14:07:18 -04:00
zhing
3bece518fa Merge branch 'v5-development' of https://gopkg.in/bluesuncorp/validator.v5 into v5-development 2015-07-12 13:22:45 +08:00
zhing
0fa8dd2a3e add validate:len=? support for utf-8 2015-07-12 13:22:36 +08:00
Dean Karn
06aac46c91 Merge pull request #109 from bluesuncorp/v5-development
Merge latet changes into v5
2015-07-09 14:25:59 -04:00
Dean Karn
988489de15 Merge pull request #108 from joeybloggs/v5-development
V5 development
2015-07-09 14:22:31 -04:00
joeybloggs
9d2b8ee9d4 updated coverage tests to be 100% 2015-07-09 14:18:54 -04:00
joeybloggs
e1fd32247f Fix interface issue when value is set but no validation tag exists 2015-07-09 14:06:48 -04:00
Dean Karn
e02a29b19b Merge pull request #105 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2015-07-06 08:03:23 -04:00
The Gitter Badger
c4ae288afd Added Gitter badge 2015-07-06 12:00:40 +00:00
Dean Karn
7422dd4828 update latest benchmarks 2015-07-05 14:43:14 -04:00
Dean Karn
d2748d5ae5 Merge pull request #103 from bluesuncorp/v5-development
Implement native go sync.Pool
2015-07-05 12:23:07 -04:00
Dean Karn
28b71ba8ae Merge pull request #102 from joeybloggs/v5-development
Implement native go sync.Pool
2015-07-05 12:20:28 -04:00
joeybloggs
9d4c0ec302 update travis.ml for overalls, which is giving nothing but problems! 2015-07-05 12:17:07 -04:00
joeybloggs
302c3cffdd to use new sync pool remove go 1.2 support
for #98
2015-07-05 11:39:16 -04:00
joeybloggs
562e77833a change to use native sync.Pool
for #98
2015-07-05 11:31:09 -04:00
Dean Karn
b9105b5bf7 Merge pull request #96 from bluesuncorp/v5-development
Updated README
2015-07-04 15:42:45 -04:00
Dean Karn
e5ebe76ccf Merge pull request #95 from joeybloggs/v5-development
Update  README
2015-07-04 15:39:32 -04:00
joeybloggs
46b655a956 add some benchmarks to readme
for #72
2015-07-04 15:35:14 -04:00
joeybloggs
c4203fff25 add file and README example 2015-07-04 15:29:12 -04:00
joeybloggs
89a5909004 add test to ensure 100% of the lines of code are called, even in the pool 2015-07-04 14:08:59 -04:00
Dean Karn
0e7326e6a7 Merge pull request #93 from bluesuncorp/v5
Merge latest badge  changes to development
2015-07-04 13:36:10 -04:00
Dean Karn
82abe38795 Add test coverage badge
add test coverage badge for issue #92
2015-07-04 13:25:49 -04:00
Dean Karn
26333a65c1 add goveralls test coverage
for #92
2015-07-04 13:18:46 -04:00
Dean Karn
d8e0c4d936 Merge pull request #90 from bluesuncorp/v5-development
Update Flatten logic to handle new dive logic
2015-06-29 21:01:05 -04:00
Dean Karn
4f5ff0f3b4 Merge pull request #89 from joeybloggs/v5-development
Update Flatten logic to handle new dive logic
2015-06-29 20:54:43 -04:00
joeybloggs
92bd6b335a code cleanup
for #88
2015-06-29 20:14:58 -04:00
joeybloggs
f604b6cc96 Complete Flatten logic
for #88
2015-06-29 20:10:13 -04:00
joeybloggs
4d57165562 fix wrong variable used in checking for "[" char
for #85
2015-06-29 09:53:08 -04:00
joeybloggs
7d55bfddde complete flatten logic for array elements
for #85
2015-06-29 09:48:57 -04:00
Dean Karn
d627af88ac Merge pull request #87 from bluesuncorp/v5-development
Correct interface panic & add interface type handling
2015-06-28 21:58:27 -04:00
Dean Karn
f6358a9d49 Merge pull request #86 from joeybloggs/v5-development
Correct interface panic & add interface type handling
2015-06-28 21:56:00 -04:00
joeybloggs
c7ff296dca correct interface issue
add handling of interface validation by determining it's type

for issue #85
2015-06-28 21:51:39 -04:00
Dean Karn
740b7d0daa Merge pull request #83 from bluesuncorp/v5-development
Merge latest dive changes for slice, array and maps
2015-06-27 14:32:18 -04:00
Dean Karn
4574ba54c6 Merge pull request #82 from joeybloggs/v5-development
Merge dive logic for slice, array and map
2015-06-27 14:29:17 -04:00
joeybloggs
22aaa55c7c add dive documentation
for #78
2015-06-27 14:08:07 -04:00
joeybloggs
200a5b4aad finish map error handling & complete test coverage
for #78
2015-06-27 13:41:33 -04:00