Skip to content

Releases: mtibben/html2text

3.0.0

11 Oct 23:41
Compare
Choose a tag to compare
  • Improved test coverage
  • Supply the image alt text when converting images #41
  • [BC break] Stop stripping slashes on input text #42

Thanks to @andrewnicols for these contributions

2.0.1

28 Jan 23:13
Compare
Choose a tag to compare
  • Fixed changing hyperlinks to uppercase when <a> is wrapped in <b>

2.0.0

18 Oct 05:47
Compare
Choose a tag to compare
  • improved test coverage
  • use PSR-4 autoloading
  • PSR-2 fixes
  • use UTF8 everywhere
  • [BC break] - drop support for reading files
  • [BC break] - don't automatically set a base url
  • deprecated print methods
  • deprecated methods with underscores in favour of PSR-2 method names

1.0.1

05 Jun 23:52
Compare
Choose a tag to compare
Merge pull request #12 from Synchro/master

Various cleanups