Email Validation: Introduces a new flag for Gmail-specific email validation, ensuring that usernames are between 6 to 30 characters and disallowing certain characters like '_'. This enhances the accuracy of email validation for Gmail addresses.
Phone Validation: Adds comprehensive regex support for US and Canadian phone numbers, improving the accuracy of phone number validation.
Phone Validation: Introduces validation for mobile phone numbers in Bangladesh, expanding our global phone validation capabilities.
Language Support: Adds Kurdish as a supported language, enhancing accessibility for Kurdish-speaking users.
Phone Validation: Adds support for mobile phone numbers in Iraq, broadening our international phone validation features.
Postal Code Validation: Implements postal code validation for Andorra, improving location-specific validation.
Email Validation: Adds support for IP address email validation, enhancing the flexibility of our email validation features.
Improvements
Phone Validation: Fixes the regex for Indonesian phone numbers to ensure only valid formats are accepted, preventing errors in SMS delivery.
Locale Support: Corrects the Polish locale name from 'pl-Pl' to 'pl-PL', ensuring proper functionality when using this locale.
Phone Validation: Enhances the regex for US mobile phone validation to be more comprehensive, ensuring better accuracy.
Numeric Validation: Adds a 'noSymbols' option to the isNumeric function, providing users with more control over numeric validation.
MAC Address Validation: Introduces MAC address validation without colons, allowing for more flexible input formats.
Fixes
Fix issues with the Chinese mobile phone verification regex, ensuring accurate validation for users in China.
Resolve issues with older browsers by creating an 'includes' function for arrays, improving compatibility.
Others
Update the changelog to reflect recent changes and improvements, keeping users informed about the latest updates.