Releases: mtibben/html2text
Releases · mtibben/html2text
4.3.2
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
Fixed
- UTF8 is the only valid input and output encoding for text 61ad68e
4.3.0
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
Fixed
- Rename file to comply with psr-4 autoloading standard #99
4.2.1
Fixed
- invalid license in composer.json
4.2.0
Added
- support for apostrophe #85
Fixed
4.1.0
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
- 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
- [BC-break] Always use multibyte string functions #53
3.1.0
- 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