Commit Graph

772 Commits (21c910fc6d9c3556c28252b04beb17de0c2d40ec)
 

Author SHA1 Message Date
Bruno Lorenz dbd50b343f Code hygiene 7 years ago
Bruno Lorenz 1669b6e0ee Fixed "Assignment Branch Condition too high" 7 years ago
Bruno Lorenz 08796346a0 Append new validations 7 years ago
Dean Karn 44d9acf0a8 Update README.md 7 years ago
Dean Karn 0f6f568263 Add contextual validation support via context.Context (#296) 7 years ago
Dean Karn fb68f39656 Add Access to Field Name from FieldLevel (#284) 7 years ago
Dean Karn 27158c7a84 Update README.md 7 years ago
Dean Karn 6d8c18553e Merge pull request #278 from flebel/fix_typo 7 years ago
Dean Karn 755afb9dde Update README.md 7 years ago
Francois Lebel 7a2859f38d Fix typo 7 years ago
Dean Karn 4bd1935852 Updated README 7 years ago
Dean Karn b250b44763 Update test & benchmarks 7 years ago
Dean Karn 691ea55063 Update README.md 8 years ago
Dean Karn 0cc1e78abb Merge pull request #271 from ellisonleao/patch-1 8 years ago
Ellison Leão 7cd869b083 fix small doc typo 8 years ago
Dean Karn fb258d3590 Merge pull request #267 from osamingo/osamingo-patch-1 8 years ago
Osamu TONOMORI cf230a98d7 Fix usage of printable ascii 8 years ago
Dean Karn 077c3830f3 Correct Namespace when array or map of structs 8 years ago
Dean Karn 49fccadad1 correct structonly functionality 8 years ago
Dean Karn 941ce2cabc Merge pull request #262 from go-playground/unicode-alphas 8 years ago
Dean Karn 4d76b0dd81 Add alphaunicode & aplhanumericunicode 8 years ago
Dean Karn 597f93b316 Merge branch 'correct-error-order' into v9 8 years ago
Dean Karn 4e43fa1562 change field cache to array 8 years ago
Dean Karn 493dfb6209 correct required tag functionality for pointers, now works like old `exists` tag. 8 years ago
Dean Karn 506cc5da56 Add Filter logic 8 years ago
Dean Karn 0c0ae405d3 Update README.md 8 years ago
Dean Karn 335c8e2fac Merge pull request #256 from jawher/fix-goimports-diff 8 years ago
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