Skip to content

Releases: jonnnnyw/php-phantomjs

Version 4.6.1

03 Apr 17:48
Compare
Choose a tag to compare
  • Fixed issue with service container load method. (#241)
  • Updated tests.

Version 4.6.0

22 Apr 21:42
Compare
Choose a tag to compare

• 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

28 Jun 16:07
Compare
Choose a tag to compare
  • Removed resource debug logging as it was causing scripts to hang when loading a large number of resources - #107

Version 4.5.0

16 Jun 20:44
Compare
Choose a tag to compare
  • Tmp file names are now seeded by mt_rand instead of uniqid 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

02 May 09:34
Compare
Choose a tag to compare

• Can now set styles on the body tag of the requested page including forcing background color - #92

Version 4.3.2

20 Apr 16:58
Compare
Choose a tag to compare

• Locking PhantomJS installer to version 2.1.1 as it was causing issues (#97)

Version 4.3.1

22 Mar 09:07
Compare
Choose a tag to compare

• Twig_Loader_String is now deprecated - #84

Version 4.3.0

03 Feb 23:50
Compare
Choose a tag to compare
  • Upgrading Symfony dependencies to support Symfony 3.*

Version 4.2.1

02 Feb 09:04
Compare
Choose a tag to compare
  • Redirect URL in response was always blank due to property having the wrong case

Version 4.2.0

01 Feb 20:31
Compare
Choose a tag to compare
  • PhantomJS has been upgraded to version 2.1.1