-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maintenance: release 2308 prep - v13.11.0 #2252
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat(isMobilePhone): Add regex for Somalia so-SO
Co-authored-by: cheboi <moscheb96gmail.com>
- following #2176
…5 longer than 8 digits (#2197) Co-authored-by: Kevin Laframboise <[email protected]> fixes #2196
* correct isVAT regex for CH * use checkdigit for swiss isvat * allow space as number separator, edit test cases * fix: correct test-case, edit comment * extract vat matcher for Switzerland (CH) - adjust number separation rule - edit comments in test
…guage tags (#2189) Co-authored-by: Wahome Macharia <[email protected]>
Co-authored-by: karabayev <[email protected]>
Co-authored-by: jpoole <[email protected]> fixes #2218
* Update isJWT.js fix: Ensure isJWT returns false for 2 part invalid JWT tokens Previously, the isJWT function would return true for 2 part invalid JWT tokens. This has been fixed by updating the isJWT function to return false for such tokens. * Update validators.test.js Added test case for validating JSON web tokens (JWT) * Update validators.test.js Removed trailing spaces * Update validators.test.js Refactor tests in isjwt and remove redundant test case * Update validators.test.js Removed redundant test in isJWT
* refactor(isCreditCard): create allCards dynamically get rid of the hardcoded allCards variable, which was a manual copy of the existing regExp for card provider. Replace it with a dynamically created array instead, which will make it easier to maintain, when new providers are added. * chore: code coverage improvement add "istanbull ignore else", similarly to how it is was done in: 9ee09a7
* feat(isIBAN): add Morocco (MA) IBAN format * test(isIBAN): add moroccan IBAN example to test --------- Co-authored-by: lroudge <[email protected]>
* feat(isMobilePhone): Added regex for Sudan ar-SD * updated isMobilePhone.js * Updated tests
…#2235) * add white and blacklist options to the isIBAN validator * improve coverage for isIBAN validator * docs: add an explanation for the options object in the isIBAN validator without formatting it * fix: remove errors from the isIBAN validator
…ed by default (#2222) * Add a test that asserts numeric chars in tld are rejected by default. Signed-off-by: Aalekh Patel <[email protected]> * Add a new line at the end. Signed-off-by: Aalekh Patel <[email protected]> --------- Signed-off-by: Aalekh Patel <[email protected]> Co-authored-by: Aalekh Patel <[email protected]>
…2202) Co-authored-by: Mariusz Wroński <[email protected]>
* feat(isEmail) extend isEmail validator to enable allow_underscores option, allowing successful validation of email addresses containing domains with underscores * doc(isEmail) update README to list new email option allow_underscores --------- Co-authored-by: Gus Power <[email protected]>
profnandaa
changed the title
maintenance: release 2308 prep - v13.x.x
maintenance: release 2308 prep - v13.11.0
Aug 3, 2023
@pano9000 @WikiRik @tux-tn @ezkemboi @daisyndungu -- please have a look at the release notes and sign off. |
rubiin
approved these changes
Aug 3, 2023
WikiRik
approved these changes
Aug 3, 2023
pano9000
approved these changes
Aug 4, 2023
Looking at it @profnandaa |
ezkemboi
approved these changes
Aug 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
13.11.0
New Features / Validators
isFreightContainerID
: for shipping containers IDs @songyuewisMailtoURI
@uksarkarFixes, New Locales and Enhancements
isIBAN
addMA
locale @lroudgeisCreditCard
refactor @pano9000isLocale
add support for more language tags @kwahomeisVAT
forCU
@jimmyorpheusisJWT
@Prathamesh061IsFQDN
test enhancements @aalekhpatel07isAlpha
,isAlphanumeric
forkk-KZ
@BekStar7isEmail
supportallow_underscores
@guspowerisDate
enhance Date declaration compatibility across multiple environments @CiprianSisIBAN
add white and blacklist options to the isIBAN validator @edilsonisEmail
do not allow non-breaking space in user part @jeremy21212121isMobilePhone
:so-SO
@ohersifr-CF
@cheboies-CU
@klaframboisepl-PL
@czerwony03fr-WF
@aidos42ar-SD
@Hussienma