|
| 1 | +# 13.9.0 |
| 2 | + |
| 3 | +### New Features / Validators |
| 4 | + |
| 5 | +- [#1892](https://github.com/validatorjs/validator.js/pull/1892) `isISO6391`: add ISO 639-1 validator @braaar |
| 6 | +- [#1974](https://github.com/validatorjs/validator.js/pull/1974) `isLuhnNumber` @ST-DDT |
| 7 | + |
| 8 | +### Fixes and Enhancements |
| 9 | + |
| 10 | +- [#1865](https://github.com/validatorjs/validator.js/pull/1865) `isMACAddress`: add EUI-validation @WikiRik @tux-tn |
| 11 | +- [#1888](https://github.com/validatorjs/validator.js/pull/1888) `isBase32`: add option for Crockford's base32 alternative @BigOsvaap |
| 12 | +- [#1916](https://github.com/validatorjs/validator.js/pull/1916) `isDataURI`: fix mediaType format @temoffey |
| 13 | +- [#1920](https://github.com/validatorjs/validator.js/pull/1920) `isEmail`: add `host_whitelist` option @poor-coder |
| 14 | +- [#1939](https://github.com/validatorjs/validator.js/pull/1939) `isFQDN`: fix `allow_numeric_tld` option @BigOsvaap |
| 15 | +- [#1962](https://github.com/validatorjs/validator.js/pull/1962) `isIP`: refactor @UnKnoWn-Consortium |
| 16 | +- [#1967](https://github.com/validatorjs/validator.js/pull/1967) `isLength` @ikkyu-3 |
| 17 | +- [#1992](https://github.com/validatorjs/validator.js/pull/1992) `isMagnetURI` @Rhilip @tux-tn |
| 18 | +- [#1995](https://github.com/validatorjs/validator.js/pull/1995) `isURL`: fix check for host @mortbauer |
| 19 | +- [#2008](https://github.com/validatorjs/validator.js/pull/2008) `isCreditCard` @brianwhaley |
| 20 | +- [#2075](https://github.com/validatorjs/validator.js/pull/2075) `isAfter`: allow usage of option object @WikiRik |
| 21 | +- [#2114](https://github.com/validatorjs/validator.js/pull/2114) `isRgbColor` @pano9000 |
| 22 | +- [#2122](https://github.com/validatorjs/validator.js/pull/2122) `isDataURI`: fix MIME types with underscores @pano9000 |
| 23 | +- [#2148](https://github.com/validatorjs/validator.js/pull/2148) `isStrongPassword` @sandmule |
| 24 | +- [#2157](https://github.com/validatorjs/validator.js/pull/2157) `isISBN`: allow usage of option object @WikiRik |
| 25 | +- [#2170](https://github.com/validatorjs/validator.js/pull/2170) `isEmail`: fix `ignore_max_length` for FQDN @sakhmedbayev |
| 26 | +- [#2020](https://github.com/validatorjs/validator.js/pull/2170) `isFloat`: fix comma(,) passing as float @frederike-ramin |
| 27 | + |
| 28 | +- Documentation fixes: |
| 29 | + - [#1860](https://github.com/validatorjs/validator.js/pull/1860) @leonardovillela |
| 30 | + - [#1861](https://github.com/validatorjs/validator.js/pull/1860) @tux-tn |
| 31 | + - [#1957](https://github.com/validatorjs/validator.js/pull/1957) @tfilo |
| 32 | + - [#2010](https://github.com/validatorjs/validator.js/pull/2010) @marcelozarate |
| 33 | + - [#2107](https://github.com/validatorjs/validator.js/pull/2107) @pano9000 |
| 34 | + - [#2160](https://github.com/validatorjs/validator.js/pull/2160) @WikiRik |
| 35 | + |
| 36 | +- Code Refactors: |
| 37 | + - [#1942](https://github.com/validatorjs/validator.js/pull/1942) @CommanderRoot |
| 38 | + - [#1975](https://github.com/validatorjs/validator.js/pull/1975) @fedeci |
| 39 | + - [#2137](https://github.com/validatorjs/validator.js/pull/2137) [#2132](https://github.com/validatorjs/validator.js/pull/2132) @pano9000 |
| 40 | + |
| 41 | +### New and Improved Locales |
| 42 | + |
| 43 | +- `isAlpha`, `isAlphanumeric`: |
| 44 | + - [#1678](https://github.com/validatorjs/validator.js/pull/1678) `bn-BD` @rak810 |
| 45 | + - [#1996](https://github.com/validatorjs/validator.js/pull/1996) `si-LK` @melkorCBA |
| 46 | + - [#2014](https://github.com/validatorjs/validator.js/pull/2014) `ja-JP` @starcharles |
| 47 | + - [#1995](https://github.com/validatorjs/validator.js/pull/1995) `ko-KR` @Dongkyuuuu |
| 48 | + |
| 49 | +- `isBIC`: |
| 50 | + - [#2046](https://github.com/validatorjs/validator.js/pull/2046) `XK` @import-brain |
| 51 | + |
| 52 | +- `isIdentityCard`: |
| 53 | + - [#2142](https://github.com/validatorjs/validator.js/pull/2142) `hk-HK` @Dongkyuuuu |
| 54 | + |
| 55 | +- `isMobilePhone`: |
| 56 | + - [#1813](https://github.com/validatorjs/validator.js/pull/1813) `my-MM`, @ferdousulhaque |
| 57 | + - [#1868](https://github.com/validatorjs/validator.js/pull/1868) `de-DE`, @thomaschaaf |
| 58 | + - [#1896](https://github.com/validatorjs/validator.js/pull/1896) `en-LS`, @DevilsAutumn |
| 59 | + - [#1897](https://github.com/validatorjs/validator.js/pull/1897) `el-CY`, @ikerasiotis |
| 60 | + - [#1909](https://github.com/validatorjs/validator.js/pull/1909) `es-NI`, @ajGingrich |
| 61 | + - [#1910](https://github.com/validatorjs/validator.js/pull/1910) `az-AZ`, @shaanaliyev |
| 62 | + - [#1922](https://github.com/validatorjs/validator.js/pull/1922) `ir-IR`, @ArashST79 |
| 63 | + - [#1924](https://github.com/validatorjs/validator.js/pull/1924) `ky-KG`, @arsalanfiroozi |
| 64 | + - [#1925](https://github.com/validatorjs/validator.js/pull/1925) `ar-YE`, `ar-EH`, `fa-AF`, @Mustafiz04 |
| 65 | + - [#1932](https://github.com/validatorjs/validator.js/pull/1932) `ro-MD`, @mik7up |
| 66 | + - [#1940](https://github.com/validatorjs/validator.js/pull/1940) `ar-YE`, `en-BS`, @savannahvaith |
| 67 | + - [#1952](https://github.com/validatorjs/validator.js/pull/1952) `ka-GE`, @avkvak |
| 68 | + - [#1964](https://github.com/validatorjs/validator.js/pull/1964) [#1951](https://github.com/validatorjs/validator.js/pull/1951) `pt-BR`, @jhcaiafa @matheusnascgomes |
| 69 | + - [#1983](https://github.com/validatorjs/validator.js/pull/1983) `es-HN`, @ademyan05 |
| 70 | + - [#1985](https://github.com/validatorjs/validator.js/pull/1985) `nl-AW`, @adida948 |
| 71 | + - [#1986](https://github.com/validatorjs/validator.js/pull/1986) `en-JM`, @ademyan05 |
| 72 | + - [#1993](https://github.com/validatorjs/validator.js/pull/1993) `mn-MN`, @rksp25 |
| 73 | + - [#1997](https://github.com/validatorjs/validator.js/pull/1997) `fr-BJ`, @rkuma552 @rksp25 |
| 74 | + - [#2001](https://github.com/validatorjs/validator.js/pull/2001) `mg-MG`, @ShivangiRai1310 |
| 75 | + - [#2002](https://github.com/validatorjs/validator.js/pull/2002) `en-PG`, @kai2128 |
| 76 | + - [#2004](https://github.com/validatorjs/validator.js/pull/2004) `en-AG`, @jiaweilow |
| 77 | + - [#2007](https://github.com/validatorjs/validator.js/pull/2007) `en-AI`, @elaine1129 |
| 78 | + - [#2011](https://github.com/validatorjs/validator.js/pull/2011) `en-KN`, @Eelyneee |
| 79 | + - [#2041](https://github.com/validatorjs/validator.js/pull/2041) `fr-CD`, @coolbeatz71 |
| 80 | + - [#2084](https://github.com/validatorjs/validator.js/pull/2084) `en-SS`, @cheboi |
| 81 | + - [#2109](https://github.com/validatorjs/validator.js/pull/2109) `dv-MV`, @pano9000 |
| 82 | + - [#2129](https://github.com/validatorjs/validator.js/pull/2129) `en-HN`, @WikiRik |
| 83 | + - [#2148](https://github.com/validatorjs/validator.js/pull/2148) `ar-KW`, @Yazan-KE @WikiRik |
| 84 | + - [#2112](https://github.com/validatorjs/validator.js/pull/2112) `el-GR`, @pano9000 |
| 85 | + - [#2116](https://github.com/validatorjs/validator.js/pull/2116) `en-BM`, @pano9000 |
| 86 | + - [#2155](https://github.com/validatorjs/validator.js/pull/2155) `ms-MY`, @pano9000 |
| 87 | + - [#2156](https://github.com/validatorjs/validator.js/pull/2156) `ro-RO`, @pano9000 |
| 88 | + |
| 89 | +- `isLicensePlate`: |
| 90 | + - [#1665](https://github.com/validatorjs/validator.js/pull/1665) `sv-SE`, @elmaxe |
| 91 | + - [#1895](https://github.com/validatorjs/validator.js/pull/1895) `hu-HU`, @szabolcstarnai |
| 92 | + - [#1944](https://github.com/validatorjs/validator.js/pull/1944) `en-NI`, @NishantJS |
| 93 | + - [#1945](https://github.com/validatorjs/validator.js/pull/1945) `de-DE`, @bennetfabian |
| 94 | + - [#1945](https://github.com/validatorjs/validator.js/pull/1945) `de-DE`, @bennetfabian |
| 95 | + - [#2103](https://github.com/validatorjs/validator.js/pull/2103) `es-AR`, @alvarocastro |
| 96 | + |
| 97 | +- `isPassportNumber`: |
| 98 | + - [#1515](https://github.com/validatorjs/validator.js/pull/1515) `JM`,`KZ`,`LI`,`NZ` @JuanFML |
| 99 | + - [#1814](https://github.com/validatorjs/validator.js/pull/1814) `TH` @TonPC64 @braaar |
| 100 | + - [#2061](https://github.com/validatorjs/validator.js/pull/2061) `AZ` @djeks922 |
| 101 | + - [#2073](https://github.com/validatorjs/validator.js/pull/2073) `PH`,`PK` @digambar-t7 |
| 102 | + |
| 103 | +- `isPostalCode`: |
| 104 | + - [#1951](https://github.com/validatorjs/validator.js/pull/1951) `BA`, @matheusnascgomes |
| 105 | + - [#2134](https://github.com/validatorjs/validator.js/pull/2134) `BY`, @pano9000 |
| 106 | + - [#2136](https://github.com/validatorjs/validator.js/pull/2136) `IR`, @pano9000 |
| 107 | + |
| 108 | + |
| 109 | +- `isTaxID`: |
| 110 | + - [#1867](https://github.com/validatorjs/validator.js/pull/1867) `en-CA`, @boonya |
| 111 | + - [#1989](https://github.com/validatorjs/validator.js/pull/1989) `'AT', 'BE', 'BG', 'HR', 'CY', 'CZ', 'DK', 'EE', 'FI', 'FR', 'DE', 'EL', 'HU', 'IE', 'LV', 'LT', 'LU', 'MT', 'PL', 'PT', 'RO', 'SK', 'SI', 'ES', 'SE', 'AL', 'MK', 'AU', 'BY', 'CA', 'IS', 'IN', 'ID', 'IL', 'KZ', 'NZ', 'NG', 'NO', 'PH', 'RU', 'SM', 'SA', 'RS', 'CH', 'TR', 'UA', 'UZ', 'AR', 'BO', 'BR', 'CL', 'CO', 'CR', 'EC', 'SV', 'GT', 'HN', 'MX', 'NI', 'PA', 'PY', 'PE', 'DO', 'UY', 'VE'` @Dev1lDragon |
| 112 | + |
1 | 113 | ## 13.7.0
|
2 | 114 |
|
3 | 115 | ### New Features
|
|
0 commit comments