Skip to content

Commit

Permalink
Change host to use ip address types provided by std.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pyfisch committed Nov 20, 2015
1 parent c156810 commit ce1efd3
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 ce1efd3

Please sign in to comment.