Skip to content

Commit 5e76a9f

Browse files
authored
release: 13.13.0 change log (#2536)
1 parent b6dea02 commit 5e76a9f

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
# 13.13.0
2+
3+
### New Features / Validators
4+
5+
- [#2399](https://github.com/validatorjs/validator.js/pull/2399) `isISO31661Numeric` @RobinvanderVliet
6+
- [#2294](https://github.com/validatorjs/validator.js/pull/2294) `isULID` @arafatkn
7+
- [#2215](https://github.com/validatorjs/validator.js/pull/2215) `isISO15924` @xDivisionByZerox
8+
9+
### Fixes, New Locales and Enhancements
10+
11+
- `isMobilePhone`
12+
- [#2395](https://github.com/validatorjs/validator.js/pull/2395) add `es-GT` locale @ignaciosuarezquilis
13+
- [#1971](https://github.com/validatorjs/validator.js/pull/1971) improve `en-GB` locale @ihmpavel
14+
- [#2359](https://github.com/validatorjs/validator.js/pull/2359) improve `uk-UA` locale @arttiger
15+
- [#2350](https://github.com/validatorjs/validator.js/pull/2350) improve `ky-KG` locale @sadraliev
16+
- [#2482](https://github.com/validatorjs/validator.js/pull/2482) improve `en-ZM` locale @sonikishan
17+
- [#2362](https://github.com/validatorjs/validator.js/pull/2362) improve `en-GH` locale @NanaAb-116
18+
- [#2500](https://github.com/validatorjs/validator.js/pull/2500) add `mk-MK` locale @eshward95
19+
- [#2534](https://github.com/validatorjs/validator.js/pull/2534) improve `sq-AL` locale @nichoola
20+
- [#2406](https://github.com/validatorjs/validator.js/pull/2406) `isBtcAddress` support all address formats and testnets @madoke
21+
- [#2339](https://github.com/validatorjs/validator.js/pull/2339) `isIBAN` improve `VG` regex @ST-DDT
22+
- [#2332](https://github.com/validatorjs/validator.js/pull/2332) `isISO4217` update currency codes @cbodtorf
23+
- [#2291](https://github.com/validatorjs/validator.js/pull/2291) `isIdentityCard` add `PK` locale @Daniyal-Qureshi
24+
- [#2414](https://github.com/validatorjs/validator.js/pull/2414) `isEmail` fix blacklist_chars @keshavlingala
25+
- [#2416](https://github.com/validatorjs/validator.js/pull/2416) `isInt`/`isFloat` handle undefined and null values @Daniyal-Qureshi
26+
- [#2415](https://github.com/validatorjs/validator.js/pull/2415) `isPostalCode` add `CO` locale @jorgevrgs
27+
- [#2404](https://github.com/validatorjs/validator.js/pull/2404) `isPassportNumber` export `passportNumberLocales` @derekparnell
28+
- [#2029](https://github.com/validatorjs/validator.js/pull/2029) `isRgbColor` add `allowSpaces` option @a-h-i
29+
- [#2421](https://github.com/validatorjs/validator.js/pull/2421) `isUUID` require valid variant field and require RFC9562 UUID in version `all` @broofa
30+
- [#2439](https://github.com/validatorjs/validator.js/pull/2439) `isURL` add `max_allowed_length` option @pinkiesky
31+
- [#2437](https://github.com/validatorjs/validator.js/pull/2437) `isEmail` reject starting with double quotes @code0emperor
32+
- [#2333](https://github.com/validatorjs/validator.js/pull/2333) `isLicensePlate` add `en-SG` locale @Sabarinathan07
33+
- [#2441](https://github.com/validatorjs/validator.js/pull/2441) `normalizeEmail` add `yandex_convert_yandexru` option @AayushGH
34+
- [#2443](https://github.com/validatorjs/validator.js/pull/2443) `isDate` return false instead of Error in certain cases @pano9000
35+
- [#2474](https://github.com/validatorjs/validator.js/pull/2474) `isLength` add `discreteLengths` option @Suven-p
36+
- [#2481](https://github.com/validatorjs/validator.js/pull/2481) `isDate` disallow mismatching length in `strictMode` @sonikishan
37+
- [#2492](https://github.com/validatorjs/validator.js/pull/2492) `isISO6346` set check digit to 0 if remainder is 10 @joelcuy
38+
- [#2493](https://github.com/validatorjs/validator.js/pull/2493) `isPostalCode` improve `BR` locale @ticmaisdev
39+
- [#2494](https://github.com/validatorjs/validator.js/pull/2494) `isEmail` allow regexp in `host_whitelist` and `host_blacklist` @weikangchia
40+
- [#2518](https://github.com/validatorjs/validator.js/pull/2518) `isIBAN` improve `IE`/`PS` regex @Tarasz57
41+
- **Doc fixes and others:**
42+
- [#2402](https://github.com/validatorjs/validator.js/pull/2402) @BibhushanKarki
43+
- [#2394](https://github.com/validatorjs/validator.js/pull/2394) @RobinvanderVliet
44+
- [#1732](https://github.com/validatorjs/validator.js/pull/1732) @alguerocode
45+
- [#2413](https://github.com/validatorjs/validator.js/pull/2413) @rubiin
46+
- [#2408](https://github.com/validatorjs/validator.js/pull/2408) @profnandaa
47+
- [#2411](https://github.com/validatorjs/validator.js/pull/2411) @rubiin
48+
- [#2325](https://github.com/validatorjs/validator.js/pull/2325) @ovarn
49+
- [#2418](https://github.com/validatorjs/validator.js/pull/2418) @ihmpavel
50+
- [#2323](https://github.com/validatorjs/validator.js/pull/2323) @ovarn
51+
- [#2423](https://github.com/validatorjs/validator.js/pull/2423) @rubiin
52+
- [#2409](https://github.com/validatorjs/validator.js/pull/2409) @profnandaa
53+
- [#2442](https://github.com/validatorjs/validator.js/pull/2442) @pano9000
54+
155
# 13.12.0
256

357
### New Features / Validators

0 commit comments

Comments
 (0)