You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enhance isEmail function to support apostrophes and internation… (#60)
* feat: enhance isEmail function to support apostrophes and international characters with options
* chore: update version to 0.25.0 and document email validation enhancements in CHANGELOG
* chore: update version in header to v0.25.0
Validates if a string is a valid email format. Supports apostrophes by default (useful for names like O'Connor, D'Angelo). International (Unicode) characters require opt-in via the `allowInternational` option.
0 commit comments