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 IPv4 variant to Host and remove custom Ipv6 address type #135

Merged
merged 1 commit into from Nov 15, 2015
Merged

Add IPv4 variant to Host and remove custom Ipv6 address type #135

merged 1 commit into from Nov 15, 2015

Commits on Nov 15, 2015

  1. Add IPv4 variant to Host and remove custom Ipv6 address type

    The Whatwg URL Standard was changed to describe Ipv4 address
    parsing. Before this change there was no difference made
    between domains and Ipv4 addresses. This change also removes
    the custom Ipv6 type and uses the types provided by std for
    ip addresses.
    
    This is a breaking change. Version bumped to 0.3.0
    pyfisch committed Nov 15, 2015
    Copy the full SHA
    ecc7bb7 View commit details
    Browse the repository at this point in the history