html2text v2020.1.16 Release Notes
Release Date: 2020-01-16 // over 6 years ago-
- ➕ Add type annotations.
- ➕ Add support for Python 3.8.
- 🐎 Performance improvements when
wrap_linksisFalse(the default). - 🔧 Configure setuptools using setup.cfg.
Previous changes from v2019.9.26
-
- 🛠 Fix long blockquotes wrapping.
- ✂ Remove the trailing whitespaces that were added after wrapping list items & blockquotes.
- ✂ Remove support for Python ≤ 3.4. Now requires Python 3.5+.
- 🛠 Fix memory leak when processing a document containing a
<abbr>tag. - 🛠 Fix
AttributeErrorwhen reading text from stdin. - 🛠 Fix
UnicodeEncodeErrorwhen writing output to stdout.