- proper handling of non-ASCII characters in Python2 and Python3 - support IDNs - new `path_encoding` to override default UTF-8 when serializing non-ASCII characters before percent-encoding
html_body_declared_encoding also detects encoding when not sole attribute in ``<meta>``.
Package is now properly marked as ``zip_safe``.
1.13.0
-------------------
- remove_tags removes uppercase tags as well; - ignore meta-redirects inside script or noscript tags by default, but add an option to not ignore them; - replace_entities now handles entities without trailing semicolon; - fixed uncaught UnicodeDecodeError when decoding entities.
1.12.0
-------------------
- meta_refresh regex now handles leading newlines and whitespaces in the url; - include tests folder in source distribution.
1.11.0
-------------------
- url_query_cleaner now supports str or list parameters; - add support for resolving base URLs in <base> tags with attributes before href.
1.10.0
-------------------
- reverted all 1.9.0 changes.
1.9.0
------------------
- all url-related functions accept bytes and unicode and now return bytes.