Releases: beganovich/snappdf
Releases · beganovich/snappdf
v1.10.0
Changes:
- Added a new
clearChromiumArgument
method to remove a single Chromium argument from the array.
v2.0.0
Please read upgrade notes.
Thanks, @davejamesmiller!
v1.9.0
Changes:
- Bumped supported PHP versions. PHP 7.3 - 8.1
v1.8.0
v1.7.0
Changes:
- Setting specific Chromium launch options is now available. Thanks, @sniper7kills (#17).
v1.6.0
Changes:
- With v1.6.0 SSL errors while loading page will be ignored (previously causing blank PDF)
v1.5.0
Changes:
- Added LICENCE (MIT) file
- Support for BSD
- New "convert" command that enables CLI usage of snappdf
- Updated README will all required dependencies on Unix systems
- Skip downloads if existing binary is already there
- Removed "test" command
- Support for delayed printing
v1.4.0
Changelog:
- Added "test" command that will create an example PDF
v1.3.0
Changelog:
- Added
save()
method that will generate & save PDF to the given path - Updated docs
v1.2.0
Changelog:
- Add option to skip the download using
SNAPPDF_SKIP_DOWNLOAD