html2text v2020.1.16 Release Notes

Release Date: 2020-01-16 // about 4 years ago

    • โž• Add type annotations.
    • โž• Add support for Python 3.8.
    • ๐ŸŽ Performance improvements when wrap_links is False (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 AttributeError when reading text from stdin.
    • ๐Ÿ›  Fix UnicodeEncodeError when writing output to stdout.