13.9.013.7.0
Reading changes from the repo…
isISBN
function, providing more flexibility in validation criteria. isCreditCard
function to include regex validation for American Express cards, improving the accuracy of credit card checks. isDataURI
function to correctly match MIME types with underscores, fixing previous validation issues. isMobilePhone
to prevent matching invalid numbers for several locales including 'ro-RO', 'ms-MY', and 'en-BM'. This ensures that only valid phone numbers are accepted. isPostalCode
in Iran (IR) and Belarus (BY) to ensure only valid postal codes are accepted, enhancing the reliability of the validation. isDataURI
function to correctly validate media types, ensuring that valid MIME types are recognized and invalid ones are rejected. isRGBColor
validation to ensure that invalid rgba percentage strings are not matched as valid, improving the accuracy of color validations. isFQDN
function to allow numeric top-level domains, expanding the range of valid domain formats.