v10.16.0
版本发布时间: 2023-11-04 23:58:11
go-playground/validator最新发布版本:v10.22.1(2024-09-09 08:17:07)
What's new or fixed?
- Added new
issn
validator. TY @mrcook for the PR - Added improvement/fix to the file url validation. TY @nodivbyzero for the PR
- Fix onof tag in examples. TY @gren236 for the PR
- Add
fmt.Stringer
interface support touuid
validations allowing most UUID validation libraries which implement it to work transparently now. TY @JoshGlazebrook for the PR - Added new
omitnil
similar toomitempty
but for pointers. this is mainly for code generation ease. TY @tarampampam for the PR