Skip to content

Releases: jellydator/validation

v1.2.0

01 Oct 13:33
4048dd2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

23 Apr 17:14
44595f5

Choose a tag to compare

  • Added In and NotIn rules for strings (@slessard)
  • Added an exported function to customize field name retrieval (@mikeleedev)
  • Fixed a panic in validation.EnsureString (@slessard)
  • Added map methods to have rules for all keys and values (@davseby)
  • Added a function to get the value of the json tag for a field in a struct (@slessard)
  • Added nested field validation (@TcMits)
  • Added a custom comparison func to min and max rules (@swithek)

v1.0.0

31 Jul 13:04

Choose a tag to compare

The ValuerProxy (driver.Valuer) is now disabled by default.