Skip to content

Commit

Permalink
Auto merge of #138 - pyfisch:ipaddrs, r=SimonSapin
Browse files Browse the repository at this point in the history
Change host to use ip address types provided by std.

Removes the custom IPv6Addr type and replaces it with the std one.
Parses IPv4Addrs to the std type using the parser described in the
url.spec.whatwg.org handling all edge cases. Add tests.

fixes #116

This is a breaking change. Version bumped to v0.5.0.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/138)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Nov 20, 2015
2 parents c156810 + ce1efd3 commit ff8e8c9
Show file tree
Hide file tree
Showing 6 changed files with 198 additions and 204 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "url"
version = "0.4.0"
version = "0.5.0"
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]

description = "URL library for Rust, based on the WHATWG URL Standard"
Expand Down
Loading

0 comments on commit ff8e8c9

Please sign in to comment.