All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.0 - 2019-02-15
- Zero-width non-joiners are now stripped to prevent output issues, similar to non-breaking whitespace
- Fix namespace in composer #67
1.0.0 - 2019-02-14
- Added
drop_links
option to render links without the target href #65
- 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