This repository was archived by the owner on Jul 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1+ # 7.0.0
2+
3+ - ([9d2e18e](https://github.com/angular/protractor/commit/9d2e18e10d82a97bee58193968f22be6cd1f04e9))
4+ refactor: use console.log instead of util.puts
5+
6+ utils.puts is no longer available in Node.JS 12
7+
8+ - ([c281157](https://github.com/angular/protractor/commit/c28115755d4de5c2ad4c43fc11feab26a928982f))
9+ refactor: remove debugger and explore methods
10+
11+ BREAKING CHANGE: Debugger and explore methods are not compatable with Node 8+. Use `debugger`
12+ keyword instead. See: https://goo.gl/MvWqFh
13+
14+ - ([7cdb978](https://github.com/angular/protractor/commit/7cdb978fca5ae3f5ed95a535ea39b9ee91fb6d2d))
15+ build: update several dev packages that have security issues
16+
17+ - ([8e82835](https://github.com/angular/protractor/commit/8e82835024463cdb17813d19589be0e66bac7992))
18+ build: update webdriver-manager
19+
20+ - ([a1fe5f2](https://github.com/angular/protractor/commit/a1fe5f2ad05ab55b1dafd429f0c31fea27ec3e5b))
21+ ci: update tests to run on Node 10 and 12
22+
23+ - ([3fc9220](https://github.com/angular/protractor/commit/3fc9220189a59750226328a837b42802d18e503a))
24+ fix: prototype Pollution vulnerability through outdated yargs package
25+
26+ BREAKING CHANGE:
27+
28+ Node.Js version 6 and 8 are no longer supported. Please update to Node.Js 10+
29+
30+ Closes #5431
31+
132# 5.4.4
233
334## Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " protractor" ,
33 "description" : " Webdriver E2E test wrapper for Angular." ,
4- "version" : " 5.4.4 " ,
4+ "version" : " 7.0.0 " ,
55 "homepage" : " https://github.com/angular/protractor" ,
66 "keywords" : [
77 " angular" ,
You can’t perform that action at this time.
0 commit comments