- Moved parsers to export module - Renamed DocxParser to PyDocXExporter - Renamed Docx2Html to PyDocXHTMLExporter - Eliminated all improper usages of the find_first utility function - Added support for NumberingDefinitionsPart to the WordprocessingDocumentFactory
0.5.1
- Fixed issue 116 - Don't assume the first sz of an rPr actually is a direct child of that rPr.
0.5.0
- Moved CLI to __main__ - Moved tests to root-level module
0.4.4
- Specify charset in rendered HTML - Added support for using defusedxml to mitigate XML vulnerabilities.
0.4.3
- Allow a file-like object to be passed into the DocXParser constructor. - Added basic support for footnotes.