Skip to content

Commit

Permalink
13.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
profnandaa committed Feb 2, 2023
1 parent d423220 commit 54d330c
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 2 deletions.
112 changes: 112 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,115 @@
# 13.9.0

### New Features / Validators

- [#1892](https://github.com/validatorjs/validator.js/pull/1892) `isISO6391`: add ISO 639-1 validator @braaar
- [#1974](https://github.com/validatorjs/validator.js/pull/1974) `isLuhnNumber` @ST-DDT

### Fixes and Enhancements

- [#1865](https://github.com/validatorjs/validator.js/pull/1865) `isMACAddress`: add EUI-validation @WikiRik @tux-tn
- [#1888](https://github.com/validatorjs/validator.js/pull/1888) `isBase32`: add option for Crockford's base32 alternative @BigOsvaap
- [#1916](https://github.com/validatorjs/validator.js/pull/1916) `isDataURI`: fix mediaType format @temoffey
- [#1920](https://github.com/validatorjs/validator.js/pull/1920) `isEmail`: add `host_whitelist` option @poor-coder
- [#1939](https://github.com/validatorjs/validator.js/pull/1939) `isFQDN`: fix `allow_numeric_tld` option @BigOsvaap
- [#1962](https://github.com/validatorjs/validator.js/pull/1962) `isIP`: refactor @UnKnoWn-Consortium
- [#1967](https://github.com/validatorjs/validator.js/pull/1967) `isLength` @ikkyu-3
- [#1992](https://github.com/validatorjs/validator.js/pull/1992) `isMagnetURI` @Rhilip @tux-tn
- [#1995](https://github.com/validatorjs/validator.js/pull/1995) `isURL`: fix check for host @mortbauer
- [#2008](https://github.com/validatorjs/validator.js/pull/2008) `isCreditCard` @brianwhaley
- [#2075](https://github.com/validatorjs/validator.js/pull/2075) `isAfter`: allow usage of option object @WikiRik
- [#2114](https://github.com/validatorjs/validator.js/pull/2114) `isRgbColor` @pano9000
- [#2122](https://github.com/validatorjs/validator.js/pull/2122) `isDataURI`: fix MIME types with underscores @pano9000
- [#2148](https://github.com/validatorjs/validator.js/pull/2148) `isStrongPassword` @sandmule
- [#2157](https://github.com/validatorjs/validator.js/pull/2157) `isISBN`: allow usage of option object @WikiRik
- [#2170](https://github.com/validatorjs/validator.js/pull/2170) `isEmail`: fix `ignore_max_length` for FQDN @sakhmedbayev
- [#2020](https://github.com/validatorjs/validator.js/pull/2170) `isFloat`: fix comma(,) passing as float @frederike-ramin

- Documentation fixes:
- [#1860](https://github.com/validatorjs/validator.js/pull/1860) @leonardovillela
- [#1861](https://github.com/validatorjs/validator.js/pull/1860) @tux-tn
- [#1957](https://github.com/validatorjs/validator.js/pull/1957) @tfilo
- [#2010](https://github.com/validatorjs/validator.js/pull/2010) @marcelozarate
- [#2107](https://github.com/validatorjs/validator.js/pull/2107) @pano9000
- [#2160](https://github.com/validatorjs/validator.js/pull/2160) @WikiRik

- Code Refactors:
- [#1942](https://github.com/validatorjs/validator.js/pull/1942) @CommanderRoot
- [#1975](https://github.com/validatorjs/validator.js/pull/1975) @fedeci
- [#2137](https://github.com/validatorjs/validator.js/pull/2137) [#2132](https://github.com/validatorjs/validator.js/pull/2132) @pano9000

### New and Improved Locales

- `isAlpha`, `isAlphanumeric`:
- [#1678](https://github.com/validatorjs/validator.js/pull/1678) `bn-BD` @rak810
- [#1996](https://github.com/validatorjs/validator.js/pull/1996) `si-LK` @melkorCBA
- [#2014](https://github.com/validatorjs/validator.js/pull/2014) `ja-JP` @starcharles
- [#1995](https://github.com/validatorjs/validator.js/pull/1995) `ko-KR` @Dongkyuuuu

- `isBIC`:
- [#2046](https://github.com/validatorjs/validator.js/pull/2046) `XK` @import-brain

- `isIdentityCard`:
- [#2142](https://github.com/validatorjs/validator.js/pull/2142) `hk-HK` @Dongkyuuuu

- `isMobilePhone`:
- [#1813](https://github.com/validatorjs/validator.js/pull/1813) `my-MM`, @ferdousulhaque
- [#1868](https://github.com/validatorjs/validator.js/pull/1868) `de-DE`, @thomaschaaf
- [#1896](https://github.com/validatorjs/validator.js/pull/1896) `en-LS`, @DevilsAutumn
- [#1897](https://github.com/validatorjs/validator.js/pull/1897) `el-CY`, @ikerasiotis
- [#1909](https://github.com/validatorjs/validator.js/pull/1909) `es-NI`, @ajGingrich
- [#1910](https://github.com/validatorjs/validator.js/pull/1910) `az-AZ`, @shaanaliyev
- [#1922](https://github.com/validatorjs/validator.js/pull/1922) `ir-IR`, @ArashST79
- [#1924](https://github.com/validatorjs/validator.js/pull/1924) `ky-KG`, @arsalanfiroozi
- [#1925](https://github.com/validatorjs/validator.js/pull/1925) `ar-YE`, `ar-EH`, `fa-AF`, @Mustafiz04
- [#1932](https://github.com/validatorjs/validator.js/pull/1932) `ro-MD`, @mik7up
- [#1940](https://github.com/validatorjs/validator.js/pull/1940) `ar-YE`, `en-BS`, @savannahvaith
- [#1952](https://github.com/validatorjs/validator.js/pull/1952) `ka-GE`, @avkvak
- [#1964](https://github.com/validatorjs/validator.js/pull/1964) [#1951](https://github.com/validatorjs/validator.js/pull/1951) `pt-BR`, @jhcaiafa @matheusnascgomes
- [#1983](https://github.com/validatorjs/validator.js/pull/1983) `es-HN`, @ademyan05
- [#1985](https://github.com/validatorjs/validator.js/pull/1985) `nl-AW`, @adida948
- [#1986](https://github.com/validatorjs/validator.js/pull/1986) `en-JM`, @ademyan05
- [#1993](https://github.com/validatorjs/validator.js/pull/1993) `mn-MN`, @rksp25
- [#1997](https://github.com/validatorjs/validator.js/pull/1997) `fr-BJ`, @rkuma552 @rksp25
- [#2001](https://github.com/validatorjs/validator.js/pull/2001) `mg-MG`, @ShivangiRai1310
- [#2002](https://github.com/validatorjs/validator.js/pull/2002) `en-PG`, @kai2128
- [#2004](https://github.com/validatorjs/validator.js/pull/2004) `en-AG`, @jiaweilow
- [#2007](https://github.com/validatorjs/validator.js/pull/2007) `en-AI`, @elaine1129
- [#2011](https://github.com/validatorjs/validator.js/pull/2011) `en-KN`, @Eelyneee
- [#2041](https://github.com/validatorjs/validator.js/pull/2041) `fr-CD`, @coolbeatz71
- [#2084](https://github.com/validatorjs/validator.js/pull/2084) `en-SS`, @cheboi
- [#2109](https://github.com/validatorjs/validator.js/pull/2109) `dv-MV`, @pano9000
- [#2129](https://github.com/validatorjs/validator.js/pull/2129) `en-HN`, @WikiRik
- [#2148](https://github.com/validatorjs/validator.js/pull/2148) `ar-KW`, @Yazan-KE @WikiRik
- [#2112](https://github.com/validatorjs/validator.js/pull/2112) `el-GR`, @pano9000
- [#2116](https://github.com/validatorjs/validator.js/pull/2116) `en-BM`, @pano9000
- [#2155](https://github.com/validatorjs/validator.js/pull/2155) `ms-MY`, @pano9000
- [#2156](https://github.com/validatorjs/validator.js/pull/2156) `ro-RO`, @pano9000

- `isLicensePlate`:
- [#1665](https://github.com/validatorjs/validator.js/pull/1665) `sv-SE`, @elmaxe
- [#1895](https://github.com/validatorjs/validator.js/pull/1895) `hu-HU`, @szabolcstarnai
- [#1944](https://github.com/validatorjs/validator.js/pull/1944) `en-NI`, @NishantJS
- [#1945](https://github.com/validatorjs/validator.js/pull/1945) `de-DE`, @bennetfabian
- [#1945](https://github.com/validatorjs/validator.js/pull/1945) `de-DE`, @bennetfabian
- [#2103](https://github.com/validatorjs/validator.js/pull/2103) `es-AR`, @alvarocastro

- `isPassportNumber`:
- [#1515](https://github.com/validatorjs/validator.js/pull/1515) `JM`,`KZ`,`LI`,`NZ` @JuanFML
- [#1814](https://github.com/validatorjs/validator.js/pull/1814) `TH` @TonPC64 @braaar
- [#2061](https://github.com/validatorjs/validator.js/pull/2061) `AZ` @djeks922
- [#2073](https://github.com/validatorjs/validator.js/pull/2073) `PH`,`PK` @digambar-t7

- `isPostalCode`:
- [#1951](https://github.com/validatorjs/validator.js/pull/1951) `BA`, @matheusnascgomes
- [#2134](https://github.com/validatorjs/validator.js/pull/2134) `BY`, @pano9000
- [#2136](https://github.com/validatorjs/validator.js/pull/2136) `IR`, @pano9000


- `isTaxID`:
- [#1867](https://github.com/validatorjs/validator.js/pull/1867) `en-CA`, @boonya
- [#1989](https://github.com/validatorjs/validator.js/pull/1989) `'AT', 'BE', 'BG', 'HR', 'CY', 'CZ', 'DK', 'EE', 'FI', 'FR', 'DE', 'EL', 'HU', 'IE', 'LV', 'LT', 'LU', 'MT', 'PL', 'PT', 'RO', 'SK', 'SI', 'ES', 'SE', 'AL', 'MK', 'AU', 'BY', 'CA', 'IS', 'IN', 'ID', 'IL', 'KZ', 'NZ', 'NG', 'NO', 'PH', 'RU', 'SM', 'SA', 'RS', 'CH', 'TR', 'UA', 'UZ', 'AR', 'BO', 'BR', 'CL', 'CO', 'CR', 'EC', 'SV', 'GT', 'HN', 'MX', 'NI', 'PA', 'PY', 'PE', 'DO', 'UY', 'VE'` @Dev1lDragon

## 13.7.0

### New Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "validator",
"description": "String validation and sanitization",
"version": "13.7.0",
"version": "13.9.0",
"sideEffects": false,
"homepage": "https://github.com/validatorjs/validator.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ import isStrongPassword from './lib/isStrongPassword';

import isVAT from './lib/isVAT';

const version = '13.7.0';
const version = '13.9.0';

const validator = {
version,
Expand Down

0 comments on commit 54d330c

Please sign in to comment.