Releases: dariomatias-dev/go-validators
Releases · dariomatias-dev/go-validators
Improvements and New Validators
- 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.