Skip to content

Commit

Permalink
Clarify some things in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed May 3, 2018
1 parent da465a8 commit a1fd3b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

- Allow floating points in `isNumeric()`
([#810](https://github.com/chriso/validator.js/pull/810))
- Disallow GMail addresses with multiple consecutive dots
- Disallow GMail addresses with multiple consecutive dots, or leading/trailing dots
([#820](https://github.com/chriso/validator.js/pull/820))
- Added an `isRFC3339()` validator
([#816](https://github.com/chriso/validator.js/pull/816))
- Reject domain parts longer than 63 octets (`isFQDN()`, `isEmail()`, etc.)
([bb3e542](https://github.com/chriso/validator.js/commit/bb3e542)).
- Reject domain parts longer than 63 octets in `isFQDN()`, `isURL()` and `isEmail()`
([bb3e542](https://github.com/chriso/validator.js/commit/bb3e542))
- New locales
([#803](https://github.com/chriso/validator.js/pull/803))

Expand Down

0 comments on commit a1fd3b9

Please sign in to comment.