wct-sauce
Version:
WCT plugin that enables support for sauce browsers via Sauce Labs
50 lines (27 loc) • 1.11 kB
Markdown
# Changelog
<!-- ## Unreleased -->
<!-- Add new, unreleased changes here. -->
## 2.1.0 - 2018-08-15
- Updated browsers used when testing on Travis CI.
## 2.0.3 - 2018-06-28
- Fix NPM audit warnings.
## 2.0.2 - 2018-06-19
- Moved isTravisSauceConnectRunning function from lib/sauce.js to lib/travis.js.
## 2.0.1 - 2018-04-27
- Update dependency on `request` to lastest version due to reported security vulnerability in earlier version.
## 2.0.0 - 2018-01-09
- Remove hardcoded Sauce Connect version
## 2.0.0-pre.4 - 2018-01-09
- Removed the Linux Chrome 'dev' version browser, which is not a thing that Sauce does.
## 2.0.0-pre.3 - 2017-11-27
- Added Edge 15 to Travis browser list.
- Added Safari 11 to default and Travis browser lists.
## 2.0.0-pre.2 - 2017-11-16
- Update to cleankill@^2.0.0
## 2.0.0-pre.1
- Updated default browsers list:
- Added Edge 14 and Safari 10
- Removed Safari 8, 9 and IE 10
See default-sauce-browser.json for the current list.
- Added SKIP_WCT_SAUCE_POSTINSTALL_DOWNLOAD environment variable to skip
downloading the sauce connect binary at install time.