Commit Graph

  • 200a5b4aad finish map error handling & complete test coverage joeybloggs 2015-06-27 13:41:33 -0400
  • 8bf793acde correct map references pointing to slice after copy/paste joeybloggs 2015-06-27 08:22:37 -0400
  • 14f176e8ac add traverseMap joeybloggs 2015-06-26 10:18:17 -0400
  • 98f4165fae added time test fix issue with time.Time data type validation joeybloggs 2015-06-26 09:57:02 -0400
  • a0f6d14ada add more tests correct pointer issue is traverseArray joeybloggs 2015-06-26 08:41:37 -0400
  • 689d3e9989 finalized array error handling joeybloggs 2015-06-26 07:47:12 -0400
  • 1ba858eec1 correct FieldError error printing idea issue joeybloggs 2015-06-26 07:38:28 -0400
  • 6eded1f817 correct error output and index out of order error joeybloggs 2015-06-26 07:28:15 -0400
  • d019d02290 Add some initial validation change slice errors variable type to map[int]error to allow tracking of index of the error i the array joeybloggs 2015-06-25 17:24:25 -0400
  • 4afdc19aef Finish initial array traversal logic joeybloggs 2015-06-25 09:15:46 -0400
  • a3cf2f5cf3 Merge branch 'v5-development' into add-array-slice-map-dive-support joeybloggs 2015-06-20 12:04:41 -0400
  • 27a1d3f158 Merge pull request #81 from bluesuncorp/v5-development v5.8.1 Dean Karn 2015-06-20 12:02:52 -0400
  • 3e4207bccb Merge pull request #80 from joeybloggs/v5-development #81 Dean Karn 2015-06-20 11:59:34 -0400
  • e0e86490bf Fix Issue with nested struct as pointer being nil #80 joeybloggs 2015-06-20 11:56:16 -0400
  • e0bfa17b22 add initial dive logic joeybloggs 2015-06-20 10:04:55 -0400
  • c06d47f593 Merge pull request #77 from bluesuncorp/v5-development v5.8 Dean Karn 2015-06-17 09:45:28 -0400
  • 64eb07fa30 Merge pull request #76 from joeybloggs/v5-development #77 Dean Karn 2015-06-17 09:41:19 -0400
  • 63a3b7e6ad add multibyte test case for blank string to maintain 100% test coverage #76 joeybloggs 2015-06-17 09:38:48 -0400
  • 220dea1e02 Merge 35aff710e4 into be66dfe125 #75 Dean Karn 2015-06-17 13:34:23 +0000
  • 35aff710e4 added many new validator + tests + documentation: #75 joeybloggs 2015-06-17 09:02:26 -0400
  • 7aa70841bc add uuid, uuid3, uuid4 and uuid5 validators + tests + documentation joeybloggs 2015-06-17 08:03:31 -0400
  • 20d9b7909f add isbn, isbn10 and isbn validators + tests + documentation joeybloggs 2015-06-16 23:22:36 -0400
  • 05e0fe1f85 updated various regex's to remove any capturing groups joeybloggs 2015-06-16 22:12:36 -0400
  • 5db5165e2c update rub and reba regex joeybloggs 2015-06-16 22:07:30 -0400
  • 9ff11ae808 break out benchmarks into separate file create examples file for better godocs joeybloggs 2015-06-10 22:03:57 -0400
  • 049d448603 Merge pull request #73 from bluesuncorp/v5 Dean Karn 2015-06-09 06:51:43 -0400
  • df95f9de27 Merge pull request #71 from bluesuncorp/v5-development v5.7.1 #73 Dean Karn 2015-06-08 21:51:25 -0400
  • be66dfe125 Merge pull request #70 from joeybloggs/v5-development #71 Dean Karn 2015-06-08 21:48:28 -0400
  • f4837a073b add call to SetMaxStructPoolSize in test to ensure continued 100% test coverage #70 joeybloggs 2015-06-08 21:46:08 -0400
  • ecfab4f37a Merge pull request #69 from bluesuncorp/v5-development v5.7 Dean Karn 2015-06-08 21:33:58 -0400
  • ac10117172 Merge pull request #68 from joeybloggs/v5-development #69 Dean Karn 2015-06-08 21:31:17 -0400
  • fcbf6b65e4 add caching pool of StructErrors to reuse objects, reduce garbage collection and reduce memory allocations #68 joeybloggs 2015-06-08 21:27:00 -0400
  • 678d778cba Merge branch 'investigate-including-comma-in-data' into v5-development joeybloggs 2015-06-08 20:42:48 -0400
  • 0fbc3228e8 rework code to allow handling of comma (,) and = within the params i.e. excludesall=,= add test cases for comma and = validation within params add documentation stating how to include a comma within the parameters joeybloggs 2015-06-08 20:42:16 -0400
  • 4cf1b67b2d Merge pull request #66 from bluesuncorp/v5 Dean Karn 2015-06-08 16:56:45 -0400
  • c6a510f8a9 Merge pull request #65 from bluesuncorp/v5-development v5.6.1 #66 Dean Karn 2015-06-08 16:52:04 -0400
  • d40121962a Merge pull request #64 from joeybloggs/v5-development #65 Dean Karn 2015-06-08 16:48:57 -0400
  • 793099be40 remove trimming of param option as space could be a valid param option or char #64 joeybloggs 2015-06-08 16:45:51 -0400
  • 6ae296cb93 Update README.md Dean Karn 2015-06-08 09:06:40 -0400
  • 76bccce51f Merge pull request #62 from bluesuncorp/v5 Dean Karn 2015-06-08 09:01:14 -0400
  • 8461815c10 Merge pull request #61 from bluesuncorp/v5-development v5.6 #62 Dean Karn 2015-06-08 08:47:50 -0400
  • 3d15a126d3 Merge pull request #60 from joeybloggs/cache-struct-schema-metadata #61 Dean Karn 2015-06-08 08:44:02 -0400
  • 1fda4930f6 comment out parallel benchmarks to maintain go 1.2 compatibility #60 joeybloggs 2015-06-08 08:37:53 -0400
  • ccb2c13f42 Merge aa275c658d into 61e4429b20 #59 Dean Karn 2015-06-08 12:31:02 +0000
  • aa275c658d merge pul request changes from @xboston #59 joeybloggs 2015-06-08 08:27:07 -0400
  • 39656b5186 Merge branch 'v5-development' into cache-struct-schema-metadata joeybloggs 2015-06-08 08:24:16 -0400
  • 98ee4c3a5d Merge branch 'v6-development' into v5-development joeybloggs 2015-06-08 08:23:40 -0400
  • c085ab22ea Merge pull request #58 from xboston/patch-1 Dean Karn 2015-06-08 08:22:15 -0400
  • c09c7a1231 fix UserDetail type #58 Nikolay Kirsh 2015-06-08 13:48:11 +0500
  • 56b4ce1811 add larger tests for benchmarks joeybloggs 2015-06-07 23:57:32 -0400
  • 81ce302975 add parallel benchmark joeybloggs 2015-06-07 23:54:06 -0400
  • ad39bb92dd code cleanup joeybloggs 2015-06-07 23:40:23 -0400
  • 6ffa5d1455 add thread safety note to AddFunction and SetTag functions joeybloggs 2015-06-07 23:25:14 -0400
  • 8c2248a5ce add map thread safety joeybloggs 2015-06-07 23:22:13 -0400
  • 0c5fbee316 code cleanup + variable renaming restructure fieldWithNameAndSingleTag for speed + less allocations joeybloggs 2015-06-07 22:59:36 -0400
  • e4f2ff67bd add caching of field only tags, now less time, memory and only 2 allocations vs 9 joeybloggs 2015-06-07 22:24:26 -0400
  • 22d031deb0 add struct caching, significant speedup even in a simple test joeybloggs 2015-06-07 21:39:21 -0400
  • 6fe54bc1d3 Merge pull request #54 from bluesuncorp/v5 Dean Karn 2015-05-30 21:08:05 -0400
  • 1d61bf3148 Merge pull request #53 from bluesuncorp/v5-development v5.5.1 #54 Dean Karn 2015-05-30 21:06:15 -0400
  • 61e4429b20 Merge pull request #52 from joeybloggs/v5-development #53 Dean Karn 2015-05-30 21:04:07 -0400
  • fbb3befecb update validate struct benchmark for lager struct with nested struct #52 joeybloggs 2015-05-30 21:01:11 -0400
  • beaa9adf31 minor performance updates add benchmarks joeybloggs 2015-05-30 20:19:05 -0400
  • 8df4eb813b Merge pull request #51 from bluesuncorp/v5 Dean Karn 2015-05-26 21:48:37 -0400
  • 479d3f0fd9 Merge pull request #50 from bluesuncorp/v5-development v5.5 #51 Dean Karn 2015-05-26 21:40:22 -0400
  • 756455cce5 Merge pull request #49 from joeybloggs/change-to-native-golang-testing #50 Dean Karn 2015-05-26 21:36:59 -0400
  • e5c73961c7 finish test conversion #49 joeybloggs 2015-05-26 21:29:51 -0400
  • ae2d0646af add more checks to IsEqual function joeybloggs 2015-05-26 10:27:07 -0400
  • e0b68a7520 initial commit of helper functions joeybloggs 2015-05-26 09:16:58 -0400
  • 2be1659b5b Merge pull request #47 from bluesuncorp/v5 Dean Karn 2015-05-22 22:40:14 -0400
  • 07cbdd2e6d Merge pull request #46 from bluesuncorp/v5-development v5.4 #47 Dean Karn 2015-05-22 22:33:24 -0400
  • 5ab4925073 Merge pull request #45 from joeybloggs/v5-development #46 Dean Karn 2015-05-22 22:32:29 -0400
  • 3dcc019b64 add contains, contains any, contains rune, excludes, excludes and excludesrune validation functions + tests + docuemtation #45 joeybloggs 2015-05-22 22:28:40 -0400
  • 9d18657e1f remove extra carriage returns joeybloggs 2015-05-22 20:22:18 -0400
  • fd059fe2f1 remove unnecessary carriage returns joeybloggs 2015-05-22 20:17:32 -0400
  • 40c38f9931 Merge pull request #42 from bluesuncorp/v5 Dean Karn 2015-05-19 15:46:48 -0400
  • 63658537be Merge pull request #41 from bluesuncorp/v5 Dean Karn 2015-05-19 15:46:42 -0400
  • d780b124a9 Merge pull request #40 from bluesuncorp/v5-development v5.2 #42 #41 Dean Karn 2015-05-19 15:35:41 -0400
  • ee35a115e9 Merge pull request #39 from joeybloggs/v5-development #40 Dean Karn 2015-05-19 15:33:08 -0400
  • f7f779fb31 add documentation for ne and nefield validation function #39 joeybloggs 2015-05-19 15:29:26 -0400
  • 23c3fa6b63 add ne and nefield functions to validator joeybloggs 2015-05-19 15:20:34 -0400
  • 74d0e52ab3 Update README.md Dean Karn 2015-05-08 12:10:16 -0400
  • 73747bdf83 Merge pull request #37 from bluesuncorp/v5-development v5.1 Dean Karn 2015-05-08 12:03:15 -0400
  • 1a0a2f52c4 Merge pull request #36 from joeybloggs/v5-development #37 Dean Karn 2015-05-08 12:02:01 -0400
  • b891b1cf3c add eq baked in function + tests add eqfield baked in function + tests #36 joeybloggs 2015-05-08 11:59:48 -0400
  • 98f3221631 Merge pull request #34 from bluesuncorp/v5 Dean Karn 2015-04-19 10:45:05 -0400
  • 4e9461558c Update README.md #34 Dean Karn 2015-04-19 10:40:32 -0400
  • fa8e0664b2 Merge pull request #33 from bluesuncorp/v5-development v5.0.2 Dean Karn 2015-04-19 10:33:06 -0400
  • 765fb71956 Merge pull request #32 from joeybloggs/v5-development #33 Dean Karn 2015-04-19 10:23:47 -0400
  • e530eb5470 add documentation for new base64 validator #32 Dean Karn 2015-04-19 10:21:03 -0400
  • 1d008b4ad2 add base64 validate as requested in issue #30 Dean Karn 2015-04-19 10:13:14 -0400
  • 4c73ffba66 update verbiage after pull request Dean Karn 2015-04-19 09:27:13 -0400
  • d400cda52e Merge pull request #31 from muyiwaolurin/v5-development Dean Karn 2015-04-19 09:17:08 -0400
  • 700e5f4b46 Minor typos #31 Anthony Olurin 2015-04-19 00:01:15 -0400
  • 829b13775f Update validator_test.go v5.0.1 v5 Dean Karn 2015-04-10 00:44:48 -0400
  • 04b0ff368d Update README.md Dean Karn 2015-04-10 00:42:52 -0400
  • 42419864c0 Merge pull request #29 from joeybloggs/v5 Dean Karn 2015-04-10 00:37:20 -0400
  • d474ce1ce6 update test import path #29 Dean Karn 2015-04-10 00:36:46 -0400
  • 9d1ffaeb87 Merge pull request #28 from joeybloggs/v5 Dean Karn 2015-04-10 00:31:41 -0400
  • 7ac98be692 changes in preparation for package rename to validator #28 Dean Karn 2015-04-10 00:30:30 -0400
  • 47a6634ff8 Merge pull request #26 from joeybloggs/v4 v4.0.4 #27 v4 Dean Karn 2015-04-09 20:40:26 -0400