All Versions
75
Latest Version
Avg Release Cycle
47 days
Latest Release
-

Changelog History
Page 6

  • v5.2.0 Changes

    • โž• Added a isDataURI() validator (#521)
    • โž• Added Czech locales (#522)
    • ๐Ÿ›  Fixed a bug with isURL() when protocol was missing and "://" appeared in the query (#518)
  • v5.1.0 Changes

    • โž• Added a unescape() HTML function (#509)
    • โž• Added a Malaysian locale to isMobilePhone() (#507)
    • โž• Added Polish locales to isAlpha() and isAlphanumeric() (#506)
    • โž• Added Turkish locales to isAlpha(), isAlphanumeric() and isMobilePhone() (#512)
    • ๐Ÿ‘ Allow >1 underscore in hostnames when using allow_underscores (#510)
  • v5.0.0 Changes

    • Migrate to ES6 (#496)
    • Break the library up so that individual functions can be imported (#496)
    • โœ‚ Remove auto-coercion of input to a string (#496)
    • โœ‚ Remove the extend() function (#496)
    • โž• Added Arabic locales to isAlpha() and isAlphanumeric() (#496)
    • ๐Ÿ›  Fix validation of very large base64 strings (#503)
  • v4.9.0 Changes

    • โž• Added a Russian locale to isAlpha() and isAlphanumeric() (#499)
    • โœ‚ Remove the restriction on adjacent hyphens in hostnames (#500)
  • v4.8.0 Changes

    • โž• Added Spanish, French, Portuguese and Dutch support for isAlpha() and isAlphanumeric() (#492)
    • โž• Added a Brazilian locale to isMobilePhone() (#489)
    • Reject IPv4 addresses with invalid zero padding (#490)
    • ๐Ÿ›  Fix the client-side version when used with RequireJS (#494)
  • v4.7.1 Changes

  • v4.7.0 Changes

    • ๐Ÿ—„ Print a deprecation warning if validator input is not a string (1f67e1e). Note that this will be an error in v5.
    • โž• Added a German locale to isMobilePhone(), isAlpha() and isAlphanumeric() (#477)
    • โž• Added a Finnish locale to isMobilePhone() (#455)
  • v4.6.1 Changes

    • ๐Ÿ›  Fix coercion of objects: Object.toString() is [object Object] not "" (a57f3c8)
  • v4.6.0 Changes

    • โž• Added a Spanish locale to isMobilePhone() (#481)
    • ๐Ÿ›  Fix string coercion of objects created with Object.create(null) (#484)
  • v4.5.2 Changes

    • ๐Ÿ›  Fix a timezone issue with short-form ISO 8601 dates, e.g. validator.isDate('2011-12-21') (#480)