13.5.013.1.17
Reading changes from the repo…
isISO8601
validator ensures that date and time are strictly separated by a T
, improving date validation accuracy. isAlphanumeric
validator, allowing for accurate validation of Thai characters. isAlpha
validator, enabling validation of Thai alphabet characters. isTaxID
validator for various locales. isPassportNumber
validator, enhancing international passport validation. isStrongPassword
is introduced, helping users to easily validate the strength of passwords. isEmail
validator now allows for ignoring maximum length checks, providing more flexibility for email validation. isFQDN
validator is updated to allow all-underscore labels when allow_underscores
is true, enhancing domain name validation. isDate
function is improved with a new strictMode
, preventing mixed delimiters and ensuring stricter validation. isAlpha
validator for the fa-IR language code, ensuring accurate character recognition. fr-CA
locale, enhancing the accuracy of French Canadian validations.