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 6, 2018
1 parent 78bb74c commit 40f8ac6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ addons:

dart:
- dev
# Re-enable stable when the stable version of Dart is >= 2.0.0
#- stable
- stable

with_content_shell: false

Expand Down
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
4 changes: 2 additions & 2 deletions 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 All @@ -8,7 +8,7 @@ description: >-
interface and the W3C spec and require the use of the WebDriver remote server.
homepage: https://github.com/google/webdriver.dart
environment:
sdk: '>=2.0.0-dev.61.0 <2.0.0'
sdk: '>=2.0.0-dev.61.0 <3.0.0'
dependencies:
archive: '>=1.0.0 <3.0.0'
matcher: ^0.12.3
Expand Down

0 comments on commit 40f8ac6

Please sign in to comment.