Commit Graph

545 Commits (73e8e76de2d45f1e537065c97e344e8f63fa582c)
 

Author SHA1 Message Date
Jawher Moussa 73e8e76de2 Fix universal translator imports so that goimports doesn't get remove them 8 years ago
Dean Karn 23e84d2f88 Update README.md 8 years ago
Dean Karn 678f8cf9a3 Merge branch 'field-level-validation2' into v9 8 years ago
Dean Karn cddc415625 perf enhancements + corrected issue with or's 8 years ago
Dean Karn 42a0d6df3b some minor perf with recursion 8 years ago
Dean Karn 7c2b5d8471 Update README.md 8 years ago
Dean Karn 4b3eedc379 Merge branch 'i18n-custom-errors' into v9 8 years ago
Dean Karn 110c8638eb add good documentation 8 years ago
Dean Karn 0e70fdfc72 add translation example + documentation 8 years ago
Dean Karn a7ca4a1d32 add default translations for "en" 8 years ago
Dean Karn 532878b008 initial translation/custom error code 8 years ago
Dean Karn 6f98212623 Update CONTRIBUTING.md 8 years ago
Dean Karn 0af0043f29 update CI badge to v9 8 years ago
Dean Karn a7cc53a707 documentation, examples and template updates. 8 years ago
Dean Karn 9ba3297c49 Update benchmarks run against Go 1.7 8 years ago
Dean Karn 1cbfa0bbff RC1 Release 8 years ago
joeybloggs b0883e6ed8 RC1 Release 8 years ago
Dean Karn 852e5ff9f9 Merge pull request #252 from go-playground/v8 8 years ago
joeybloggs 2de56ed26a add parallel versions of all benchmarks 8 years ago
joeybloggs 3e196d49c6 saving some bytes uint8 vs int 8 years ago
joeybloggs b2c8f66e7b why pass the Field names, they already belong to the namespaces... 8 years ago
joeybloggs ea09db9292 aha! there's the extra allocation(s) Ive been chasing down! 8 years ago
joeybloggs 1714ba2b67 convert switch to if 8 years ago
joeybloggs 6765805f88 continuing perf optimizations 8 years ago
joeybloggs 27b607d6ad avoid a couple of dive allocations 8 years ago
joeybloggs 01925e342a regain 100% test coverage 8 years ago
joeybloggs ecad6333b1 increase dive tag performance. 8 years ago
joeybloggs dcdba454d7 some variable cleanup 8 years ago
joeybloggs d9bfef9fe0 speed up structPartial and structExcept string parsing 8 years ago
joeybloggs 8d0fd80a80 removed creation of a couple stack variables and creation of errors 8 years ago
joeybloggs a8f7aaba72 remove TODO: tried it, only helped with 1 allocation, not worth the overhead and potential contention 8 years ago
joeybloggs f581a2d517 reuse field 8 years ago
joeybloggs 98dee40973 perf updates all around! 8 years ago
joeybloggs 560bff6526 testing 8 years ago
joeybloggs 8c60a612c5 code coverage back to 100% + some code cleanup 8 years ago
joeybloggs 2fe87f7a8d better error message. 8 years ago
joeybloggs 5fedd8c08a buffer errTag + errs array. 8 years ago
joeybloggs 5d28ac67f7 remove validatable logic as it does't really work, both with clarity and pointer vs non-pointer receivers 8 years ago
joeybloggs 1ff58be284 finish conversion of test + some fixes. 8 years ago
joeybloggs 3bf69e2bbd converting tests 8 years ago
joeybloggs 7e731afde9 field name updates 8 years ago
joeybloggs e0e1af6a61 working instance 8 years ago
Dean Karn 598aac293f Update README.md 8 years ago
joeybloggs 5f57d2222a increment version in README 8 years ago
joeybloggs 77f59a0ea0 corrected some spelling mistakes in documentation 8 years ago
joeybloggs 1d3a3d281b Merge branch 'minor-perf-1' into v8 8 years ago
joeybloggs 89d5a94084 final touches + README updates 8 years ago
joeybloggs 80301d1184 fix go report card badge. 8 years ago
joeybloggs 49d9b2c35e Merge branch 'minor-perf-merge' into minor-perf-1 8 years ago
joeybloggs 99a0f5e141 Merge branch 'merge' into minor-perf-merge 8 years ago