All Versions
25
Latest Version
Avg Release Cycle
141 days
Latest Release
1788 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v2014.9.8 Changes
- ๐ Fix #28: missing
html2text
package in installation.
- ๐ Fix #28: missing
-
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 theconf
/constant
variables. - ๐ Feature #21: Remove meta vars from
html2text.py
file header. - ๐ Fix: Fix TypeError when parsing tags like . Fixed in #25.
- ๐ Fix
-
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 ofhtml2text
.
- ๐ Fix #8: Remove
-
v2014.4.5 Changes
- ๐ Fix #1: Add
ChangeLog.rst
file. - ๐ Fix #2: Add
AUTHORS.rst
file.
- ๐ Fix #1: Add
-
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 animg
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 usingpython -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.