html2text v1.1.0 Release Notes

Release Date: 2019-02-15 // about 5 years ago
  • ➕ Added

    • Zero-width non-joiners are now stripped to prevent output issues, similar to non-breaking whitespace

    🛠 Fixed

    • 🛠 Fix namespace in composer #67

Previous changes from 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