Files
sdk/pkg/js/CHANGELOG.md
T
Kevin Moore af613c7479 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>
2018-07-18 21:30:42 +00:00

13 lines
281 B
Markdown

## 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
statically.
## 0.6.0
* Version 0.6.0 is a complete rewrite of `package:js`.