Skip to content

Commit

Permalink
misc: prepare for v2 stable
Browse files Browse the repository at this point in the history
Fixes #205
  • Loading branch information
kevmoo committed Aug 7, 2018
1 parent 21eedee commit 6dfdc51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
16 changes: 6 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
## v2.0.0-beta+1
## v2.0.0

* Dropped support for `pkg:unittest`.
* Add W3C spec mouse and keyboard support.
* Remove deprecated methods in async WebDriver.

## v2.0.0-beta
Initial beta release of WebDriver 2.0. Many changes exist here, and
as the release evolves there may be breaking changes to the API.
The two big changes are the addition of support for synchronous communication
via the `package:sync_http` (along with an accompanying synchronous API) and
support for the W3C spec.

The two big changes are the addition of support for synchronous
communication via the sync_http package (along with an accompanying
synchronous API) and support for the W3C spec.

Currently, only the synchronous API supports the W3C spec, but in the
future both asynchronous and synchronous APIs will support this.
Currently, only the synchronous API supports the W3C spec, but in the future
both asynchronous and synchronous APIs will support this.

## v1.2.4
* Adds Adds null check for status before checking status code.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: webdriver
version: 2.0.0-beta+1
version: 2.0.0
authors:
- Marc Fisher II <fisherii@google.com>
- Matt Staats<staats@google.com>
Expand Down

0 comments on commit 6dfdc51

Please sign in to comment.