pkg/js: support Dart <3.0.0

Change-Id: Ifc625e6dd33e48e7f446b7d7f19b7c14febd0e52
Reviewed-on: https://dart-review.googlesource.com/65600
Reviewed-by: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
Kevin Moore 2018-07-18 21:30:42 +00:00
parent 6baca4c154
commit af613c7479
2 changed files with 8 additions and 6 deletions

View file

@ -1,3 +1,7 @@
## 0.6.1+1
* Support Dart 2 final release.
## 0.6.1
* Add js_util library of utility methods to efficiently manipulate typed
JavaScript interop objects in cases where the member name is not known

View file

@ -1,10 +1,8 @@
name: js
version: 0.6.1
authors:
- Dart Team <misc@dartlang.org>
version: 0.6.1+1
authors: Dart Team <misc@dartlang.org>
description: Access JavaScript from Dart.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/js
environment:
sdk: '>=1.19.0-dev.0.0 <2.0.0'
dev_dependencies:
browser: '^0.10.0+2'
sdk: '>=1.19.0-dev.0.0 <3.0.0'