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

Make default validators compatible with new gTLDs by no longer validating TLDs against a whitelist #6

Merged
merged 17 commits into from
Jul 21, 2014

Commits on Jul 21, 2014

  1. Change validation.js to not be generated from a template

    Maarten Winter committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    34f9066 View commit details
    Browse the repository at this point in the history
  2. Update vows to 0.7.0 for node 0.10 compatibility

    Maarten Winter committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    0264441 View commit details
    Browse the repository at this point in the history
  3. Fix inconsistencies in test suite

    Maarten Winter committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    b517432 View commit details
    Browse the repository at this point in the history
  4. Remove duplicate test

    Maarten Winter committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    8010551 View commit details
    Browse the repository at this point in the history
  5. Add and update assertions to reflect desired new behaviour

    Maarten Winter committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    3cb93f5 View commit details
    Browse the repository at this point in the history
  6. Make the relaxed domain part format the default for the various domai…

    …n/email regexes
    Maarten Winter committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    898fd12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9bc11e9 View commit details
    Browse the repository at this point in the history
  8. Add emailIdn validator which doesn't use the relaxed localpart but do…

    …es use domainIdn
    Maarten Winter committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    8a1ae06 View commit details
    Browse the repository at this point in the history
  9. Assert that SLDs (co.uk etc) are accepted by httpUrl now it changed b…

    …ehaviour
    Maarten Winter committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    174502b View commit details
    Browse the repository at this point in the history
  10. Shift readme from setext to atx headers

    Maarten Winter committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    d5a9cf7 View commit details
    Browse the repository at this point in the history
  11. Add minimal examples

    Maarten Winter committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    79b74a5 View commit details
    Browse the repository at this point in the history
  12. Get rid of reference to removed feature from readme

    Maarten Winter committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    7bb56e9 View commit details
    Browse the repository at this point in the history
  13. Add tests for asserting 77a2b4a (v0.6.0) doesn't regress

    Maarten Winter committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    c4c5a2c View commit details
    Browse the repository at this point in the history
  14. Remove .domainRelaxed and .domainRelaxedIdn, as they are now the same…

    … as .domain and .domainIdn respectively
    Maarten Winter committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    8e93dc9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3d9e0c0 View commit details
    Browse the repository at this point in the history
  16. Tests: Get rid of the non-relaxed version of e-mail localpart validat…

    …ion, make relaxed default
    Maarten Winter committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    0d3f864 View commit details
    Browse the repository at this point in the history
  17. Change localpart fragment to do what localpartRelaxed did, get rid of…

    … e-mail validators using localpartRelaxed
    Maarten Winter committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    7413b72 View commit details
    Browse the repository at this point in the history