Releases: laurentj/slimerjs
Releases · laurentj/slimerjs
Release of 1.0.0
New features and API:
loading
andloadingProgress
properties onwebpage
onResourceError
parameter contains now alwaysstatus
andstatusText
propertiesproxy()
andsetProxy()
methodsslimer.version
andslimer.geckoVersion
have a newprerelease
property.- With Firefox 56 and higher, SlimerJS can be trully headless by adding the
--headless
option on the command line - Proxy config: support https URI for pac
- new
fs.isSpecial()
onResourceRequested
: support ofrequestData.postData
when http method is “patch”- Compatibility with Firefox 59
See change details in release notes
SlimerJS 0.10.3
- Fix support of IPV6 notation in the --proxy and --webdriver command line parameters.
- Compatibility with Firefox 51 and 52
- Fix fs.copyTree()
- Fix slimerjs-node under Windows
- tar.bz2 package is available
See change details in release notes.
SlimerJS 0.10.0
This new release brings new features and compatibility with Firefox 46. Among of them:
- support of PDF export
- support of Selenium with a "web driver mode"
- support of stdout, stderr and stdin streams with the system module
- support of exit code with phantom.exit() and slimer.exit()
- support of node_modules with require()
- support of special files (/dev/* etc) with the fs module
This version fixes also many bugs and conformance issues with PhantomJS 1.9.8 and 2.x.
See change details in release notes.
Note that there isn't anymore "standalone edition" (with embedding of XulRunner), because Mozilla ceased to maintain and build XulRunner. Only the "lightweight" edition is available from now, and you must install Firefox to run SlimerJS.