aboutsummaryrefslogtreecommitdiff
path: root/node_modules/selenium-webdriver/README.md
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-04-20 03:09:25 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-04-24 16:14:29 +0200
commit82f2b76e25a4a67e01ec67e5ebe39d14ad771ea8 (patch)
tree965f6eb89b84d65a62b49008fd972c004832ccd1 /node_modules/selenium-webdriver/README.md
parente6e0cbc387c2a77b48e4065c229daa65bf1aa0fa (diff)
Reorganize module loading.
We now use webpack instead of SystemJS, effectively bundling modules into one file (plus commons chunks) for every entry point. This results in a much smaller extension size (almost half). Furthermore we use yarn/npm even for extension run-time dependencies. This relieves us from manually vendoring and building dependencies. It's also easier to understand for new developers familiar with node.
Diffstat (limited to 'node_modules/selenium-webdriver/README.md')
-rw-r--r--node_modules/selenium-webdriver/README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/node_modules/selenium-webdriver/README.md b/node_modules/selenium-webdriver/README.md
index bc281d504..31708b186 100644
--- a/node_modules/selenium-webdriver/README.md
+++ b/node_modules/selenium-webdriver/README.md
@@ -136,16 +136,16 @@ will also have "best effort" support. Releases older than the latest LTS,
_semver-major_ releases, and all unstable release branches (e.g. "v.Next")
are considered strictly unsupported.
-For example, suppose the current LTS and stable releases are v4.2.4 and v5.4.1,
+For example, suppose the current LTS and stable releases are v6.9.5 and v7.5.0,
respectively. Then a Selenium release would have the following support levels:
| Version | Support |
| ------- | ------------- |
-| <= 4.1 | _unsupported_ |
-| 4.2 | supported |
-| 5.0-3 | best effort |
-| 5.4 | supported |
-| >= 5.5 | best effort |
+| <= 6.8 | _unsupported_ |
+| 6.9 | supported |
+| 7.0-4 | best effort |
+| 7.5 | supported |
+| >= 7.5 | best effort |
| v.Next | _unsupported_ |
### Support Level Definitions
@@ -168,11 +168,11 @@ months, the support window for selenium-webdriver will be roughly:
| Date | LTS | Stable |
| --------- | ---: | -----: |
-| (current) | 4.2 | 5.0 |
-| 2016-04 | 4.2 | 6.0 |
-| 2016-10 | 6.0 | 7.0 |
+| (current) | 6.9 | 7.5 |
| 2017-04 | 6.0 | 8.0 |
| 2017-10 | 8.0 | 9.0 |
+| 2018-04 | 8.0 | 10.0 |
+| 2018-10 | 10.0 | 11.0 |
## Issues