Skip to content

Version 4.6.0

Compare
Choose a tag to compare
@jonnnnyw jonnnnyw released this 22 Apr 21:42
· 3 commits to master since this release

• 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)