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

A bundle of tweaks and fixes #30

Closed
wants to merge 9 commits into from
Closed

Commits on Sep 14, 2011

  1. Add isEmail() validation.

    Will work against Visa, MasterCard, American Express, 
    Discover, Diners Club, and JCB card numbering formats.
    JonDum committed Sep 14, 2011
    Configuration menu
    Copy the full SHA
    76f6008 View commit details
    Browse the repository at this point in the history
  2. Add isCreditCard() validation.

    Will work against Visa, MasterCard, American Express, 
    Discover, Diners Club, and JCB card numbering formats.
    JonDum committed Sep 14, 2011
    Configuration menu
    Copy the full SHA
    8c0ec5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efb9124 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2011

  1. Fixed global variable in isUUID.Pushed all regexs into the Validator …

    …prototype, making them compile when the module loads rather than each time a validation function is called.Trivial clean up on in and notIn
    severeon committed Sep 16, 2011
    Configuration menu
    Copy the full SHA
    e494a70 View commit details
    Browse the repository at this point in the history
  2. Added setMessage, to change messages between validation steps. Cleane…

    …d up the date validation methods.
    severeon committed Sep 16, 2011
    Configuration menu
    Copy the full SHA
    0ea94de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bc5c0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88a0c28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfc9937 View commit details
    Browse the repository at this point in the history
  6. Fixing a bad merge

    severeon committed Sep 16, 2011
    Configuration menu
    Copy the full SHA
    ca74e3e View commit details
    Browse the repository at this point in the history