- Raise minimum PHP version to 7.2.5.
- Add support for fossar/transcoder 2.0.
- Improve detection of charset from HTML.
- Added support for guzzlehttp/psr7 2.0
- Add support for Guzzle 7
- Switch to our fork of Transcoder
- Split the extraction out of GuzzleTranscoder class
- Handle application/rss+xml and other such XML types
- Simplify middleware usage
- Create transcoder only when used
- Follow semantic versioning
- Port to Guzzle 6
- Initial release based on Pascal Landau’s code