html2text v1.1.0 Release Notes
Release Date: 2019-02-15 // about 6 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
- โ Added