Skip to content

Releases: mtibben/html2text

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

3.0.0

11 Oct 23:41
Compare
Choose a tag to compare
  • Improved test coverage
  • Supply the image alt text when converting images #41
  • [BC break] Stop stripping slashes on input text #42

Thanks to @andrewnicols for these contributions