All Versions
10
Latest Version
9.6
Avg Release Cycle
87 days
Latest Release
3246 days ago

Changelog History

  • v9.6

    June 08, 2015
  • v9.5

    January 26, 2015
  • v1.0.0 Changes

    March 23, 2018

    πŸ†• New features and API:

    • loading and loadingProgress properties on webpage
    • onResourceError parameter contains now always status and statusText properties
    • proxy() and setProxy() methods
    • πŸš€ slimer.version and slimer.geckoVersion have a new prerelease 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 of requestData.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.