Skip to content

v1.16.0

Latest
Compare
Choose a tag to compare
@azrod azrod released this 05 May 15:33
· 6 commits to main since this release

🚀 New Features

  • stringvalidator - Add new formats validator to validate strings against specific formats (e.g., Base64, UUIDv4, URN ). (GH-59)
  • stringvalidator/formats - Add new function IsBase64 to validate if a string is a valid Base64 encoded string. (GH-59)
  • stringvalidator/formats - Add new function IsURN to validate if a string is a valid URN. (GH-59)
  • stringvalidator/formats - Add new function IsUUIDv4 to validate if a string is a valid UUIDv4. (GH-59)

ℹ️ Notes

  • stringvalidator - The validator IsURN has been deprecated in favor of formats.IsURN. It will be removed in the next major release. (GH-59)
  • stringvalidator - The validator IsUUID has been deprecated in favor of formats.IsUUIDv4. It will be removed in the next major release. (GH-59)