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

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: Fix analyzer warnings in js_util_test, skip js_util_test in csp mode and baseline expectations for … Created 4 years, 4 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.
5
1 ## 0.6.0 6 ## 0.6.0
2 7
3 * Version 0.6.0 is a complete rewrite of `package:js`. 8 * Version 0.6.0 is a complete rewrite of `package:js`.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698