Files
biomedjs/node_modules/validator/CHANGELOG.md
Dobie Wollert f94ca33b9e Changes
2015-12-16 09:12:35 -08:00

2.0 KiB

HEAD

  • Fix isDate() handling of RFC2822 timezones (#447)

4.2.0

  • Fix isDate() handling of ISO8601 timezones (#444)
  • Fix the incorrect isFloat('.') === true (#443)
  • Added a Norwegian locale to isMobilePhone() (#439)

4.1.0

  • General isDate() improvements (#431)
  • Tests now require node 4.0+ (#438)

4.0.6

  • Added a Taiwan locale to isMobilePhone() (#432)
  • Fixed a bug in isBefore() where it would return null (#436)

4.0.5

  • Fixed a denial of service vulnerability in the isEmail() regex (#152)

4.0.4

  • Reverted the leap year validation in isDate() as it introduced some regressions (#422, #423)

4.0.3

  • Added leap year validation to isDate() (#418)

4.0.2

  • Fixed isDecimal() with an empty string (#419)

4.0.1

  • Fixed isByteLength() with certain strings (09f0c6d)
  • Put length restrictions on email parts (#258)

4.0.0

  • Simplified the isEmail() regex and fixed some edge cases (#258)
  • Added ISO 8601 date validation via isISO8601() (#373)