Releases: SynergiTech/chrome-pdf-php
v3.1.0
Browserless have completely removed safeMode in v2 so we can't specify the option in the request at all.
If you happen to rely on safeMode being true and can't update your usage of Browserless to v2 then you'll have to stick on v3.0.1 of this library until you are able to switch to Browserless v2.
Also updated the endpoints enum with a few more I found.
What's Changed
New Contributors
Full Changelog: v3.0.1...v3.1.0
v3.0.1
Support PHP 8.4 and a minor fix pointed out by the latest phpstan.
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Drop support for PHP < 8.1 and start adding methods for the rest of Browserless, beginning with the screenshot API.
What's Changed
- feat: Add screenshot support by @ebebbington in #18
New Contributors
- @ebebbington made their first contribution in #18
Full Changelog: v2.2.1...v3.0.0
v2.2.1
Support symfony 7
Full Changelog: v2.2.0...v2.2.1
v2.2.0
Drop support for symfony/process 3.4 and test PHP 8.2
What's Changed
- Add PHP 8.2 by @willpower232 in #17
Full Changelog: v2.1.1...v2.2.0
v2.1.1
Support for PHP 8.1 and Laravel 9
v2.1.0
What's Changed
- refactor guzzle error handling to satisfy phpstan with guzzle 7 by @willpower232 in #13
- updates for phpunit 9 by @willpower232 in #14
- Update guzzlehttp/guzzle requirement from ^6.3 to ^6.3 || ^7.0 by @dependabot-preview in #12
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Include Laravel 8 support and remove support for PHP <= 7.2
v1.0.0
Avoid using stdin
Now writing to files to avoid using stdin which can cause problems with the process library, see #4