Phone Validation: You can now validate mobile phone numbers for Jordan, UAE, and Egypt, ensuring accurate validation for these regions. This enhancement expands the coverage of the isMobilePhone function to include new locales.
Improvements
Locale Support: The validator now supports Swedish and Italian locales for isAlpha() and isAlphanumeric(), allowing for more comprehensive string validation in these languages.
Currency Validation: The isCurrency function now accepts decimal options, providing more flexibility in validating currency formats.
Postal Code Validation: The list of supported locales for the isPostalCode function is now exported, helping you avoid validation errors by checking locale support beforehand.
Fixes
Fix the isHash validator to ensure it accurately validates hash strings, addressing a previously reported issue.
Resolve the issue with the isMobilePhone function for Slovakia, ensuring accurate validation for Slovakian phone numbers.
Others
Capitalize table headers for improved readability and presentation in the documentation.