2.1.0
What's Changed
- update type annotation of auto_detect_fun param in html_to_unicode() by @BurnzZ in #190
- update html_to_unicode() so that the BOM is used first to check the e… by @BurnzZ in #191
- changing basic_auth_header flavor to b64encode instead of urlsafe_b64encode by @gsweiz in #192
- Add support for Python 3.11. by @wRAR in #195
- Use latest version of Ubuntu by @Laerte in #197
- 187 safe url string already encoded user pass by @felipeboffnunes in #196
- Strip spaces in canonicalize_url by @Gallaecio in #136
- unit test Issue 91 is fixed by @felipeboffnunes in #198
- Drop Python 3.6 support by @Laerte in #200
- [MRG+1] Added: Removing comments before extracting base URLs. Not a solution to #70, but does help in some cases. by @starrify in #77
- Handle
OverflowError
exception onconvert_entity
by @Laerte in #202 - safe_url_string: escape additional characters by @Gallaecio in #203
- I have added contributing.md file and code_of_conduct.md file along with some very minor changes in the Readme.rst file by @VanshajPoonia in #194
- Full typing by @wRAR in #206
- Add release notes for version 2.1.0 by @Gallaecio in #205
New Contributors
- @BurnzZ made their first contribution in #190
- @gsweiz made their first contribution in #192
- @felipeboffnunes made their first contribution in #196
- @starrify made their first contribution in #77
- @VanshajPoonia made their first contribution in #194
Full Changelog: v2.0.1...v2.1.0