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

Sg and update from source #2

Merged
merged 54 commits into from
Oct 24, 2019
Merged

Commits on Apr 19, 2019

  1. Configuration menu
    Copy the full SHA
    63e4c78 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. fix: sync src/lib with lib

    Some PRs (e.g. validatorjs#1010 and validatorjs#1017) haven't been compiled
    properly.
    chriso committed May 23, 2019
    Configuration menu
    Copy the full SHA
    330ad51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    074168a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57ed38f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41a940f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd7a793 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9fc9388 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    daaf1f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5830e66 View commit details
    Browse the repository at this point in the history
  9. fix: sync src/lib and lib

    chriso committed May 23, 2019
    Configuration menu
    Copy the full SHA
    c2ff8bf View commit details
    Browse the repository at this point in the history
  10. chore: remove the toString util

    This is an internal, undocumented utility that should not be
    exported.
    chriso committed May 23, 2019
    Configuration menu
    Copy the full SHA
    0277eb0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c079b7 View commit details
    Browse the repository at this point in the history
  12. 11.0.0

    chriso committed May 23, 2019
    Configuration menu
    Copy the full SHA
    90cc022 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. feat(isMobilePhone): add Chile locale and additional prefix for KE lo…

    …cale (validatorjs#1035)
    
    * isMobilePhone: add additional prefix for KE locale
    
    * add Chile mobile number in isMobilePhone
    ezkemboi authored and profnandaa committed May 24, 2019
    Configuration menu
    Copy the full SHA
    eb0bbba View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

  1. Create FUNDING.yml

    chriso authored May 26, 2019
    Configuration menu
    Copy the full SHA
    81302a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. feat(isIdentityCard): add zh-TW locale (validatorjs#1040)

    * Add zh-TW National ID Rule
    
    * Add zh-TW ID rule on README.md
    
    * fit eslint rules
    
    * add built code
    
    * add zh-TW id card number test
    
    * fixed test on zh-TW id card numbers
    fantasywind authored and profnandaa committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    d7dbdd5 View commit details
    Browse the repository at this point in the history
  2. chore: code coverage improvements (validatorjs#1024)

    * fix(isISO8601): add additionnals checks for leap years
    
    * fix(isDecimal): correct decimal point type for some locales
    
    * refactor(rtrim): implement the logic of ltrim
    
    * fix(ltrim): add chars escaping
    
    * test: add thrown errors handling
    
    * test: add missing test cases
    
    * fix(isIdentityCard): remove default value for locale
    
    * chore: add nyc config for code coverage
    
    * chore: add compiled bundles
    tux-tn authored and profnandaa committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    9ee09a7 View commit details
    Browse the repository at this point in the history
  3. feat(isIdentityCard): add he-IL locale (validatorjs#1041)

    * added support for IL in isIdentityCard()
    
    * fix ci
    
    * fix CI #2
    
    * fix CI #3
    
    * fix conflicts
    
    * chnage locale to 'he-IL'
    perimiter authored and profnandaa committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    7735e0f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. fix: some fixes to isIdentityCard('he-IL') (validatorjs#1048)

    * added support for IL in isIdentityCard()
    
    * fix ci
    
    * fix CI #2
    
    * fix CI #3
    
    * fix conflicts
    
    * chnage locale to 'he-IL'
    
    * change regex and if statments
    
    remove inefficient code.
    
    * remove if statement ,its not needed.
    
    * fix eslit problem
    perimiter authored and profnandaa committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    dcb2db0 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Configuration menu
    Copy the full SHA
    c5c0bf2 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. validatorjs#990. Clean up PR validatorjs#991 (validatorjs#1052)

    * validatorjs#990. Fix for Fiji mobile phones format validation.
    
    * chore: tests and update readme for Fiji isMobile fix
    
    closes validatorjs#991
    ezkemboi authored and profnandaa committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    f3f4070 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. feat(isMobilePhone): add nl-NL locale (validatorjs#1054)

    This PR adds support for Dutch (nl-NL) locale for isMobilePhone.
    
    closes validatorjs#923 
    ====
    * fix(isMobilePhone): add dutch phone number format
    
    * fix: clean-up PR validatorjs#932
    
    - add tests
    - update README
    profnandaa authored Jul 2, 2019
    Configuration menu
    Copy the full SHA
    1a2a868 View commit details
    Browse the repository at this point in the history
  2. feat(isMobilePhone, isPostalCode): add support for Malta, en-MT (vali…

    …datorjs#1055)
    
    Co-authored-by: MiChiano <fgnm@gmail.com>
    
    closes validatorjs#975
    
    
    * Add Malta Postal Code (XXX0000) and Phone Number (+356XXYYYYYY)
    
    * add malta (MT) to readme and test case
    
    * add ar-MA mobile phone
    
    * fix: update pr validatorjs#975
    
    - clean-up merge conflicts
    - add tests for postal code, ref: https://en.wikipedia.org/wiki/Postal_codes_in_Malta
    
    * fix: remove ar-MA locale
    profnandaa authored Jul 2, 2019
    Configuration menu
    Copy the full SHA
    20ad9b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. feat(isMobilePhone): add Bahrain locale (validatorjs#1056)

    This commit adds the Bahrain (ar-BH) locale for isMobile.
    heiba authored and profnandaa committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    8d8dbeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f62084 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. 11.1.0

    chriso committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    56cd1f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. feat(isMobile): add de-AT locale (validatorjs#1059)

    Co-authored-by: Gibbets <stevepeterka@online.de>
    
    * Added isMobile de-AT
    
    * Added local de-AT for isMobile
    
    * clean up isMobile Austria number
    
    closes validatorjs#1038 validatorjs#1028
    ezkemboi authored and profnandaa committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    7125c57 View commit details
    Browse the repository at this point in the history
  2. feat(isMobilePhone): add france oversea department phone codes (valid…

    …atorjs#1060)
    
    Co-authored-by:  khalilus<krbouzidi@gmail.com>
    ezkemboi authored and profnandaa committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    4aac1b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. fix(isHash): to include uppercase chars in hash (validatorjs#1062)

    * change hash test regex to include uppercase chars
    
    * Clean PR on allow uppercase for isHAsh
    - Co-authored-by: Ezrqn Kemboi <ezrqnkemboi@gmail.com>
    - Closes validatorjs#982 validatorjs#987
    ezkemboi authored and profnandaa committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    cf00ee6 View commit details
    Browse the repository at this point in the history
  2. fix(isMACAddress): add use of hyphen or spaces in mac address (valida…

    …torjs#1065)
    
    - Authoured_by: Ezrqn Kemboi <ezrqnkemboi@gmail.com>
    - Closes validatorjs#1061
    ezkemboi authored and profnandaa committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    02896f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. fix(isPostalCode): ensure sweedish postal code does not start with 0 (v…

    …alidatorjs#1069)
    
    Authored by Ezrqn Kemboi <ezrqnkemboi@gmail.com>
    Closes validatorjs#1008
    ezkemboi authored and profnandaa committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    54bf8c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. fix(isMobilePhone): ja_JP locale (validatorjs#1073)

    This PR fixes ja_JP locale to support 060 prefix and also issue with the general sequence.
    
    * fix Japanese mobile phone number
    
    * add 060 for ja-JP of isMobile
    yomotsu authored and profnandaa committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    25e84cf View commit details
    Browse the repository at this point in the history
  2. fix(isLength): return true if min no supplied (validatorjs#1070)

    - ensure that even when user does not pass max and min, set defaults for the same
    - instance, validator.isLength('aa') returns false, instead, we should return true and set min as 0 and max as undefined
    - close validatorjs#939
    ezkemboi authored and profnandaa committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    1ce76a1 View commit details
    Browse the repository at this point in the history
  3. fix(isLatLong): fix bug on brackets mismatch (validatorjs#1074)

    - when lat starts with (, it makes it a true latitude.
    - Closes validatorjs#929
    ezkemboi authored and profnandaa committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    47f3492 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. fix(README): link to contributors (validatorjs#1077)

    The (relative) link to contributors was defaulting to `/blob/master/graph/contributors`, I made it absolute instead.
    profnandaa authored Aug 8, 2019
    Configuration menu
    Copy the full SHA
    98b2ca6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Configuration menu
    Copy the full SHA
    35a72b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c265581 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. feat(isBIC): add isBIC validation (validatorjs#1071)

    * feature(isBIC): add isBIC validation
    - validate valid BIC
    - refers part of validatorjs#951
    
    * chore: add on BIC definition
    ezkemboi authored and profnandaa committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    23fcd9c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Configuration menu
    Copy the full SHA
    a4ca952 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b36b420 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Configuration menu
    Copy the full SHA
    ee038b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. fix: typo in README (validatorjs#1126)

    tomer authored and profnandaa committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    b4672f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    242c3bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cff8a58 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. feat: add fa-IR to isAlpha and isAlphanumeric (validatorjs#1121)

    * merge conflicts validatorjs#1121
    
    * merge conflicts validatorjs#1121
    
    * comma fix
    pedramp authored and profnandaa committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    72d9f55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3087572 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. fix(isPostalCode): postal code validation fix for locale IN (validato…

    …rjs#1152)
    
    * postal code validation fix for locale IN
    
    * regex updated
    adityaraval authored and profnandaa committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    d18a8b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4162ae7 View commit details
    Browse the repository at this point in the history
  3. fix: add validation for '0x'-prefixed hex strings (validatorjs#1147)

    * Added validation for '0x'-prefixed hex strings.
    
    * Added 0h-prefix as an acceptable hexadecimal format.
    ayala-io authored and profnandaa committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    1bf0094 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71c46e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Configuration menu
    Copy the full SHA
    2222e5a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. fix(isMobile): allow for extra formatting for ja-JP locale (validator…

    …js#1166)
    
    * WIP: modified ja-JP check.
    
    * WIP: added test cases.
    
    * Added one more invalid test case.
    ayala-io authored and profnandaa committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    659a758 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a80a4f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. new buld

    kishoreknowapp committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    ca54eac View commit details
    Browse the repository at this point in the history