All Versions
75
Latest Version
Avg Release Cycle
47 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v10.5.0 Changes
July 31, 2018- Disabled domain-specific email validation (#873)
- ➕ Added support for IP hostnames in
isEmail()
(#845) - ➕ Added a
no_symbols
option toisNumeric()
(#848) - ➕ Added a
no_colons
option toisMACAddress()
(#849) - ⚡️ Updated
isURL()
to reject protocol relative URLs unless a flag is set (#860) - 🆕 New and improved locales (#801, #856, #859, #861, #862, #863, #864, #870, #872)
-
v10.2.0 Changes
- 👍 Export the list of supported locales in
isPostalCode()
(#830)
- 👍 Export the list of supported locales in
-
v10.1.0 Changes
- ➕ Added an
isISO31661Alpha3()
validator (#809)
- ➕ Added an
-
v10.0.0 Changes
- 👍 Allow floating points in
isNumeric()
(#810) - Disallow GMail addresses with multiple consecutive dots, or leading/trailing dots (#820)
- ➕ Added an
isRFC3339()
validator (#816) - Reject domain parts longer than 63 octets in
isFQDN()
,isURL()
andisEmail()
(bb3e542) - ➕ Added a new Amex prefix to
isCreditCard()
(#805) - 🛠 Fixed
isFloat()
min/max/gt/lt filters when a locale with a comma decimal is used (2b70821) - Normalize Yandex emails (#807)
- 🆕 New locales (#803)
- 👍 Allow floating points in