Releases: jonnnnyw/php-phantomjs
Version 4.6.1
Version 4.6.0
• The --disk-cache
option is now enabled by default to help improve performance on repeat requests.
• Disk cache can be disabled in PhantomJS engine.
• URL validation has been removed as there were too many edge cases causing it to throw false positives. (#119)
• Margin for PDF output now accepts an array allowing for different margin values to be defined for each edge of PDF page. (#113)
• Added cookie management. (#124)
• Upgraded PhantomJS installer to 2.1.1-p08 (#149)
• Added networkRequest to onResourceRequested
method in default procedure (#153)
• Added cookies getter to response (#172)
Version 4.5.1
- Removed resource debug logging as it was causing scripts to hang when loading a large number of resources - #107
Version 4.5.0
- Tmp file names are now seeded by
mt_rand
instead ofuniqid
to avoid conflicts when running in parallel processes - #101 - Can now add repeating header and footer to PDF output - #99
- Comment blocks in procedures and partials no longer break validation - #103
- Can now set client to lazy load requests which will wait until all resources are loaded before rendering the page. This includes images, AJAX requests etc. - #85
Version 4.4.0
• Can now set styles on the body tag of the requested page including forcing background color - #92
Version 4.3.2
• Locking PhantomJS installer to version 2.1.1 as it was causing issues (#97)
Version 4.3.1
• Twig_Loader_String is now deprecated - #84
Version 4.3.0
- Upgrading Symfony dependencies to support Symfony 3.*
Version 4.2.1
- Redirect URL in response was always blank due to property having the wrong case
Version 4.2.0
- PhantomJS has been upgraded to version 2.1.1