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

Add ISO_3166-1_alpha-3 validator #809

Merged
merged 10 commits into from
May 4, 2018
Merged

Add ISO_3166-1_alpha-3 validator #809

merged 10 commits into from
May 4, 2018

Commits on Mar 31, 2018

  1. Add ISO_3166-1_alpha-3 validator

    According to wikipedia : ISO_3166-1_alpha-3 allows a better visual association between the code and the country names than the two-letter alpha-2 codes
    (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)
    neilime authored Mar 31, 2018
    Configuration menu
    Copy the full SHA
    c279a24 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Create isISO31661Alpha3.js

    neilime authored May 3, 2018
    Configuration menu
    Copy the full SHA
    ee67c4e View commit details
    Browse the repository at this point in the history
  2. Delete isISO31661Alpha3

    neilime authored May 3, 2018
    Configuration menu
    Copy the full SHA
    bf1a76b View commit details
    Browse the repository at this point in the history
  3. Update README.md

    neilime authored May 3, 2018
    Configuration menu
    Copy the full SHA
    415ce36 View commit details
    Browse the repository at this point in the history
  4. Update validators.js

    neilime authored May 3, 2018
    Configuration menu
    Copy the full SHA
    1268b54 View commit details
    Browse the repository at this point in the history
  5. Fix indentation

    neilime authored May 3, 2018
    Configuration menu
    Copy the full SHA
    3508d33 View commit details
    Browse the repository at this point in the history
  6. Fix code standards

    neilime authored May 3, 2018
    Configuration menu
    Copy the full SHA
    8fa5711 View commit details
    Browse the repository at this point in the history
  7. Fix code lint

    neilime authored May 3, 2018
    Configuration menu
    Copy the full SHA
    c484470 View commit details
    Browse the repository at this point in the history
  8. Fix code lint

    neilime authored May 3, 2018
    Configuration menu
    Copy the full SHA
    d2eb256 View commit details
    Browse the repository at this point in the history
  9. Update index.js

    neilime authored May 3, 2018
    Configuration menu
    Copy the full SHA
    3ecd6d7 View commit details
    Browse the repository at this point in the history