* Huge performance improvements on large documents.
0.4.0
------------------
* Rename from ``clean-html`` to ``clear-html`` because of the PyPI name clash with ``CleanHTML``.
0.3.0
------------------
* Make the project open-source. * Fix and update type hints.
0.2.0
------------------
* These functions now accept optional callables: * ``cleaned_node_to_text`` has ``text_extractor`` to extract text. * ``integrate_embeddings`` has ``preprocessor`` to preprocess whitelisted nodes
0.1.1
------------------
* `cleaned_node_to_html` never return None anymore