You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ Package validator
11
11
12
12
Package validator implements value validations for structs and individual fields based on tags.
13
13
14
+
### Announcement
15
+
Validator [v9.0.0 RC1](https://github.com/go-playground/validator/releases/tag/v9.0.0RC1) has been released, please let me know what you think [here](https://github.com/go-playground/validator/issues/250)
16
+
14
17
It has the following **unique** features:
15
18
16
19
- Cross Field and Cross Struct validations by using validation tags or custom validators.
0 commit comments