Skip to content
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

Closed
wants to merge 27 commits into from
Closed

maintenance: 2405 release #2269

wants to merge 27 commits into from

Commits on Aug 18, 2023

  1. 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
    tomaspanek authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2c4aede View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3541b0d View commit details
    Browse the repository at this point in the history
  3. feat(isPassportNumber): added South African, ZA validator (#2265)

    * Included Regex for South African Passport Number
    
    * Corrected Passport validation
    
    * Update README.md
    GMorris-professional authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6923860 View commit details
    Browse the repository at this point in the history
  4. 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
    SimranSiddiqui authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b958bd7 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    332b501 View commit details
    Browse the repository at this point in the history
  2. 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
    WikiRik authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4197b86 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. fix(docs): fixed typo in README.md (#2371)

    Co-authored-by: Musa <goat_musa@Musas-MBP.cust.communityfibre.co.uk>
    devmanbud and Musa authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    31c88cf View commit details
    Browse the repository at this point in the history
  2. feat(isUUID): support uuid v7 (#2345)

    closes #2344
    ruscon authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6d5c52a View commit details
    Browse the repository at this point in the history
  3. fix(isPassportNumber): fix regex Azerbaijan (#2284)

    * Update isPassportNumber.js
    
    Added the updated Azerbaijan passport validation:
    See issue:
    #2274
    
    * Update validators.test.js
    amaliacatalina authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    752bd09 View commit details
    Browse the repository at this point in the history
  4. 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
    RobinvanderVliet authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0a100fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edb6b1c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b34a335 View commit details
    Browse the repository at this point in the history
  7. feat(isLicensePlate): Support for Pakistani vehicles (#2207)

    * Pakistan vehicles license plate support
    
    * Readme and test cases updated
    
    * Update README.md
    anasshakil authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    32b174e View commit details
    Browse the repository at this point in the history
  8. 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
    songyuew authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    19f11cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b3f62d View commit details
    Browse the repository at this point in the history
  10. ci: add latest node versions (#2364)

    Co-authored-by: Rik Smale <13023439+WikiRik@users.noreply.github.com>
    rubiin and WikiRik authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    817e56e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    72c8dc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5677f91 View commit details
    Browse the repository at this point in the history
  3. 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
    meyfa authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    2253a77 View commit details
    Browse the repository at this point in the history
  4. fix: symbolRegex in isStrongPassword to include '\' (#2278)

    * Modified symbolRegex in isStrongPassword to include '\'
    
    * Modify test to check validity of strong password with \ character
    nandavikas authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8a40349 View commit details
    Browse the repository at this point in the history
  5. 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
    MatthieuLemoine authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    11ac6a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8c93d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eacccaf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0836777 View commit details
    Browse the repository at this point in the history
  9. feat(isTaxID): added TaxID for Ukraine uk-UA (#2358)

    Co-authored-by: vfarylevych <vfarylevych@primocollect.com.ua>
    arttiger and vfarylevych authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    43a0f09 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    83d6ffd View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. 13.12.0

    profnandaa committed May 9, 2024
    Configuration menu
    Copy the full SHA
    cd4e7bf View commit details
    Browse the repository at this point in the history