Skip to content

v3.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vweevers vweevers released this 20 May 13:15
· 70 commits to master since this release

Changed

  • Error-first callback: cb(err, browsers) instead of cb(browsers)
  • Remove streams: with new metadata being discovered via multiple avenues, results have to be merged before we can emit something;
  • More than 2x faster by using native modules: registry-js to read the Windows Registry and win-version-info to read executable metadata. No longer spawns child processes.

Added

  • Add Node 6, 8, 9, 10
  • Add release channel for Chrome, Firefox and Opera
  • Add executable metadata and CPU type to all browsers
  • Support phantomjs-prebuilt (2.x) as well as phantomjs (1.x)
  • Detect Firefox ESR
  • Add Firefox Developer Edition default location;
  • Add Firefox Nightly default location.

Removed

  • Drop Node 0.10, 4, 5
  • Drop XP and Vista
  • Remove version option;
  • Remove lucky option.