|
| 1 | +# 13.15.35 |
| 2 | + |
| 3 | +### Fixes, New Locales and Enhancements |
| 4 | + |
| 5 | +- [#2663](https://github.com/validatorjs/validator.js/pull/2663) `isISO31661Alpha2`/`isISO31661Alpha3`: add support for Kosovo (`XK` / `XXK`) @johanpoirier-d4 |
| 6 | +- [#2661](https://github.com/validatorjs/validator.js/pull/2661) `isHexColor`: ignore non-object options @yuna0831 |
| 7 | +- `isTaxID` |
| 8 | + - [#2644](https://github.com/validatorjs/validator.js/pull/2644) improve `pt-BR` locale by adding support for alphanumeric CNPJ format @easedu |
| 9 | + - [#2675](https://github.com/validatorjs/validator.js/pull/2675) improve `pt-BR` locale by adding support for formatted CPF values @easedu |
| 10 | +- [#2643](https://github.com/validatorjs/validator.js/pull/2643) `isPassportNumber`: improve `MX` locale @jesroffrouk |
| 11 | +- [#2676](https://github.com/validatorjs/validator.js/pull/2676) `isMobilePhone`: add `fr-DJ` locale @Kartikeya-guthub |
| 12 | +- [#2682](https://github.com/validatorjs/validator.js/pull/2682) `isPostalCode`: add `MC` locale @moogblob |
| 13 | +- [#2690](https://github.com/validatorjs/validator.js/pull/2690) `isJSON`: allow any valid JSON value to pass @relu91 |
| 14 | +- [#2693](https://github.com/validatorjs/validator.js/pull/2693) `isSlug`: restrict allowed characters to valid slug charset @Shrawak |
| 15 | +- **Doc fixes and others:** |
| 16 | + - [#2658](https://github.com/validatorjs/validator.js/pull/2658) @Manaskarthik28 |
| 17 | + - [#2592](https://github.com/validatorjs/validator.js/pull/2592) @noritaka1166 |
| 18 | + - [#2591](https://github.com/validatorjs/validator.js/pull/2591) @noritaka1166 |
| 19 | + |
| 20 | +# 13.15.26 |
| 21 | + |
| 22 | +### Fixes, New Locales and Enhancements |
| 23 | + |
| 24 | +- [#2535](https://github.com/validatorjs/validator.js/pull/2535) `isHexColor`: add `require_hashtag` option @Numbers0689 |
| 25 | +- [#2633](https://github.com/validatorjs/validator.js/pull/2633) `isURL`: handle possible bypass with URL-encoded content @WikiRik |
| 26 | +- [#2634](https://github.com/validatorjs/validator.js/pull/2634) `isIBAN`: improve `IR` locale @ds1371dani |
| 27 | +- **Doc fixes and others:** |
| 28 | + - [#2640](https://github.com/validatorjs/validator.js/pull/2640) @WikiRik |
| 29 | + |
| 30 | +# 13.15.23 |
| 31 | + |
| 32 | +### Fixes, New Locales and Enhancements |
| 33 | + |
| 34 | +- **Doc fixes and others:** |
| 35 | + - [#2631](https://github.com/validatorjs/validator.js/pull/2631) @WikiRik |
| 36 | + |
| 37 | +# 13.15.22 |
| 38 | + |
| 39 | +### Fixes, New Locales and Enhancements |
| 40 | + |
| 41 | +- [#2622](https://github.com/validatorjs/validator.js/pull/2622) `isURL`: fix regression with hostnames with ports @mbtools |
| 42 | +- [#2616](https://github.com/validatorjs/validator.js/pull/2616) `isLength`: improve handling Unicode variation selectors @koral-- |
| 43 | +- **Doc fixes and others:** |
| 44 | + - [#2621](https://github.com/validatorjs/validator.js/pull/2621) @mbtools |
| 45 | + |
| 46 | +# 13.15.20 |
| 47 | + |
| 48 | +### Fixes, New Locales and Enhancements |
| 49 | + |
| 50 | +- [#2556](https://github.com/validatorjs/validator.js/pull/2556) `isMobilePhone`: add `ar-QA` locale @WardKhaddour |
| 51 | +- [#2576](https://github.com/validatorjs/validator.js/pull/2576) `isAlpha`/`isAlphanuneric`: add Indic locales (`ta-IN`, `te-IN`, `kn-IN`, `ml-IN`, `gu-IN`, `pa-IN`, `or-IN`) @avadootharajesh |
| 52 | +- [#2574](https://github.com/validatorjs/validator.js/pull/2574) `isBase64`: improve padding regex @KrayzeeKev |
| 53 | +- [#2584](https://github.com/validatorjs/validator.js/pull/2584) `isVAT`: improve `FR` locale @iamAmer |
| 54 | +- [#2608](https://github.com/validatorjs/validator.js/pull/2608) `isURL`: improve protocol detection. Resolves CVE-2025-56200 @theofidry |
| 55 | +- **Doc fixes and others:** |
| 56 | + - [#2563](https://github.com/validatorjs/validator.js/pull/2563) @stoneLeaf |
| 57 | + - [#2581](https://github.com/validatorjs/validator.js/pull/2581) @camillobruni |
| 58 | + |
1 | 59 | # 13.15.15 |
2 | 60 |
|
3 | 61 | ### Fixes, New Locales and Enhancements |
|
0 commit comments