13.1.013.0.0
Reading changes from the repo…
contains
validator to enforce case sensitivity, allowing for more precise string matching. isSlug
validator to correctly reject slugs containing spaces, ensuring more accurate slug validation. isMobilePhone
validator to support the Singapore mobile format, ensuring accurate validation for users in that region. locale
option to the isNumeric
validator, allowing for validation based on language-specific decimal separators. isMobilePhone
validator not supporting the correct format for Singapore numbers. isSlug
validator to ensure it does not accept slugs with spaces, enhancing validation accuracy. isCurrency
validator to correctly validate currency symbols that start with letters, improving user experience.