Releases: go-playground/validator
Releases · go-playground/validator
Release 9.7.0
Release 9.6.0
What's new?
Added hostname and fqdn validations thanks to @senuphtyz and PR #298
Release 9.5.0
What new?
Added contextual validation support via context.Context: thanks to @thaonx @NUXIER and PR #292
RegisterValidationCtx(...)RegisterStructValidationCtx(...)StructCtx(...)StructFilteredCtx(...)StructPartialCtx(...)StructExceptCtx(...)VarCtx(...)VarWithValueCtx(...)
NOTE: in v10 release all old methods will be removed and only new Context methods will remain.
Release 8.18.2
What was fixed?
Backported some test fixes to solve false positives
Release 9.4.0
What's new?
- Add Access to Field Name from FieldLevel interface via
FieldLevel.FieldName()andFieldLevel.StructFieldName() - Renamed examples directory to
_examplesto avoid any potential dependencies in examples being pulled in by go tools.
Release 9.3.6
What was fixed?
- Some more typos in the documentation.
- Updated README to fix rendering issue with GitHub's new markdown parser.
Release 9.3.5
What was fixed?
- Corrected some typos in README which Fixes #273
- updated lint issue in one of the tests
- Updated Benchmarks for Go 1.8
Release 9.3.4
What was fixed?
no issues with validator, just updating test.
- Updated failing test for new translation error message.
- Updated benchmarks with my new dev machine at the same time.
Release 9.3.3
What was fixed?
- A small typo in the documentation, thanks @ellisonleao for pull request #271