Skip to content

Tags: informatJonas/browsershot

Tags

3.54.0

added method setContentUrl to set url when using html method

3.53.0

Fix styling

3.52.6

Remvoed console.log() used for testing

3.52.5

Update savePdf to comply with 50eae92

The call to `CouldNotTakeBrowsershot::chromeOutputEmpty()` now requires a second argument, since 50eae92

3.52.4

Add extra logging for failed browsershot attempts

3.52.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding compatibility to Symfony 6 (spatie#589)

As mentioned in spatie#588 it seems to work well also with `symfony/process` in version `6.0` and analogue to the proposed change in `spatie/image`.

3.52.2

Add debug output to vague exception

3.52.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add path to new homebrew directory (spatie#581)

3.52.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prevent unsuccessful response (spatie#576)

* ✨ Add ability to throw an error when response is unsuccessful.

* ✏️ Use expectExceptionMessage instead of expectDeprecationMessage.

* 📝 Update documentation.

3.51.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix incorrect method reference in README (spatie#570)