maintenance: release 2301 prep - v13.9.0 by profnandaa · Pull Request #2166 · validatorjs/validator.js

and others added 30 commits

May 27, 2021 10:04
* Fixes #1761 for Bangladesh and Myanmar Mobile Validation and Test

* Updated README.md for the Myanmar Mobile Number

* Updated Test for the Myanmar Mobile Number

* Fixing the Myanmar Prefix

* Reverting the Change on the Mobile Number for BD

* Fixing the Naming Convention and Pattern
…1868)

* revert #1391

* remove invalid number blocks
* feat(isMACAddress): add EUI-64 validation

* Update src/lib/isMACAddress.js

Co-authored-by: Sarhan Aissi <tux-tn@users.noreply.github.com>

* Add possible values of eui to README.md

Co-authored-by: Rik Smale <WikiRik@users.noreply.github.com>
Co-authored-by: Sarhan Aissi <tux-tn@users.noreply.github.com>
* feat: add support for Swedish license plates

* feat: allow spaces

* fix(docs): sort alphabetically

* fix(isLicensePlate): Trim, disallow 0 and fix regex
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
Forgot to remove the old regex in my last commit
clean-up #1932 
---------

Co-authored-by: Mik <37216885+mik7up@users.noreply.github.com>
- fixes #2040
- clean-up #2041 

Co-authored-by: coolbeatz71 <sigmacool@gmail.com>

@profnandaa

pano9000

pano9000

pano9000

pano9000

fix(isEmail): fixed `isFQDN` still checking email length when
 `ignore_max_length` is `true`

profnandaa: clean-up #2128

---------

Co-authored-by: Said Akhmedbayev <said.akh@gmail.com>
Co-authored-by: Said Akhmedbayev <said.akhmedbayev@accenture.com>
* maintentance: clean up, closes #2073
---------

Co-authored-by: Digambar <digambartu@gmail.com>
* maintenance: clean up #2061

---------

Co-authored-by: djeks922 <djeks922@gmail.com>
Co-authored-by: Frederike Ramin <frederike.ramin@digitalservice.bund.de>
chore: combined PR clean-up

@ejcheng

@profnandaa profnandaa changed the title maintenance: release 2301 prep maintenance: release 2301 prep - v13.9.0

Feb 2, 2023
Co-authored-by: Rik Smale <13023439+WikiRik@users.noreply.github.com>
Co-authored-by: ST-DDT <ST-DDT@gmx.de>

- rename isLuhnValid -> isLuhnNumber
- docs: add th-TH in isAlpha*

@profnandaa

WikiRik