|
| 1 | +# 13.12.0 |
| 2 | + |
| 3 | +### New Features / Validators |
| 4 | + |
| 5 | +- [#2143](https://github.com/validatorjs/validator.js/pull/2143) `isAbaRouting` @songyuew |
| 6 | + |
| 7 | +### Fixes, New Locales and Enhancements |
| 8 | + |
| 9 | +- [#2207](https://github.com/validatorjs/validator.js/pull/2207) `isLicensePlate` add Pakistani `en-PK` locale @anasshakil |
| 10 | +- [#2208](https://github.com/validatorjs/validator.js/issues/2208) `isPort` fix invalid leading zeros @anasshakil |
| 11 | +- [#2224](https://github.com/validatorjs/validator.js/pull/2224) `isTaxID` added Argentina `es-AR` locale @estefrare |
| 12 | +- [#2257](https://github.com/validatorjs/validator.js/pull/2257) `isDate` timezone offset fix @tomaspanek |
| 13 | +- [#2265](https://github.com/validatorjs/validator.js/pull/2265) `isPassportNumber` added `ZA` locale @GMorris-professional |
| 14 | +- `isMobilePhone`: |
| 15 | + - [#2267](https://github.com/validatorjs/validator.js/pull/2267) added `en-MW` locale @SimranSiddiqui |
| 16 | + - [#2140](https://github.com/validatorjs/validator.js/pull/2140) fix `am-AM` locale @AlexKrupko |
| 17 | +- [#2271](https://github.com/validatorjs/validator.js/pull/2271) `isPostalAddress` fix `NL` locale @RobinvanderVliet |
| 18 | +- [#2273](https://github.com/validatorjs/validator.js/pull/2273) `isISO4217` add `SLE` currency @urg |
| 19 | +- [#2278](https://github.com/validatorjs/validator.js/pull/2278) `isStrongPassword` fix symbolRegex to include `\` @nandavikas |
| 20 | +- [#2279](https://github.com/validatorjs/validator.js/pull/2279) `isVAT` fixed `KZ` locale @MatthieuLemoine |
| 21 | +- [#2285](https://github.com/validatorjs/validator.js/pull/2285) `isAlpha`, `isAlphanumeric` added `eo` locale @RobinvanderVliet |
| 22 | +- [#2320](https://github.com/validatorjs/validator.js/pull/2320) `isIBAN` add Algeria `DZ` locale @thibault-lr |
| 23 | +- [#2343](https://github.com/validatorjs/validator.js/pull/2343) `isVAT`improve `AU` locale @matthewberryman |
| 24 | +- [#2345](https://github.com/validatorjs/validator.js/pull/2345) `isUUID` add support for v7 @ruscon |
| 25 | +- [#2358](https://github.com/validatorjs/validator.js/pull/2358) `isTaxID` add Ukraine `uk-UA` locale @arttiger |
| 26 | +- [#2381](https://github.com/validatorjs/validator.js/pull/2381) `isDate` disallow hiphen before year @Sumit-tech-joshi |
| 27 | +- **Doc fixes and others:** |
| 28 | + - [#2276](https://github.com/validatorjs/validator.js/pull/2276) @meyfa |
| 29 | + - [#2341](https://github.com/validatorjs/validator.js/pull/2341) @WikiRik |
| 30 | + - [#2364](https://github.com/validatorjs/validator.js/pull/2364) @rubiin |
| 31 | + - [#2368](https://github.com/validatorjs/validator.js/pull/2368) @ZhulinskiiDanil |
| 32 | + - [#2371](https://github.com/validatorjs/validator.js/pull/2371) @devmanbud |
| 33 | + - [#2386](https://github.com/validatorjs/validator.js/pull/2386) @alinaghale88 |
| 34 | + |
1 | 35 | # 13.11.0
|
2 | 36 |
|
3 | 37 | ### New Features / Validators
|
|
0 commit comments