Commit Graph

  • 225bc3d439 8.1.0 8.1.0 Chris O'Hara 2017-08-22 20:35:48 +10:00
  • a8dcf6d242 Fix a changelog link Chris O'Hara 2017-08-22 20:31:31 +10:00
  • cb8cc97a55 Update the changelog and min version Chris O'Hara 2017-08-22 20:29:58 +10:00
  • a9327d5e5a Merge pull request #684 from Charliekenney23/more-validators Chris O'Hara 2017-08-22 20:28:03 +10:00
  • cf217bf3e2 Merge branch 'master' into more-validators Chris O'Hara 2017-08-22 20:25:46 +10:00
  • 63cf4063d2 Don't use Object.values Charles Kenney 2017-08-22 05:14:54 -04:00
  • c2ad3a1f53 Don't use Object.values, fixes #681 Chris O'Hara 2017-08-22 18:24:51 +10:00
  • b3e45daff6 Don't export the isISO8601 regular expression Chris O'Hara 2017-08-22 18:19:08 +10:00
  • e164140b27 Update the changelog and min version Chris O'Hara 2017-08-22 18:04:30 +10:00
  • 4d6a30e0ba Merge pull request #690 from lukyth/lukyth/hotfix/unescape Chris O'Hara 2017-08-22 18:00:02 +10:00
  • 7faa3fecad Merge branch 'master' into lukyth/hotfix/unescape Chris O'Hara 2017-08-22 17:57:42 +10:00
  • 927254a597 Update the changelog and min version Chris O'Hara 2017-08-22 17:57:03 +10:00
  • 304b9c5df3 Merge pull request #692 from tytoons/master Chris O'Hara 2017-08-22 17:55:42 +10:00
  • 9b34734b92 Merge branch 'master' into master Chris O'Hara 2017-08-22 17:53:51 +10:00
  • 2baabb9afd Merge branch 'master' into master Chris O'Hara 2017-08-22 17:53:27 +10:00
  • 0f5a385523 Update the changelog and min version Chris O'Hara 2017-08-22 17:52:39 +10:00
  • 4f76138cd2 Merge pull request #695 from mika-s/master Chris O'Hara 2017-08-22 17:51:15 +10:00
  • a2026c9755 Fix bug for Danish locale in isAlphanumeric() Mika Nikolai Sundland 2017-08-17 22:02:07 +02:00
  • a03d192568 Add Norwegian locale Mika Nikolai Sundland 2017-08-17 21:54:24 +02:00
  • e03c720e53 Build the change for unescape function Kanitkorn S 2017-08-15 10:31:44 +07:00
  • 3da3500777 Add comma to displayName regex Tyler DeVos 2017-08-09 14:01:44 -05:00
  • 229d362c90 Add missing string to unescape Kanitkorn S 2017-08-09 18:13:43 +07:00
  • bacfd2306a removed whitespace in validator.js Charles Kenney 2017-07-21 17:58:22 -04:00
  • 9e6727d88a update readme with new features Charles Kenney 2017-07-18 01:50:28 -04:00
  • ea1cc003f2 added postal code validator 📬 Charles Kenney 2017-07-18 01:29:38 -04:00
  • 33ac6ad7cc added latlong validator Charles Kenney 2017-07-17 17:00:12 -04:00
  • b59133b172 8.0.0 8.0.0 Chris O'Hara 2017-07-08 07:20:55 +12:00
  • cc8532fa6a Ignore lock files Chris O'Hara 2017-07-08 07:20:38 +12:00
  • 56e7d33356 Throw an error if the isMobilePhone() locale is invalid or unsupported Chris O'Hara 2017-07-07 22:06:50 +12:00
  • fdea1d79e6 Reject URLs that are protocol only, closes #642 Chris O'Hara 2017-07-07 21:52:44 +12:00
  • cc966154df Don't whitelist localhost, closes #675 Chris O'Hara 2017-07-07 21:47:38 +12:00
  • 4f109040f9 Update lock files Chris O'Hara 2017-07-07 21:43:51 +12:00
  • 6a07d95f38 Greece and Cyprus alpha and mobile added. Michail Savvakis 2017-06-30 02:35:10 +03:00
  • 18acf49181 7.2.0 7.2.0 Chris O'Hara 2017-06-29 14:39:36 +12:00
  • 873c44a560 Update the changelog and min version Chris O'Hara 2017-06-29 14:38:32 +12:00
  • a4d7157ef3 Merge pull request #672 from michaltk/more-creditcard-validator-fix Chris O'Hara 2017-06-29 14:36:54 +12:00
  • 678c39d528 Merge branch 'master' into more-creditcard-validator-fix Chris O'Hara 2017-06-29 14:36:44 +12:00
  • 0d9ed498b2 Merge pull request #677 from IVikulin/disallow-spaces-tld Chris O'Hara 2017-06-29 14:36:06 +12:00
  • 7db18dece8 update build files Michal Tikotzky 2017-06-28 16:38:44 -04:00
  • 1e68c0f8da updated validator.js and validator.min.js Ilya V 2017-06-28 13:04:22 -07:00
  • d1f5e64c22 removed extra simbols from a space regexp, now it works only for: Ilya V 2017-06-28 12:56:55 -07:00
  • 9c6428bd84 fix credit card regex to only replace dashes and spaces Michal Tikotzky 2017-06-26 19:49:30 -04:00
  • 7426defb2a failing test for credit card containing alpha characters Michal Tikotzky 2017-06-22 17:40:07 -04:00
  • 1cf2c26b20 Merge branch 'disallow-spaces-tld' of github.com:IVikulin/validator.js into disallow-spaces-tld Ilya V 2017-06-28 12:07:31 -07:00
  • 1af336783c updated validator.min.js Ilya V 2017-06-28 12:06:05 -07:00
  • ab931f75dd Merge branch 'master' of github.com:IVikulin/validator.js into disallow-spaces-tld Ilya V 2017-06-28 12:05:37 -07:00
  • 16d0b652e2 Merge branch 'master' into disallow-spaces-tld Ilya V 2017-06-28 12:00:55 -07:00
  • bf182353ca disallow spaces for tld Ilya Vikulin 2017-06-27 19:26:33 -07:00
  • c5037eff17 Update CHANGELOG.md Chris O'Hara 2017-06-28 13:33:32 +12:00
  • 64c6bc1c0c Merge pull request #676 from ProfNandaa/ft-more-african-locales Chris O'Hara 2017-06-28 13:32:59 +12:00
  • 91c880e4c6 [feat: isMobilePhone] add locale for Rwanda (en-RW) Anthony Nandaa 2017-06-27 23:33:19 +03:00
  • 5f724360be [feat: isMobilePhone] add locale for Tanzania Anthony Nandaa 2017-06-27 23:06:17 +03:00
  • cc7f552ca0 [feat: isMobilePhone] add locale for Uganda (en-UG) Anthony Nandaa 2017-06-27 22:40:38 +03:00
  • 0de4547fcf Merge pull request #674 from ProfNandaa/master Chris O'Hara 2017-06-27 06:31:02 +10:00
  • aa4d4970d0 feat: refactor isMobilePhone tests Anthony Nandaa 2017-06-26 12:21:52 +03:00
  • c4afb22e54 Update CHANGELOG.md Chris O'Hara 2017-06-26 20:17:48 +12:00
  • 3820da2c1a Merge pull request #673 from ProfNandaa/master Chris O'Hara 2017-06-26 18:17:13 +10:00
  • 0d6071d5e5 [feat: isMobilePhone] add Kenya (en-KE) validation Anthony Nandaa 2017-06-25 23:56:19 +03:00
  • b643c23090 Update the changelog and client-side version Chris O'Hara 2017-06-22 18:47:36 +10:00
  • 9d85f72023 Merge pull request #663 from RichieRock/master Chris O'Hara 2017-06-22 18:46:09 +10:00
  • f9851d15c1 Added tests for locale 'any' for isMobilePhone function Riku Kallio 2017-06-22 11:40:26 +03:00
  • 8e8e7b231e Merged master and fixed conflict Riku Kallio 2017-06-22 08:04:00 +03:00
  • 40a1956035 Added readme note about 'any' locale for isMobilePhone Riku Kallio 2017-06-22 07:58:25 +03:00
  • 87b3805a87 7.1.0 7.1.0 Chris O'Hara 2017-06-22 13:15:15 +10:00
  • 38c45434de Remove coveralls Chris O'Hara 2017-06-22 13:12:34 +10:00
  • a23836fd6c Update codegen deps Chris O'Hara 2017-06-22 13:09:52 +10:00
  • 468a35f563 Update eslint and fix new violations Chris O'Hara 2017-06-22 13:00:20 +10:00
  • 8f2b0ac77b Reduce max address length in isEmail, closes #655 Chris O'Hara 2017-06-22 12:48:02 +10:00
  • 812bf04853 Additional stuff for #670 Chris O'Hara 2017-06-22 12:34:14 +10:00
  • 9a1e691f7f Merge pull request #670 from michaltk/fix-creditcard-validator Chris O'Hara 2017-06-22 12:32:17 +10:00
  • bddc5504c8 Merge branch 'master' into fix-creditcard-validator Chris O'Hara 2017-06-22 12:32:06 +10:00
  • fe79e6ab8a Update changelog and compiled code Chris O'Hara 2017-06-22 12:30:41 +10:00
  • 4d660fd5f2 Merge branch 'dastoori-master' Chris O'Hara 2017-06-22 12:29:23 +10:00
  • 832b57f2da Merge branch 'master' of https://github.com/dastoori/validator.js into dastoori-master Chris O'Hara 2017-06-22 12:28:56 +10:00
  • f0ef3be1d6 Merge pull request #668 from SangHakLee/ko-KR-isMobilePhone Chris O'Hara 2017-06-22 12:27:29 +10:00
  • aafd6fbe01 Merge branch 'master' into ko-KR-isMobilePhone Chris O'Hara 2017-06-22 12:27:10 +10:00
  • 34790fbe13 Merge pull request #667 from SimplrJS/master Chris O'Hara 2017-06-22 12:25:52 +10:00
  • c444ba31ee Update changelog, readme and compiled code Chris O'Hara 2017-06-22 12:24:19 +10:00
  • 53adb4d468 Add package-lock.json Chris O'Hara 2017-06-22 12:20:31 +10:00
  • e05149fb13 Merge pull request #660 from avimak/master Chris O'Hara 2017-06-22 12:18:38 +10:00
  • e3518cefe9 Merge pull request #649 from chyzwar/patch-3 Chris O'Hara 2017-06-22 12:17:48 +10:00
  • e7dea62ac3 Add fa-IR in isMobilePhone Rasool Dastoori 2017-06-22 04:14:43 +04:30
  • 718321f8ee update build files Michal Tikotzky 2017-06-20 16:32:55 -04:00
  • de1a966b59 fix credit card regex Michal Tikotzky 2017-06-20 16:32:35 -04:00
  • bc79e64aa0 failing test for invalid credit cards Michal Tikotzky 2017-06-20 16:30:49 -04:00
  • fc22473384 Add isMobilePhone locale README.md SangHakLee 2017-06-14 02:04:36 +09:00
  • 9ffc9eab80 Add ,(comma) SangHakLee 2017-06-14 01:39:36 +09:00
  • 219302cc31 Add korean 'isMobilePhone' validator SangHakLee 2017-06-14 01:30:24 +09:00
  • c59f98fdf3 Updated readme. Martynas Žilinskas 2017-06-06 18:58:44 +03:00
  • ad06fc293c Added Lithuanian mobile phone pattern. Martynas Žilinskas 2017-06-06 18:50:57 +03:00
  • 5773c0e409 Removed spaces in parenthesis to prevent test error Riku Kallio 2017-05-17 16:15:19 +03:00
  • df8e0701ff Added option to validate any phone locale Riku Kallio 2017-05-17 16:01:28 +03:00
  • 851517acfc Added validation for ISRC strings Abraham Makovetsky 2017-05-09 19:13:40 +03:00
  • 520bf19817 Update assertString.js Marcin K 2017-04-06 22:40:05 +01:00
  • 228740c650 Update assertString.js Marcin K 2017-04-06 22:34:12 +01:00
  • fb2ae42df7 Merge pull request #640 from yagyudar/master Chris O'Hara 2017-04-05 20:49:20 +10:00
  • 9c56b2cc4c Additional stuff for #647 Chris O'Hara 2017-04-01 13:24:56 +10:00
  • 8b83731f99 Merge pull request #647 from bigwisu/master Chris O'Hara 2017-04-01 13:23:18 +10:00
  • c21780200c update src/lib and fix mobile phone id-ID test scripts Wisu Suntoyo 2017-04-01 10:13:23 +07:00
  • 4d9308c531 add Indonesia phone validator Wisu Suntoyo 2017-04-01 10:00:56 +07:00