Skip to content

Commit 8205739

Browse files
committed
[js] Move the Builder class to the main module and remove the builder module.
The builder module was originally added to avoid a circular dependency that no longer exists.
1 parent 0d4951c commit 8205739

File tree

3 files changed

+537
-555
lines changed

3 files changed

+537
-555
lines changed

javascript/node/selenium-webdriver/CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v3.0.0-beta-2
2+
3+
### API Changes
4+
5+
* Moved the `builder.Builder` class into the main module (`selenium-webdriver`).
6+
* Removed the `builder` module.
7+
8+
19
## v3.0.0-beta-1
210

311
* Allow users to set the agent used for HTTP connections through

0 commit comments

Comments
 (0)