Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: pkg/js/CHANGELOG.md

Issue 2150313003: Add JSNative utility class with static methods methods to efficiently manipulate typed JSInterop ob… (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Add JSNative utility class with static methods methods to efficiently manipulate typed JSInterop ob… Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 ## 0.6.1
2 * Add js_util library of utility methods to efficiently manipulate typed
3 JavaScript interop objects in cases where the member name is not known
4 statically. These methods would be extension methods on JSObject if
kevmoo 2016/07/25 17:34:41 Remove this last "These methods would be..." sente
5 Dart supported extension methods.
6
1 ## 0.6.0 7 ## 0.6.0
2 8
3 * Version 0.6.0 is a complete rewrite of `package:js`. 9 * Version 0.6.0 is a complete rewrite of `package:js`.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698