Skip to content

Releases: dariomatias-dev/go-validators

Improvements and New Validators

17 Oct 16:05

Choose a tag to compare

  • Simplifications and refactorings for performance optimization.
  • Reduction of validators.

New validators:

  • IsAlphaNum: validates if the value contains only letters and numbers.
  • IsAlphaNumSpace: validates if the value contains only letters, numbers, and spaces.
  • UUID: validates UUIDs of versions 2, 3, 4, and 5.