- Fix #28: missing
html2text
package in installation.
- 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 <img src='foo' alt>. Fixed in #25.
- 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 #1: Add
ChangeLog.rst
file. - Fix #2: Add
AUTHORS.rst
file.