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

Remove url-parse and punycode #429

Merged
merged 9 commits into from
Jul 18, 2024
Merged

Remove url-parse and punycode #429

merged 9 commits into from
Jul 18, 2024

Commits on Jul 5, 2024

  1. remove url-parse

    It was added to support react native, but we don't want to fully support react native,
    
    so we're not going to half-support it, either
    wjhsf committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    57ce40b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b88a8f View commit details
    Browse the repository at this point in the history
  3. use done() in callback tests

    wjhsf committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    332f614 View commit details
    Browse the repository at this point in the history
  4. remove @types/url-parse

    wjhsf committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5c24e9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef4fe25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5eb718c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    574bc6c View commit details
    Browse the repository at this point in the history
  8. remove punycode

    instead canonicalize using new URL()
    wjhsf committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    124f505 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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