-
-
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: 2405 release #2269
Commits on Aug 18, 2023
-
fix(isDate): Timezone Offset Fix (#2257)
* Timezone Offset Fix & Parsing with Leading Zeros * `isDate` Timezone Mock Test, Support for NodeJS <8 * `isDate` Unit Test Resiliency Improvement
Configuration menu - View commit details
-
Copy full SHA for 2c4aede - Browse repository at this point
Copy the full SHA 2c4aedeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3541b0d - Browse repository at this point
Copy the full SHA 3541b0dView commit details -
feat(isPassportNumber): added South African, ZA validator (#2265)
* Included Regex for South African Passport Number * Corrected Passport validation * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 6923860 - Browse repository at this point
Copy the full SHA 6923860View commit details -
feat(isMobilePhone): Added the regex for Malawi en-MW (#2267)
* Added the regex and tests for Malawi phone number validation * Added the regex and tests for Malawi phone number validation * Added the regex and tests for Malawi phone number validation
Configuration menu - View commit details
-
Copy full SHA for b958bd7 - Browse repository at this point
Copy the full SHA b958bd7View commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 332b501 - Browse repository at this point
Copy the full SHA 332b501View commit details -
chore(isMailtoURI): remove unnecessary default to (#2341)
* chore: add additional testcases to isMailtoURI Line 44 is only partially covered before this change * chore: add additonal const to figure out which part is partial * chore: add testcase for single ? * chore: add another line to find partial coverage * chore: remove default to * chore: combine consts again
Configuration menu - View commit details
-
Copy full SHA for 4197b86 - Browse repository at this point
Copy the full SHA 4197b86View commit details
Commits on Apr 25, 2024
-
fix(docs): fixed typo in README.md (#2371)
Co-authored-by: Musa <goat_musa@Musas-MBP.cust.communityfibre.co.uk>
Configuration menu - View commit details
-
Copy full SHA for 31c88cf - Browse repository at this point
Copy the full SHA 31c88cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d5c52a - Browse repository at this point
Copy the full SHA 6d5c52aView commit details -
fix(isPassportNumber): fix regex Azerbaijan (#2284)
* Update isPassportNumber.js Added the updated Azerbaijan passport validation: See issue: #2274 * Update validators.test.js
Configuration menu - View commit details
-
Copy full SHA for 752bd09 - Browse repository at this point
Copy the full SHA 752bd09View commit details -
feat(isAlpha, isAlphanumeric): add Esperanto (eo) locale (#2285)
* Add Esperanto to alpha.js * Add Esperanto (eo) to README.md * Add tests for Esperanto validation * Fix tests * Update Esperanto tests
Configuration menu - View commit details
-
Copy full SHA for 0a100fe - Browse repository at this point
Copy the full SHA 0a100feView commit details -
Configuration menu - View commit details
-
Copy full SHA for edb6b1c - Browse repository at this point
Copy the full SHA edb6b1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b34a335 - Browse repository at this point
Copy the full SHA b34a335View commit details -
feat(isLicensePlate): Support for Pakistani vehicles (#2207)
* Pakistan vehicles license plate support * Readme and test cases updated * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 32b174e - Browse repository at this point
Copy the full SHA 32b174eView commit details -
feat: added isAbaRouting validator (#2143)
Added isAbaRouting validator, new validator. Check whether a string is ABA routing number for US bank account & cheque ref: https://en.wikipedia.org/wiki/ABA_routing_transit_number
Configuration menu - View commit details
-
Copy full SHA for 19f11cf - Browse repository at this point
Copy the full SHA 19f11cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b3f62d - Browse repository at this point
Copy the full SHA 6b3f62dView commit details -
ci: add latest node versions (#2364)
Co-authored-by: Rik Smale <13023439+WikiRik@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 817e56e - Browse repository at this point
Copy the full SHA 817e56eView commit details
Commits on Apr 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 72c8dc1 - Browse repository at this point
Copy the full SHA 72c8dc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5677f91 - Browse repository at this point
Copy the full SHA 5677f91View commit details -
chore: Publish to NPM with provenance (#2276)
* chore: Publish to NPM with provenance The release process in this repository is already automated via GitHub Actions, which is a great first step toward creating trust in the supply chain. Recently, NPM has started to support publishing with the `--provenance` flag. This flag creates a link between the GitHub Actions run that created the release and the final artifact on NPM. This linkage further ensures that package installs can be traced back to a specific code revision. For more information on publishing with provenance, please refer to: https://github.blog/2023-04-19-introducing-npm-package-provenance/ * chore: Use Node.js 18 for publishing to support provenance
Configuration menu - View commit details
-
Copy full SHA for 2253a77 - Browse repository at this point
Copy the full SHA 2253a77View commit details -
fix: symbolRegex in isStrongPassword to include '\' (#2278)
* Modified symbolRegex in isStrongPassword to include '\' * Modify test to check validity of strong password with \ character
Configuration menu - View commit details
-
Copy full SHA for 8a40349 - Browse repository at this point
Copy the full SHA 8a40349View commit details -
fix(isVAT): fixed KZ VAT number length check (#2279)
* fix(isVAT): fixed KZ VAT number length check * fix(isVAT): fixed KZ VAT number length test
Configuration menu - View commit details
-
Copy full SHA for 11ac6a4 - Browse repository at this point
Copy the full SHA 11ac6a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8c93d2 - Browse repository at this point
Copy the full SHA d8c93d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for eacccaf - Browse repository at this point
Copy the full SHA eacccafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0836777 - Browse repository at this point
Copy the full SHA 0836777View commit details -
feat(isTaxID): added TaxID for Ukraine uk-UA (#2358)
Co-authored-by: vfarylevych <vfarylevych@primocollect.com.ua>
Configuration menu - View commit details
-
Copy full SHA for 43a0f09 - Browse repository at this point
Copy the full SHA 43a0f09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83d6ffd - Browse repository at this point
Copy the full SHA 83d6ffdView commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd4e7bf - Browse repository at this point
Copy the full SHA cd4e7bfView commit details