All Versions
25
Latest Version
Avg Release Cycle
141 days
Latest Release
1561 days ago

Changelog History
Page 3

  • v2014.9.8 Changes


    • ๐Ÿ›  Fix #28: missing html2text package in installation.
  • v2014.9.7 Changes


    • ๐Ÿ›  Fix unicode/type error in memory leak unit-test.
    • ๐Ÿ”‹ Feature #16: Remove install_deps.py.
    • ๐Ÿ”‹ Feature #17: Add status badges via pypin.
    • ๐Ÿ”‹ Feature #18: Add Python 3.4 to travis config file.
    • ๐Ÿ”‹ Feature #19: Bring html2text to a separate module and take out the conf/constant variables.
    • ๐Ÿ”‹ Feature #21: Remove meta vars from html2text.py file header.
    • ๐Ÿ›  Fix: Fix TypeError when parsing tags like . Fixed in #25.
  • v2014.7.3 Changes


    • ๐Ÿ›  Fix #8: Remove How to do a release section from README.md.
    • ๐Ÿ›  Fix #11: Include test directory markdown, html files.
    • ๐Ÿ›  Fix #13: memory leak in using handle while keeping the old instance of html2text.
  • v2014.4.5 Changes


    • ๐Ÿ›  Fix #1: Add ChangeLog.rst file.
    • ๐Ÿ›  Fix #2: Add AUTHORS.rst file.
  • v0000.0.0 Changes


    • โž• Add support for wrapping list items.
    • ๐Ÿ›  Fix #201: handle ‎/‏ marks mid-text within stressed tags or right after stressed tags.
    • Feature #213: images_as_html config option to always generate an img html tag. preserves "height", "width" and "alt" if possible.
    • โœ‚ Remove support for end-of-life Pythons. Now requires Python 2.7 or 3.4+.
    • โœ‚ Remove support for retrieving HTML over the network.
    • Add __main__.py module to allow running the CLI using python -m html2text ....
    • ๐Ÿ›  Fix #238: correct spacing when a HTML entity follows a non-stressed tags which follow a stressed tag.
    • โœ‚ Remove unused or deprecated:
      • html2text.compat.escape()
      • html2text.config.RE_UNESCAPE
      • html2text.HTML2Text.replaceEntities()
      • html2text.HTML2Text.unescape()
      • html2text.unescape()
    • ๐Ÿ›  Fix #208: handle LEFT-TO-RIGHT MARK after a stressed tag.