All Versions
38
Latest Version
Avg Release Cycle
111 days
Latest Release
757 days ago

Changelog History
Page 1

  • v5.1.0 Changes

    March 02, 2022

    ๐Ÿ”„ Changed

    • Changed horizontal rule style (#218, #219)

    ๐Ÿ›  Fixed

    • Fixed Element::getValue() not handling possible nulls
  • v5.0.2 Changes

    November 06, 2021

    ๐Ÿ›  Fixed

    • Fixed missplaced comment nodes appearing at the start of the HTML input (#212)
  • v5.0.1 Changes

    September 17, 2021

    ๐Ÿ›  Fixed

    • Fixed lists not using the correct amount of indentation (#211)
  • v5.0.0 Changes

    March 28, 2021

    โž• 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)
  • v4.10.0 Changes

    June 30, 2020

    โž• Added

    • โž• Added the ability to disable autolinking with a configuration option (#187, #188)
  • v4.9.1 Changes

    December 27, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed issue with HTML entity escaping in text (#184)
  • v4.9.0 Changes

    November 02, 2019

    โž• Added

    • โž• Added new option to preserve comments (#177, #179)
  • v4.8.3 Changes

    October 31, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed whitespace preservation around <code> tags (#174, #178)
  • v4.8.2 Changes

    August 02, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed headers not being placed onto a new line in some cases (#172)
    • ๐Ÿ›  Fixed handling of links containing spaces (#175)

    โœ‚ Removed

    • โœ‚ Removed support for HHVM
  • v4.8.1 Changes

    December 24, 2018

    โž• Added

    • โž• Added support for PHP 7.3 ๐ŸŽ‰

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed paragraphs following tables (#165, #166)
    • ๐Ÿ›  Fixed incorrect list item escaping (#168, #169)