HTML to Markdown v4.0.0 Release Notes

  • ๐Ÿš€ This release changes the visibility of several methods/properties. #42 and #43 brought to light that some visiblities were ๐Ÿš€ not ideally set, so this releases fixes that. Moving forwards this should reduce the chance of introducing BC-breaking changes.

    โž• Added

    • Added new HtmlConverter::getEnvironment() method to expose the Environment (#42, #43)

    ๐Ÿ”„ Changed

    • Changed Environment::addConverter() from protected to public, enabling custom converters to be added (#42, #43)
    • Changed HtmlConverter::createDOMDocument() from protected to private
    • Changed Element::nextCached from protected to private
    • Made the Environment class final