Skip to content

5.0.0

Compare
Choose a tag to compare
@colinodell colinodell released this 29 Mar 01:30
· 32 commits to master since this release
c4dbebb

Added

  • Added support for tables (#203)
    • This feature is disable by default - see README for how to enable it
  • Added new strip_placeholder_links option to strip <a> tags without href attributes (#196)
  • Added new methods to ElementInterface:
    • hasParent()
    • getNextSibling()
    • getPreviousSibling()
    • getListItemLevel()
  • Added several parameter and return types across all classes
  • Added new PreConverterInterface to allow converters to perform any necessary pre-parsing

Changed

  • Supported PHP versions increased to PHP 7.2 - 8.0
  • HtmlConverter::convert() may now throw a \RuntimeException when unexpected DOMDocument-related errors occur

Fixed

  • Fixed complex nested lists containing heading and paragraphs (#198)
  • Fixed consecutive emphasis producing incorrect markdown (#202)