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

Unified 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: 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 side-by-side diff with in-line comments
Download patch
Index: pkg/js/CHANGELOG.md
diff --git a/pkg/js/CHANGELOG.md b/pkg/js/CHANGELOG.md
index 4ef2ebc5264baee833ce2f72170218fa5a676928..531476049f9f1969552867465c39e5b3677e9e9c 100644
--- a/pkg/js/CHANGELOG.md
+++ b/pkg/js/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 0.6.1
+* Add JSNative utility class with static methods methods to efficiently
+ manipulate typed JSInterop objects in cases where the member name
+ is not known statically. These methods would be extension methods on JSObject
+ if Dart supported extension methods.
+
## 0.6.0
* Version 0.6.0 is a complete rewrite of `package:js`.

Powered by Google App Engine
This is Rietveld 408576698