Skip to content

Update dependency soundasleep/html2text to v2 - autoclosed

Renovate Bot requested to merge renovate/soundasleep-html2text-2.x into master

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

Compare Source

This release adds support for PHP 8.2

v2.0.0: PHP 8 / 8.1

Compare Source

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

Compare Source

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

Compare Source

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

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading