Commit Graph

46 Commits (master)

Author SHA1 Message Date
Yasoob Haider 29d50ba963
add validation for base64 url without = padding (#1024) 1 year ago
Dean Karn 02c12dd7ef update RegisterStructValidationMapRules docs 2 years ago
Leo Liang d0d0c355aa
Feat: support validate struct without struct tag (#934) 2 years ago
Jason.Zhang d3e4be3e44
Enhanced ValidationCtx method to support nested map in slice #915 (#917) 2 years ago
gosua 99922fccc7
Enhance example in function docu (#858) 2 years ago
Lauris BH f09500fca7
Fix support for aliased time.Time types (#890) 2 years ago
Sol 24b5175a34
Fix typo (#891) 2 years ago
Jacob Hochstetler c0195b2b40
added excluded_if/excluded_unless tags + tests (#847) 2 years ago
András Czigány 42525d89ab
document thread safety and recommended singleton usage (#809) 3 years ago
Oleg Nikachev 44c2696cbd
Minor fixes. (#798) 3 years ago
zytell3301 b95d43b789
Add ability to validate map data (#752) 3 years ago
Michał Treter ec1baac93d
Fix accessing fields in composed structs (#733) 3 years ago
Jake-Convictional 9c415c4565
Add support for excluded_with on pointer fields (#746) 3 years ago
hzw 44a150f359 add required_if and required_unless 4 years ago
Elias Rodrigues 55e0f418d6 Minor edits 4 years ago
Elias Rodrigues 0c71d5cc08 Add var timeDurationType 4 years ago
Dean Karn cc25246f01 fix required_without_* 5 years ago
andreas 8ed00e2e12 Change behavior instead of error, we Indirect it to get the non-pointer value 6 years ago
andreas 9eeca29136 detail error message on RegisterStructValidationCtx finding pointer arg 6 years ago
andreas 5b14fca011 Returns error when passing pointer to RegisterStructValidation 6 years ago
Duncan Holm 29b73202fe Document RegisterTagNameFunc more 6 years ago
Damir Vandic bdae516532
Fix unused ctx in StructFilteredCtx 6 years ago
Tengis B 8d3aa5bde2 ✏️ fixed typo in comment 6 years ago
Dean Karn 54da7fa48f fix linting and spelling errors 6 years ago
Dean Karn 5e036656b8 Add hostname_rfc1123 validation 6 years ago
Dean Karn e00f5e092a split out to function, defer is needed to handle panics 6 years ago
Dean Karn b962f3d7d5 Correct Var tagCache locking 6 years ago
Dean Karn 61caf9d303
add map key validation support (#324) 7 years ago
Aaron Lehmann 770163b1e1 Documentation fixes 7 years ago
Dean Karn 0b5dc7605b Add isdefault validation 7 years ago
Dean Karn 0f6f568263 Add contextual validation support via context.Context (#296) 7 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
Jawher Moussa 73e8e76de2 Fix universal translator imports so that goimports doesn't get remove them 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
joeybloggs ecad6333b1 increase dive tag performance. 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 98dee40973 perf updates all around! 8 years ago
joeybloggs 8c60a612c5 code coverage back to 100% + some code cleanup 8 years ago
joeybloggs 5fedd8c08a buffer errTag + errs array. 8 years ago
joeybloggs 1ff58be284 finish conversion of test + some fixes. 8 years ago
joeybloggs e0e1af6a61 working instance 8 years ago