All Versions
10
Latest Version
Avg Release Cycle
87 days
Latest Release
3466 days ago
Changelog History
Changelog History
-
v9.6
June 08, 2015 -
v9.5
January 26, 2015 -
v1.0.0 Changes
March 23, 2018π New features and API:
loading
andloadingProgress
properties onwebpage
onResourceError
parameter contains now alwaysstatus
andstatusText
propertiesproxy()
andsetProxy()
methods- π
slimer.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
-
v1.0.0-rc.1
March 14, 2018 -
v1.0.0-beta.1
November 18, 2017 -
v1.0.0-alpha.1
October 28, 2016 -
v0.10.3 Changes
March 09, 2017- π 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.
-
v0.10.2
November 26, 2016 -
v0.10.1
September 21, 2016 -
v0.10.0 Changes
May 02, 2016π 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.