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

Changelog History
Page 2

  • v2015.6.21 Changes

    June 21, 2015

    2015.6.21


    • ๐Ÿ›  Fix #31: HTML entities stay inside link.
    • ๐Ÿ›  Fix #71: Coverage detects command line tests.
    • ๐Ÿ›  Fix #39: Documentation update.
    • ๐Ÿ›  Fix #61: Functionality added for optional use of automatic links.
    • ๐Ÿ”‹ Feature #80: title attribute is preserved in both inline and reference links.
    • ๐Ÿ”‹ Feature #82: More command line options. See docs.

    Pypi: https://pypi.python.org/pypi/html2text/2015.6.21

  • v2015.6.12 Changes

    June 12, 2015

    2015.6.12


    • ๐Ÿ”‹ Feature #76: Making pre blocks clearer for further automatic formatting.
    • ๐Ÿ›  Fix #71: Coverage detects tests carried out in subprocesses

    PyPi: https://pypi.python.org/pypi/html2text/2015.6.12

  • v2015.6.6 Changes

    June 05, 2015

    2015.6.6


    • ๐Ÿ›  Fix #24: 3.200.3 vs 2014.7.3 output quirks.
    • ๐Ÿ›  Fix #61. Malformed links in markdown output.
    • ๐Ÿ”‹ Feature #62: Automatic version number.
    • ๐Ÿ›  Fix #63: Nested code, anchor bug.
    • ๐Ÿ›  Fix #64: Proper handling of anchors with content that starts with tags.
    • ๐Ÿ”‹ Feature #67: Documentation all over the module.
    • ๐Ÿ”‹ Feature #70: Adding tests for the module.
    • ๐Ÿ›  Fix #73: Typo in config documentation.
  • v2015.4.14 Changes


    • ๐Ÿ”‹ Feature #59: Write image tags with height and width attrs as raw html to retain dimensions
  • v2015.4.13 Changes


    • ๐Ÿ”‹ Feature #56: Treat '-' file parameter as stdin.
    • ๐Ÿ”‹ Feature #57: Retain escaping of html except within code or pre tags.
  • v2015.2.18 Changes


    • ๐Ÿ›  Fix #38: Anchor tags with empty text or with <img> tags inside are no longer stripped.
  • v2014.12.29 Changes


    • ๐Ÿ”‹ Feature #51: Add single line break option. This feature is useful for ensuring that lots of extra line breaks do not end up in the resulting Markdown file in situations like Evernote .enex exports. Note that this only works properly if body-width is set to 0.
  • v2014.12.24 Changes


    • Feature #49: Added an images_to_alt option to discard images and keep only their alt.
    • ๐Ÿ”‹ Feature #50: Protect links, surrounding them with angle brackets to avoid breaking...
    • ๐Ÿ”‹ Feature: Add setup.cfg file.
  • v2014.12.5 Changes


    • ๐Ÿ”‹ Feature: Update README.md with usage examples.
    • ๐Ÿ›  Fix #35: Remove py_modules from setup.py.
    • ๐Ÿ›  Fix #36: Excludes tests from being installed as a separate module.
    • ๐Ÿ›  Fix #37: Don't hardcode the path to the installed binary.
    • ๐Ÿ›  Fix: Readme typo in running cli.
    • ๐Ÿ”‹ Feature #40: Extract cli part to cli module.
    • ๐Ÿ”‹ Feature #42: Bring python version compatibility to compat.py module.
    • ๐Ÿ”‹ Feature #41: Extract utility/helper methods to utils module.
    • ๐Ÿ›  Fix #45: Does not accept standard input when running under Python 3.
    • ๐Ÿ”‹ Feature: Clean up ChangeLog.rst for version and date numbers.
  • v2014.9.25 Changes