File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 13.15.26
2+
3+ ### Fixes, New Locales and Enhancements
4+
5+ - [ #2535 ] ( https://github.com/validatorjs/validator.js/pull/2535 ) ` isHexColor ` : add ` require_hashtag ` option @Numbers0689
6+ - [ #2633 ] ( https://github.com/validatorjs/validator.js/pull/2633 ) ` isURL ` : handle possible bypass with URL-encoded content @WikiRik
7+ - [ #2634 ] ( https://github.com/validatorjs/validator.js/pull/2634 ) ` isIBAN ` : improve ` IR ` locale @ds1371dani
8+ - ** Doc fixes and others:**
9+ - [ #2640 ] ( https://github.com/validatorjs/validator.js/pull/2640 ) @WikiRik
10+
111# 13.15.23
212
313### Fixes, New Locales and Enhancements
414
515- ** Doc fixes and others:**
616 - [ #2631 ] ( https://github.com/validatorjs/validator.js/pull/2631 ) @WikiRik
717
8-
918# 13.15.22
1019
1120### Fixes, New Locales and Enhancements
Original file line number Diff line number Diff line change 11{
22 "name" : " validator" ,
33 "description" : " String validation and sanitization" ,
4- "version" : " 13.15.23 " ,
4+ "version" : " 13.15.26 " ,
55 "sideEffects" : false ,
66 "homepage" : " https://github.com/validatorjs/validator.js" ,
77 "files" : [
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ import isStrongPassword from './lib/isStrongPassword';
130130
131131import isVAT from './lib/isVAT' ;
132132
133- const version = '13.15.23 ' ;
133+ const version = '13.15.26 ' ;
134134
135135const validator = {
136136 version,
You can’t perform that action at this time.
0 commit comments