File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
javascript/node/selenium-webdriver Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
- ## v2.47.0-dev
1
+ ## v2.47.0
2
2
3
- * Updated ` ws ` dependency from ` 0.7.1 ` to ` 0.8.0 `
4
- * Bumped minimum supported version of Node from ` 0.10.x ` to ` 0.12.x ` . This is
5
- in accordance with the Node support policy established in ` v2.45.0 ` .
3
+ ### Notice
4
+
5
+ This is the last release for ` selenium-webdriver ` that will support ES5.
6
+ Subsequent releases will depend on ES6 features that are enabled by
7
+ [ default] ( https://nodejs.org/en/docs/es6/ ) in Node v4.0.0. Node v0.12.x will
8
+ continue to be supported, but will require setting the ` --harmony ` flag.
9
+
10
+ ### Change Summary
11
+
12
+ * Add support for [ Node v4.0.0] ( https://nodejs.org/en/blog/release/v4.0.0/ )
13
+ * Updated ` ws ` dependency from ` 0.7.1 ` to ` 0.8.0 `
14
+ * Bumped the minimum supported version of Node from ` 0.10.x ` to ` 0.12.x ` . This
15
+ is in accordance with the Node support policy established in ` v2.45.0 ` .
6
16
7
17
## v2.46.1
8
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " selenium-webdriver" ,
3
- "version" : " 2.47.0-dev " ,
3
+ "version" : " 2.47.0" ,
4
4
"description" : " The official WebDriver JavaScript bindings from the Selenium project" ,
5
5
"license" : " Apache-2.0" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments