Skip to content

Releases: thephpleague/html-to-markdown

3.0.0

14 Jul 12:45
Compare
Choose a tag to compare

Changed

  • Changed namespace to League\HTMLToMarkdown
  • Changed packagist name to league/html-to-markdown
  • Re-organized code into several separate classes
  • <a> tags with identical href and inner text are now rendered using angular bracket syntax (#31)
  • <div> elements are now treated as block-level elements (#33)

2.2.2

29 May 13:27
Compare
Choose a tag to compare

Added

  • Added support for PHP 5.6 and HHVM
  • Enabled testing against PHP 7 nightlies
  • Added this CHANGELOG.md

Fixed

  • Fixed whitespace preservation between inline elements (#9 and #10)