Skip to content

Commit 7a80797

Browse files
WikiRikRik Smale
andauthored
maintenance: 2604 release (#2695)
Co-authored-by: Rik Smale <git@riksmale.info>
1 parent 941db7f commit 7a80797

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
# 13.15.26
221

322
### Fixes, New Locales and Enhancements

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "validator",
33
"description": "String validation and sanitization",
4-
"version": "13.15.26",
4+
"version": "13.15.35",
55
"sideEffects": false,
66
"homepage": "https://github.com/validatorjs/validator.js",
77
"files": [

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ import isStrongPassword from './lib/isStrongPassword';
130130

131131
import isVAT from './lib/isVAT';
132132

133-
const version = '13.15.26';
133+
const version = '13.15.35';
134134

135135
const validator = {
136136
version,

0 commit comments

Comments
 (0)