Update dependency soundasleep/html2text to v2 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
soundasleep/html2text | require | major |
^0.5.0 -> ^2.0.0
|
Release Notes
soundasleep/html2text
v2.1.0
: PHP 8.2
This release adds support for PHP 8.2
v2.0.0
: PHP 8 / 8.1
This release makes the package compatible with PHP 8.0 and 8.1.
This change constitutes a major release because in order to do this, we changed the signature of a public method (removed some default values), which breaks backward compatibility.
v1.1.0
Added
- Zero-width non-joiners are now stripped to prevent output issues, similar to non-breaking whitespace
Fixed
- Fix namespace in composer #67
v1.0.0
Added
- Added
drop_links
option to render links without the target href #65
Changed
-
Important: Changed namespace from
\Html2Text\Html2Text
to\Soundasleep\Html2text
#45 - Treat non-breaking spaces consistently: never include them in output text #64
- Second argument to
convert()
is now an array, rather than boolean #65 - Optimise/improve newline & whitespace handling #47
- Upgrade PHP support to PHP 7.3+
- Upgrade PHPUnit to 7.x
- Re-release project under MIT license #58
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.