Releases: Alir3z4/html2text
Releases · Alir3z4/html2text
Release Version 2015.6.21
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.
Release Version 2015.6.12
Release Version 2015.6.6
2015.6.6
- Fix #24:
3.200.3
vs2014.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.
Release Version 2015.4.14
2015.4.14
- Feature #59: Write image tags with height and width attrs as raw html to retain dimensions.
Release Version 2015.4.13
Release Version 2015.2.18
Release Version 2014.12.29
2014.12.29
- 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 ifbody-width
is set
to0
.
Release Version 2014.12.24
Release Version 2014.12.5
2014.12.5
- Feature: Update
README.md
with usage examples. - Fix #35: Remove
py_modules
fromsetup.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.
Release Version 2014.9.25
2014.9.25 - 2014-09-25
- Feature #29, #27: Add simple table support with bypass option.
- Fix #20: Replace project website with: http://alir3z4.github.io/html2text/ .