Skip to content

Commit efb3f8f

Browse files
Merge branch 'master' into fix-date-length
2 parents a57654f + b958bd7 commit efb3f8f

21 files changed

+1000
-50
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ feat(validatorName): brief title of what has been done
55

66
<!--- briefly describe what you have done in this PR --->
77

8+
<!--- provide some (credible) references showing the structure of the data to be validated, if applicable --->
9+
810
## Checklist
911

1012
- [ ] PR contains only changes related; no stray files, etc.
1113
- [ ] README updated (where applicable)
1214
- [ ] Tests written (where applicable)
15+
- [ ] References provided in PR (where applicable)

CHANGELOG.md

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,145 @@
1+
# 13.11.0
2+
3+
### New Features / Validators
4+
5+
- [#2144](https://github.com/validatorjs/validator.js/pull/2144) `isFreightContainerID`: for shipping containers IDs @songyuew
6+
- [#2188](https://github.com/validatorjs/validator.js/pull/2188) `isMailtoURI` @uksarkar
7+
8+
### Fixes, New Locales and Enhancements
9+
10+
- [#2025](https://github.com/validatorjs/validator.js/pull/2025) `isIBAN` add `MA` locale @lroudge
11+
- [#2117](https://github.com/validatorjs/validator.js/pull/2117) `isCreditCard` refactor @pano9000
12+
- [#2189](https://github.com/validatorjs/validator.js/pull/2189) `isLocale` add support for more language tags @kwahome
13+
- [#2203](https://github.com/validatorjs/validator.js/pull/2203) `isVAT` for `CU` @jimmyorpheus
14+
- [#2217](https://github.com/validatorjs/validator.js/pull/2217) `isJWT` @Prathamesh061
15+
- [#2222](https://github.com/validatorjs/validator.js/pull/2222) `IsFQDN` test enhancements @aalekhpatel07
16+
- [#2226](https://github.com/validatorjs/validator.js/pull/2226) `isAlpha`, `isAlphanumeric` for `kk-KZ` @BekStar7
17+
- [#2229](https://github.com/validatorjs/validator.js/pull/2229) `isEmail` support `allow_underscores` @guspower
18+
- [#2231](https://github.com/validatorjs/validator.js/pull/2231) `isDate` enhance Date declaration compatibility across multiple environments @CiprianS
19+
- [#2235](https://github.com/validatorjs/validator.js/pull/2235) `isIBAN` add white and blacklist options to the isIBAN validator @edilson
20+
- [#2237](https://github.com/validatorjs/validator.js/pull/2237) `isEmail` do not allow non-breaking space in user part @jeremy21212121
21+
- `isMobilePhone`:
22+
- [#2175](https://github.com/validatorjs/validator.js/pull/2175) `so-SO` @ohersi
23+
- [#2176](https://github.com/validatorjs/validator.js/pull/2176) `fr-CF` @cheboi
24+
- [#2197](https://github.com/validatorjs/validator.js/pull/2197) `es-CU` @klaframboise
25+
- [#2202](https://github.com/validatorjs/validator.js/pull/2202) `pl-PL` @czerwony03
26+
- [#2209](https://github.com/validatorjs/validator.js/pull/2209) `fr-WF` @aidos42
27+
- [#2246](https://github.com/validatorjs/validator.js/pull/2246) `ar-SD` @Hussienma
28+
29+
30+
31+
# 13.9.0
32+
33+
### New Features / Validators
34+
35+
- [#1892](https://github.com/validatorjs/validator.js/pull/1892) `isISO6391`: add ISO 639-1 validator @braaar
36+
- [#1974](https://github.com/validatorjs/validator.js/pull/1974) `isLuhnNumber` @ST-DDT
37+
38+
### Fixes and Enhancements
39+
40+
- [#1865](https://github.com/validatorjs/validator.js/pull/1865) `isMACAddress`: add EUI-validation @WikiRik @tux-tn
41+
- [#1888](https://github.com/validatorjs/validator.js/pull/1888) `isBase32`: add option for Crockford's base32 alternative @BigOsvaap
42+
- [#1916](https://github.com/validatorjs/validator.js/pull/1916) `isDataURI`: fix mediaType format @temoffey
43+
- [#1920](https://github.com/validatorjs/validator.js/pull/1920) `isEmail`: add `host_whitelist` option @poor-coder
44+
- [#1939](https://github.com/validatorjs/validator.js/pull/1939) `isFQDN`: fix `allow_numeric_tld` option @BigOsvaap
45+
- [#1962](https://github.com/validatorjs/validator.js/pull/1962) `isIP`: refactor @UnKnoWn-Consortium
46+
- [#1967](https://github.com/validatorjs/validator.js/pull/1967) `isLength` @ikkyu-3
47+
- [#1992](https://github.com/validatorjs/validator.js/pull/1992) `isMagnetURI` @Rhilip @tux-tn
48+
- [#1995](https://github.com/validatorjs/validator.js/pull/1995) `isURL`: fix check for host @mortbauer
49+
- [#2008](https://github.com/validatorjs/validator.js/pull/2008) `isCreditCard` @brianwhaley
50+
- [#2075](https://github.com/validatorjs/validator.js/pull/2075) `isAfter`: allow usage of option object @WikiRik
51+
- [#2114](https://github.com/validatorjs/validator.js/pull/2114) `isRgbColor` @pano9000
52+
- [#2122](https://github.com/validatorjs/validator.js/pull/2122) `isDataURI`: fix MIME types with underscores @pano9000
53+
- [#2148](https://github.com/validatorjs/validator.js/pull/2148) `isStrongPassword` @sandmule
54+
- [#2157](https://github.com/validatorjs/validator.js/pull/2157) `isISBN`: allow usage of option object @WikiRik
55+
- [#2170](https://github.com/validatorjs/validator.js/pull/2170) `isEmail`: fix `ignore_max_length` for FQDN @sakhmedbayev
56+
- [#2020](https://github.com/validatorjs/validator.js/pull/2170) `isFloat`: fix comma(,) passing as float @frederike-ramin
57+
58+
- Documentation fixes:
59+
- [#1860](https://github.com/validatorjs/validator.js/pull/1860) @leonardovillela
60+
- [#1861](https://github.com/validatorjs/validator.js/pull/1860) @tux-tn
61+
- [#1957](https://github.com/validatorjs/validator.js/pull/1957) @tfilo
62+
- [#2010](https://github.com/validatorjs/validator.js/pull/2010) @marcelozarate
63+
- [#2107](https://github.com/validatorjs/validator.js/pull/2107) @pano9000
64+
- [#2160](https://github.com/validatorjs/validator.js/pull/2160) @WikiRik
65+
66+
- Code Refactors:
67+
- [#1942](https://github.com/validatorjs/validator.js/pull/1942) @CommanderRoot
68+
- [#1975](https://github.com/validatorjs/validator.js/pull/1975) @fedeci
69+
- [#2137](https://github.com/validatorjs/validator.js/pull/2137) [#2132](https://github.com/validatorjs/validator.js/pull/2132) @pano9000
70+
71+
### New and Improved Locales
72+
73+
- `isAlpha`, `isAlphanumeric`:
74+
- [#1678](https://github.com/validatorjs/validator.js/pull/1678) `bn-BD` @rak810
75+
- [#1996](https://github.com/validatorjs/validator.js/pull/1996) `si-LK` @melkorCBA
76+
- [#2014](https://github.com/validatorjs/validator.js/pull/2014) `ja-JP` @starcharles
77+
- [#1995](https://github.com/validatorjs/validator.js/pull/1995) `ko-KR` @Dongkyuuuu
78+
79+
- `isBIC`:
80+
- [#2046](https://github.com/validatorjs/validator.js/pull/2046) `XK` @import-brain
81+
82+
- `isIdentityCard`:
83+
- [#2142](https://github.com/validatorjs/validator.js/pull/2142) `hk-HK` @Dongkyuuuu
84+
85+
- `isMobilePhone`:
86+
- [#1813](https://github.com/validatorjs/validator.js/pull/1813) `my-MM`, @ferdousulhaque
87+
- [#1868](https://github.com/validatorjs/validator.js/pull/1868) `de-DE`, @thomaschaaf
88+
- [#1896](https://github.com/validatorjs/validator.js/pull/1896) `en-LS`, @DevilsAutumn
89+
- [#1897](https://github.com/validatorjs/validator.js/pull/1897) `el-CY`, @ikerasiotis
90+
- [#1909](https://github.com/validatorjs/validator.js/pull/1909) `es-NI`, @ajGingrich
91+
- [#1910](https://github.com/validatorjs/validator.js/pull/1910) `az-AZ`, @shaanaliyev
92+
- [#1922](https://github.com/validatorjs/validator.js/pull/1922) `ir-IR`, @ArashST79
93+
- [#1924](https://github.com/validatorjs/validator.js/pull/1924) `ky-KG`, @arsalanfiroozi
94+
- [#1925](https://github.com/validatorjs/validator.js/pull/1925) `ar-YE`, `ar-EH`, `fa-AF`, @Mustafiz04
95+
- [#1932](https://github.com/validatorjs/validator.js/pull/1932) `ro-MD`, @mik7up
96+
- [#1940](https://github.com/validatorjs/validator.js/pull/1940) `ar-YE`, `en-BS`, @savannahvaith
97+
- [#1952](https://github.com/validatorjs/validator.js/pull/1952) `ka-GE`, @avkvak
98+
- [#1964](https://github.com/validatorjs/validator.js/pull/1964) [#1951](https://github.com/validatorjs/validator.js/pull/1951) `pt-BR`, @jhcaiafa @matheusnascgomes
99+
- [#1983](https://github.com/validatorjs/validator.js/pull/1983) `es-HN`, @ademyan05
100+
- [#1985](https://github.com/validatorjs/validator.js/pull/1985) `nl-AW`, @adida948
101+
- [#1986](https://github.com/validatorjs/validator.js/pull/1986) `en-JM`, @ademyan05
102+
- [#1993](https://github.com/validatorjs/validator.js/pull/1993) `mn-MN`, @rksp25
103+
- [#1997](https://github.com/validatorjs/validator.js/pull/1997) `fr-BJ`, @rkuma552 @rksp25
104+
- [#2001](https://github.com/validatorjs/validator.js/pull/2001) `mg-MG`, @ShivangiRai1310
105+
- [#2002](https://github.com/validatorjs/validator.js/pull/2002) `en-PG`, @kai2128
106+
- [#2004](https://github.com/validatorjs/validator.js/pull/2004) `en-AG`, @jiaweilow
107+
- [#2007](https://github.com/validatorjs/validator.js/pull/2007) `en-AI`, @elaine1129
108+
- [#2011](https://github.com/validatorjs/validator.js/pull/2011) `en-KN`, @Eelyneee
109+
- [#2041](https://github.com/validatorjs/validator.js/pull/2041) `fr-CD`, @coolbeatz71
110+
- [#2084](https://github.com/validatorjs/validator.js/pull/2084) `en-SS`, @cheboi
111+
- [#2109](https://github.com/validatorjs/validator.js/pull/2109) `dv-MV`, @pano9000
112+
- [#2129](https://github.com/validatorjs/validator.js/pull/2129) `en-HN`, @WikiRik
113+
- [#2148](https://github.com/validatorjs/validator.js/pull/2148) `ar-KW`, @Yazan-KE @WikiRik
114+
- [#2112](https://github.com/validatorjs/validator.js/pull/2112) `el-GR`, @pano9000
115+
- [#2116](https://github.com/validatorjs/validator.js/pull/2116) `en-BM`, @pano9000
116+
- [#2155](https://github.com/validatorjs/validator.js/pull/2155) `ms-MY`, @pano9000
117+
- [#2156](https://github.com/validatorjs/validator.js/pull/2156) `ro-RO`, @pano9000
118+
119+
- `isLicensePlate`:
120+
- [#1665](https://github.com/validatorjs/validator.js/pull/1665) `sv-SE`, @elmaxe
121+
- [#1895](https://github.com/validatorjs/validator.js/pull/1895) `hu-HU`, @szabolcstarnai
122+
- [#1944](https://github.com/validatorjs/validator.js/pull/1944) `en-NI`, @NishantJS
123+
- [#1945](https://github.com/validatorjs/validator.js/pull/1945) `de-DE`, @bennetfabian
124+
- [#1945](https://github.com/validatorjs/validator.js/pull/1945) `de-DE`, @bennetfabian
125+
- [#2103](https://github.com/validatorjs/validator.js/pull/2103) `es-AR`, @alvarocastro
126+
127+
- `isPassportNumber`:
128+
- [#1515](https://github.com/validatorjs/validator.js/pull/1515) `JM`,`KZ`,`LI`,`NZ` @JuanFML
129+
- [#1814](https://github.com/validatorjs/validator.js/pull/1814) `TH` @TonPC64 @braaar
130+
- [#2061](https://github.com/validatorjs/validator.js/pull/2061) `AZ` @djeks922
131+
- [#2073](https://github.com/validatorjs/validator.js/pull/2073) `PH`,`PK` @digambar-t7
132+
133+
- `isPostalCode`:
134+
- [#1951](https://github.com/validatorjs/validator.js/pull/1951) `BA`, @matheusnascgomes
135+
- [#2134](https://github.com/validatorjs/validator.js/pull/2134) `BY`, @pano9000
136+
- [#2136](https://github.com/validatorjs/validator.js/pull/2136) `IR`, @pano9000
137+
138+
139+
- `isTaxID`:
140+
- [#1867](https://github.com/validatorjs/validator.js/pull/1867) `en-CA`, @boonya
141+
- [#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
142+
1143
## 13.7.0
2144

3145
### New Features

0 commit comments

Comments
 (0)