Skip to content

Commit

Permalink
[js] Move the Builder class to the main module and remove the builder…
Browse files Browse the repository at this point in the history
… module.

The builder module was originally added to avoid a circular dependency that no
longer exists.
  • Loading branch information
jleyba committed Aug 7, 2016
1 parent 0d4951c commit 8205739
Show file tree
Hide file tree
Showing 3 changed files with 537 additions and 555 deletions.
8 changes: 8 additions & 0 deletions javascript/node/selenium-webdriver/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v3.0.0-beta-2

### API Changes

* Moved the `builder.Builder` class into the main module (`selenium-webdriver`).
* Removed the `builder` module.


## v3.0.0-beta-1

* Allow users to set the agent used for HTTP connections through
Expand Down
Loading

0 comments on commit 8205739

Please sign in to comment.