This repository has been archived by the owner on Dec 21, 2018. It is now read-only.
Releases: vitallium/phantomjs
Releases · vitallium/phantomjs
2.0.1 Preview
New features:
- Upgraded Qt to 5.4.1 (issue ariya#13215)
- Updated Webkit version
- Added support for Windows 10
- Added support for El Capitan
- Windows version compiled with zlib now
- Added support for SSL Client Authentication (issue ariya#11275)
Improvements:
- Allow outer context to access arbitrary URLs (you can now do AJAX requests from main execution context) (issue ariya#11217)
- Added response body to response object in
onResourceReceived
event (issue ariya#10158) - Fixed
--local-storage-path
andlocalStoragePath
config option (issue ariya#11596) - Simplified remote debugging (issue ariya#12864)
- Restored logic for
--local-url-access=no
accidentally deleted by ariya#10158 (issue ariya#13412) - Fixed an issue with loading JS modules contains a last-line comment (issue ariya#12868)
- Fixed compilation with GCC 5 (issue ariya#13518)
- Fixed an issue with returning binary content in WebServer module (issue ariya#13026)
Webpage.uploadFile
works again now (issue ariya#12506)- Unable to load absolute or relative HTML file on Windows if path requires URL encoding (ssue ariya#12953)