mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
2.0 KiB
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
4.0.6
- Added a Taiwan locale to
isMobilePhone()
(#432) - Fixed a bug in
isBefore()
where it would returnnull
(#436)
4.0.5
- Fixed a denial of service vulnerability in the
isEmail()
regex (#152)
4.0.4
4.0.3
- Added leap year validation to
isDate()
(#418)
4.0.2
- Fixed
isDecimal()
with an empty string (#419)