Skip to content

Releases: mtibben/html2text

4.3.2

20 Aug 03:00
3b443cb
Compare
Choose a tag to compare

Fixed

  • Fixed composer.json autloading tests in non-dev (#101)
  • Add missing encoding (#109)
  • Preserve single quotes (#111)
  • Update constructor usage to not return (#127)
  • Removed deprecated PHPUnit config flag syntaxCheck (#125)
  • Fix use of nullsafe operator on legacy PHP versions (#124)

Added

  • Support for PHP 8.0 (#107)
  • Support for PHP 8.1 (#113))
  • Support for PHP 8.2 (#119)

Changes

  • Migrated CI tests from Travis to GHA (#123)
  • Test on PHP 8.1-8.4 (nightly) (#125)

4.3.1

16 Apr 23:46
Compare
Choose a tag to compare

Fixed

  • UTF8 is the only valid input and output encoding for text 61ad68e

4.3.0

16 Apr 23:07
Compare
Choose a tag to compare

Added

  • Handle <del> with s̶t̶r̶i̶k̶e̶t̶h̶r̶o̶u̶g̶h̶ #89
  • Handle <ins> with _underscores_ #89

Fixed

  • Fix use of phpdoc @type causing Doctrine Annotation exceptions #96
  • Fix mailto in html entites #66

4.2.2

16 Apr 22:35
Compare
Choose a tag to compare

Fixed

  • Rename file to comply with psr-4 autoloading standard #99

4.2.1

13 Aug 12:06
Compare
Choose a tag to compare

Fixed

  • invalid license in composer.json

4.2.0

10 Aug 01:31
d8ac292
Compare
Choose a tag to compare

Added

  • support for apostrophe #85

Fixed

  • TravisCI testing

4.1.0

15 May 02:13
Compare
Choose a tag to compare

Added

  • the getHtml getter #70
  • travis config to test PHP 7.1 #78

Changed

  • Shorten output when the target and the display of a link are the same #77

4.0.1

18 Mar 01:11
Compare
Choose a tag to compare
  • Fix multibyte text problem in blockquotes #56
  • More restrictive regex for tags #61
  • Fix whitespace problem with pre tags containing brs #62

4.0.0

22 Feb 02:50
Compare
Choose a tag to compare
  • [BC-break] Always use multibyte string functions #53

3.1.0

22 Feb 02:49
Compare
Choose a tag to compare
  • Adds php7 to CI #44
  • Fix for blockquote parsing #37 #45
  • Treat all paragraph content equally #7 0d40933
  • Decouple test bootstrap from composer #48
  • Support for showing links as BBCode #47
  • HHVM compatibility for preg_split #49