Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Support Unicode international characters #151

Merged
merged 15 commits into from
Feb 15, 2017
Merged

Support Unicode international characters #151

merged 15 commits into from
Feb 15, 2017

Commits on Feb 7, 2017

  1. Support Unicode international characters

      - Punycode domains
      - utilize .codePointAt instead of .charCodeAt
      - tighten restricted codes to control characters instead of non-latin ranges
    WesTyler committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    b4566ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c7901f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ab6884 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. Configuration menu
    Copy the full SHA
    3487199 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbd9f1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86c3194 View commit details
    Browse the repository at this point in the history
  4. Replace rewire with proxyquire

    WesTyler authored and robhorrigan committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    79e2261 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24f78ef View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2017

  1. Add normalization to email addresses

      - adds UTF-16 surrogate pair characters to tests.json
      - adds exported `.normalize` method and associated test
      - adds test in `tmp.js` for punycoded normalized characters
    WesTyler committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    996a71e View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. Configuration menu
    Copy the full SHA
    e836377 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10bb502 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2017

  1. Add unicode length tests

    skeggse authored Feb 11, 2017
    Configuration menu
    Copy the full SHA
    38039b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    599a245 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fdcf9e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2017

  1. Configuration menu
    Copy the full SHA
    1d20f07 View commit details
    Browse the repository at this point in the history