Skip to content

Commit 915676a

Browse files
committed
updated CHANGELOG.md with is_email fix
1 parent ab06a8b commit 915676a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ in your code (inspired by Scala)
5252

5353
### Fixes:
5454

55+
- `is_email()` is now fully complaint with email specifications (https://tools.ietf.org/html/rfc3696#section-3)
5556
- `is_ip()` now checks both ip v4 (and validates 0-255 range) and ip v6
5657
(the previous implementation was really shallow, my apologies :P)
5758
- `is_json()` now considers as valid json array objects (eg. `is_json('[1, 2, 3]')` returns true now)

0 commit comments

Comments
 (0)