Commit Graph

  • 127b3c7c5f Test some additional URLs Chris O'Hara 2015-03-15 12:06:17 +08:00
  • 76f80756b5 3.34.0 3.34.0 Chris O'Hara 2015-03-15 11:49:12 +08:00
  • da45ed64ce Lint Chris O'Hara 2015-03-15 11:25:59 +08:00
  • a6bcbd5241 Fix make check Chris O'Hara 2015-03-15 11:24:49 +08:00
  • 56da8386b5 Merge pull request #375 from addaleax/ipv6-blockwise-validation Chris O'Hara 2015-03-15 11:20:46 +08:00
  • c636120e94 Blockwise validation of IPv6 addresses Hauke Henningsen 2015-03-15 03:22:22 +01:00
  • 1074c977eb Merge pull request #374 from EgoAleSum/patch-escape-backtick Chris O'Hara 2015-03-14 10:20:09 +08:00
  • 570889bf1b Escaping backticks in validator.escape() EgoAleSum 2015-03-13 14:43:41 -04:00
  • 9302e5c400 Merge pull request #370 from addaleax/check-isins Chris O'Hara 2015-03-12 10:51:29 +08:00
  • 62ac1f12b3 Add link to wikipedia explaining ISINs Hauke Henningsen 2015-03-12 03:30:24 +01:00
  • 3e086ee807 Merge pull request #371 from addaleax/master Chris O'Hara 2015-03-12 10:26:55 +08:00
  • c7998280ad Merge branch 'master' into check-isins Hauke Henningsen 2015-03-12 02:59:39 +01:00
  • 6917cd853e Make sure that _mocha is executed via node Hauke Henningsen 2015-03-12 02:54:47 +01:00
  • b491d544ca Add isISIN note to README Hauke Henningsen 2015-03-12 02:43:37 +01:00
  • a26584ba8a Add validator check for ISINs Hauke Henningsen 2015-03-12 02:41:45 +01:00
  • 952f2e9bc3 Merge branch 'chriso/travis-update' Chris O'Hara 2015-03-06 10:33:23 +08:00
  • 2229502db1 Use travis containers Chris O'Hara 2015-03-06 10:31:26 +08:00
  • 656bfdf1de 3.33.0 3.33.0 Chris O'Hara 2015-03-03 10:13:11 +08:00
  • 3598fe8784 Fix lint warnings Chris O'Hara 2015-03-03 10:12:49 +08:00
  • c3fe6f3ba1 Merge pull request #368 from regularmike/master Chris O'Hara 2015-03-03 10:07:51 +08:00
  • 8364c1291a add currency validator msullivan 2015-02-24 17:45:03 +00:00
  • bab1c14fbc Merge pull request #366 from unruly/master Chris O'Hara 2015-02-23 21:40:48 +08:00
  • cda60ea393 - Switched to use substr instead of regex to look for protocol relative URLs - Added test for 'http:////foobar.com' style URLs - Switched comma style in tests to be match with project style Aaron & Vikki 2015-02-23 12:29:24 +00:00
  • 6b53465e76 Adding protocol relative URLs option to isURL Aaron & Vikki 2015-02-23 11:40:31 +00:00
  • f4a6ad7ed2 3.32.0 3.32.0 Chris O'Hara 2015-02-23 18:14:15 +08:00
  • b9255634ce Merge pull request #365 from adon-at-work/added-locale-en-HK-for-isMobilePhone() Chris O'Hara 2015-02-23 18:10:18 +08:00
  • cea1fd265c added corresponding test cases adon 2015-02-23 18:02:25 +08:00
  • cc787ca61a fixed regexp en-AU adon 2015-02-23 17:57:35 +08:00
  • 54d835b8c9 added locale en-HK (Hong Kong) adon 2015-02-23 17:57:19 +08:00
  • 7f6d731186 A locale is required Chris O'Hara 2015-02-21 08:40:38 +08:00
  • b42af6c45c 3.31.0 3.31.0 Chris O'Hara 2015-02-21 08:39:39 +08:00
  • 9460db773f Update phone locales in README Chris O'Hara 2015-02-21 08:38:29 +08:00
  • 505ba9f071 Merge branch 'gkaimakas-master' Chris O'Hara 2015-02-21 08:37:21 +08:00
  • 610883be85 Fix up tests, formatting and min version Chris O'Hara 2015-02-21 08:37:06 +08:00
  • e9f5a045c7 Greek phone validation for landline and mobile phones. gkaimakas 2015-02-19 21:47:25 +02:00
  • 86767b88ac 3.30.0 3.30.0 Chris O'Hara 2015-02-12 07:00:11 +07:00
  • a4ff13c22a Ensure the min version contains only ascii Chris O'Hara 2015-02-12 06:59:36 +07:00
  • affb9451b4 Simplify the phone validators Chris O'Hara 2015-02-12 06:52:49 +07:00
  • 1f23137286 Merge pull request #362 from ricardofbarros/master Chris O'Hara 2015-02-12 06:51:55 +07:00
  • 88bd65cb58 add new locale Ricardo Barros 2015-02-11 21:40:04 +00:00
  • 20f8388c71 Add pt-PT to isMobilePhone Ricardo Barros 2015-02-11 21:39:08 +00:00
  • 61edcb495d 3.29.0 3.29.0 Chris O'Hara 2015-02-10 09:25:34 +07:00
  • 5e5c9b9e00 Fix a lint warning and update the min version Chris O'Hara 2015-02-10 09:25:06 +07:00
  • 657d28b6db Merge pull request #358 from galniv/master Chris O'Hara 2015-02-10 08:46:56 +07:00
  • 09ec5946e3 Change allowDisplayName to allow_display_name. Update README Gal Niv 2015-02-09 11:04:28 -08:00
  • d20874aa3a Modify isEmail to accept an options object Gal Niv 2015-02-06 11:10:18 -05:00
  • ff3d434596 Reuse email regex instead of duplicating Gal Niv 2015-02-05 10:47:36 -05:00
  • bd35cbce0f Add support for email display names Gal Niv 2015-02-04 15:23:00 -05:00
  • 8eeddba505 Update the license Chris O'Hara 2015-01-24 21:41:26 +07:00
  • 2c4ca395f5 Handle gmail addresses with an extension only, closes #353 Chris O'Hara 2015-01-23 09:22:28 +07:00
  • 41dcf64587 3.28.0 3.28.0 Chris O'Hara 2015-01-22 21:44:37 +07:00
  • 242540bc1a Fix lint warnings Chris O'Hara 2015-01-22 21:44:22 +07:00
  • 52b55481e9 Updated the min version Chris O'Hara 2015-01-22 21:41:23 +07:00
  • 3c675ceeb4 Merge pull request #352 from halfdan/351-punycode-tld Chris O'Hara 2015-01-22 21:28:31 +07:00
  • 1325350640 Properly handle punycode TLDs Fabian Becker 2015-01-22 15:18:32 +01:00
  • 6201bbbbb0 Merge pull request #350 from nagromc/master Chris O'Hara 2015-01-22 18:12:56 +07:00
  • 60887bbc5d Fix identation Morgan Courbet 2015-01-22 10:48:23 +01:00
  • 56fac56829 Add fr-FR locale to isMobilePhone Morgan Courbet 2015-01-22 10:42:03 +01:00
  • 9da9634310 Merge pull request #347 from asaskevich/master Chris O'Hara 2015-01-11 21:12:09 +07:00
  • 0058db8a5d Update validators.js Alex Saskevich 2015-01-10 15:47:24 +03:00
  • c02188e4ba Update validator.js Alex Saskevich 2015-01-10 15:46:25 +03:00
  • 006b8e79c5 Update the README Chris O'Hara 2014-12-29 23:05:06 +07:00
  • d3468269cc 3.27.0 3.27.0 Chris O'Hara 2014-12-29 22:54:28 +07:00
  • f98ddec711 Fix indentation Chris O'Hara 2014-12-29 22:54:04 +07:00
  • adf4150373 Add en-AU locale to isMobilePhone Chris O'Hara 2014-12-29 22:13:48 +07:00
  • 5db5b6944c Merge pull request #342 from juriejan/southafrican-country-code Chris O'Hara 2014-12-29 17:30:08 +07:00
  • e98893ad18 Added South African English country code for mobile number validation Jurie-Jan Botha 2014-12-29 11:45:05 +02:00
  • 5cf1f08dd3 Update the year Chris O'Hara 2014-12-28 21:15:50 +07:00
  • f8122fe4b6 3.26.0 3.26.0 Chris O'Hara 2014-12-18 20:34:04 +09:00
  • b3fc77a591 Merge pull request #339 from OneNodeToRuleThemAll/master Chris O'Hara 2014-12-18 20:33:19 +09:00
  • 0f9593525f code refined calidion 2014-12-18 18:19:12 +08:00
  • fab6d8be25 make full coverage calidion 2014-12-18 17:01:47 +08:00
  • 601903b649 updated readme calidion 2014-12-18 16:49:46 +08:00
  • 6f8252cf5d updated readme calidion 2014-12-18 16:46:08 +08:00
  • 5e0e935007 enabled mobile phone (china) validation calidion 2014-12-18 16:29:05 +08:00
  • 3a02e790b9 added locale calidion 2014-12-18 16:23:55 +08:00
  • 24a08e6073 enabled phone number (china) verification calidion 2014-12-18 16:15:36 +08:00
  • 4e8f969a53 3.25.0 3.25.0 Chris O'Hara 2014-12-17 22:08:44 +09:00
  • ffb0da4b3b Update the min version Chris O'Hara 2014-12-17 22:08:14 +09:00
  • 10bf0d67bd Merge pull request #338 from 790/master Chris O'Hara 2014-12-17 22:07:53 +09:00
  • 764ea87dcb Update README for trailing dot option i 2014-12-17 10:32:43 +00:00
  • ff8d3fba5f Add allow_trailing_dot option i 2014-12-17 10:31:09 +00:00
  • b14628b4bd Fix FQDN/URL validator not being RFC compliant with trailing dots i 2014-12-16 12:09:01 +00:00
  • 64460636bd 3.24.0 3.24.0 Chris O'Hara 2014-12-12 13:57:03 +07:00
  • 49feca30bf Only check object keys, re #336 Chris O'Hara 2014-12-12 13:55:44 +07:00
  • 8d6b4ceed2 Merge pull request #336 from snowyu/feature/isIn-object Chris O'Hara 2014-12-12 13:51:54 +07:00
  • f93bb40a24 * [bug] validator isIn for non-string supports Riceball LEE 2014-12-12 14:38:24 +08:00
  • 5f23ff68f0 * increase the code coverage Riceball LEE 2014-12-12 09:01:23 +08:00
  • 514c1c8ed2 * [bug] the original value of the object should be passed too. Riceball LEE 2014-12-12 08:31:19 +08:00
  • d907461bbd + [feature] isIn can validate whether the str is the object's attributes. Riceball LEE 2014-12-12 06:44:04 +08:00
  • 52495a3295 3.23.0 3.23.0 Chris O'Hara 2014-12-11 22:38:35 +07:00
  • 9b2a2860b6 Update the min version Chris O'Hara 2014-12-11 22:38:14 +07:00
  • 0a14e05115 Merge pull request #335 from galanonym/master Chris O'Hara 2014-12-11 22:35:57 +07:00
  • 361f2835c9 Minor fix to indentation in escape method Matteus 2014-12-11 16:25:31 +01:00
  • 7515b476b8 Add / entity to the escape method without the owasp flag Matteus 2014-12-11 16:22:44 +01:00
  • acfec62095 Add option for stronger escaping of / character, according to OWASP Matteus 2014-12-11 14:06:52 +01:00
  • ae9ef3ccc2 3.22.2 3.22.2 Chris O'Hara 2014-12-05 15:58:54 +07:00
  • 2c711dfa8f Fix the domain part regex, closes #329 Chris O'Hara 2014-12-05 15:58:23 +07:00
  • 422d05423f 3.22.1 3.22.1 Chris O'Hara 2014-10-29 18:08:57 +07:00
  • ef3e98eb2e parseInt ignores trailing characters, closes #325 Chris O'Hara 2014-10-29 18:08:10 +07:00