Releases: go-playground/validator
Release 10.2.0
What's new?
- Added DateTime validation, thanks @psampaz for the PR
- Added JSON validation, thanks @psampaz for the PR
- Added Hostname + Port validation, thanks @terala for the PR
- Added Russion Translations validation, thanks @Rustery for the PR
- Fixed typo in documentation, thanks @shenyiling for the PR
- Added lowercase and uppercase validations, thanks @psampaz for the PR
Release 10.1.0
What's new?
🎄 Merry Christmas: 🎄
🎁 🎁 🎁 🎁 🎁 🎁 🎁 🎁
- Added
GetTagfunctionality to the FieldLevel interface. Thanks @LRichi for the PR - Extended
Isuniquefunctionality to handle the uniqueness of struct fields in an array/slice. Thanks @shihanng for the PR - Improved documentation for custom functions. Thanks @skateinmars for the PR
- Added e.164 phone number validation. Thanks @taybart for the PR
- Optimize
isurlnill error check, Thanks @whatvn for the PR - Remove unecessary casting in example, Thanks @Streppel for the PR
- Improve accuracy of the
dataurivalidation regex, Thanks @JonathanWThom for the PR - Add boolean type support for the
eqvalidator, Thanks @ghost for the PR - Punctuation fix to the CONTRIBUTING.md, Thanks @sclaire-1 for the PR
- Added ability to validate
oneoffor space-separated strings, Thanks @JonathanWThom for the PR
Release 9.31.0
What's new?
As of 2019-12-24 v9 is entering maintenance mode. Please direct all PR's to master.
But before this happens, 🎄 Merry Christmas: 🎄
🎁 🎁 🎁 🎁 🎁 🎁 🎁 🎁
- Added
GetTagfunctionality to the FieldLevel interface. Thanks @LRichi for the PR - Extended
Isuniquefunctionality to handle the uniqueness of struct fields in an array/slice. Thanks @shihanng for the PR - Improved documentation for custom functions. Thanks @skateinmars for the PR
- Added e.164 phone number validation. Thanks @taybart for the PR
Release 9.30.2
What was fixed?
Fixed previous release against wrong branch!
Release 10.0.1
What was fixed?
Fixed the required_with* validation functions that were not properly handling pointers.
Release 9.30.1
What was fixed?
Backported some fixes from v10 for the required_with* validation functions.
P.S.
I highly recommending updating to v10 which is just v9 updated to use Go Modules and std import paths rather than gopkg.in. I will be putting v9 into maintenance mode soon as I don't have the bandwidth to maintain both v10 & v9.
Release 10.0.0
What's new?
- Updated to Go Modules
- Updated deps to use their Go Modules versions.
I wanted v10 to have a bunch of new functionality for everyone but Go Modules has forced my hand a bit.
Release 9.30.0
What's new?
- Added Turkish translations, thanks @UgurAsaner for the PR!
- Cleaned up linting.
What was fixed?
Release v9.29.1
What was fixed?
- Corrected typo in docs, thanks @tobiassjosten for the PR!
- Fix
required_withoutvalidation working with pointers, thanks @leafduo for the PR!
Release v9.29.0
What's new?
Some new and exciting validators have been added, thanks @mashmooli for the PR
- required_with
- required_with_all
- required_without
- required_without_all
please see the docs for usage instructions!