------------------ * Removed support for Python 3.8. * Added support for Python 3.13. * Added type hints and ``py.typed``. * CI improvements.
0.6.2
------------------ * Support deeper trees by using iteration instead of recursion.
0.6.1
------------------ * Fixed HTML comment and processing instruction handling. * Use ``lxml-html-clean`` instead of ``lxml[html_clean]`` in setup.py, to avoid https://github.com/jazzband/pip-tools/issues/2004
0.6.0
------------------
* Moved the Git repository to https://github.com/zytedata/html-text. * Added official support for Python 3.9-3.12. * Removed support for Python 2.7 and 3.5-3.7. * Switched the ``lxml`` dependency to ``lxml[html_clean]`` to support ``lxml >= 5.2.0``. * Switch from Travis CI to GitHub Actions. * CI improvements.
0.5.2
------------------
* Handle lxml Cleaner exceptions (a workaround for https://bugs.launchpad.net/lxml/+bug/1838497 ); * Python 3.8 support; * testing improvements.
0.5.1
------------------
Fixed whitespace handling when ``guess_punct_space`` is False: html-text was producing unnecessary spaces after newlines.