File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## dev (not yet released)
44
5+ * CPython 3.7 and 3.8 and PyPy3 added to test matrix
6+ * Hyperlink now has type hints and they are now exported per
7+ [ PEP 561] ( https://www.python.org/dev/peps/pep-0561/ ) .
8+ * Several bugs related to hidden state were fixed, making it so that all data
9+ on a ` URL ` object (including ` rooted ` and ` uses_netloc ` ) is reflected by and
10+ consistent with its textual representation.
11+ This does mean that sometimes these constructor arguments are ignored, if it
12+ would create invalid or unparseable URL text.
13+
514## 19.0.0
615
716* (April 7, 2019)*
@@ -13,7 +22,8 @@ A query parameter-centric release, with two enhancements:
1322 [ #39 ] ( https://github.com/python-hyper/hyperlink/pull/39 ) )
1423* ` URL.remove() ` now accepts * value* and * limit* parameters, allowing
1524 for removal of specific name-value pairs, as well as limiting the
16- number of removals. (see [ #71 ] ( https://github.com/python-hyper/hyperlink/pull/71 ) )
25+ number of removals.
26+ (See [ #71 ] ( https://github.com/python-hyper/hyperlink/pull/71 ) )
1727
1828## 18.0.0
1929
You can’t perform that action at this time.
0 commit comments