Skip to content

Tags: python-hyper/hyperlink

Tags

v21.0.0

update encoding of plus sign. many dependency bumps.

v20.0.1

quick release to fix packaging metadata

v20.0.0

type hints and URL internal state consistency

v19.0.0

do not escape equal signs in query parameter values, and allow query …

…parameter removal by value

v18.0.0

DecodedURL, parse, query-params-as-dict, proper modern idna, mixed pe…

…rcent decoding, and normalizing stray percents in percent-encoded fields

v17.3.1

add URL.normalize() method and allow URL.click() to accept URL objects

v17.3.0

remove 'family', fix percent decoding and to_iri() issues, limit URL.…

…from_text to only text types, and include LICENSE, etc. in tarball

v17.2.1

a small bugfix release. reverts exception message for parameters expe…

…cting strings on Python 3.

v17.2.0

fixed a great round of issues based on the amazing community review (@…

…wsanchez and @jvanasco) after our first announcement

v17.1.1

slight update to behavior with empty paths to be more in line with RF…

…C 3986 section 6.2.3, also bringing hyperlink back into compliance with legacy Twisted test suite. Most other commits since last release are related to the LICENSE, CI, and code coverage as a service