Skip to content

v0.3.1

Compare
Choose a tag to compare
@mfaizudd mfaizudd released this 23 May 09:09
· 9 commits to main since this release

Add support for pointer types for xxInt, xxUint, and xxFloat validators. This way, we can use chained required and minint in one validation:

v.Builder("score", s.Score).Required().MinInt(1)

Full Changelog: v0.3.0...v0.3.1