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

Unified Diff: packages/typed_data/CHANGELOG.md

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 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
« no previous file with comments | « packages/typed_data/AUTHORS ('k') | packages/typed_data/CONTRIBUTING.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/typed_data/CHANGELOG.md
diff --git a/packages/typed_data/CHANGELOG.md b/packages/typed_data/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..ac7eb0b72bf3ea30bb59dba5371a15ecd190a620
--- /dev/null
+++ b/packages/typed_data/CHANGELOG.md
@@ -0,0 +1,25 @@
+## 1.1.3
+
+* Fix all strong-mode warnings.
+
+## 1.1.2
+
+* Fix a bug where `TypedDataBuffer.insertAll` could fail to insert some elements
+ of an `Iterable`.
+
+## 1.1.1
+
+* Optimize `insertAll` with an `Iterable` argument and no end-point.
+
+## 1.1.0
+
+* Add `start` and `end` parameters to the `addAll()` and `insertAll()` methods
+ for the typed data buffer classes. These allow efficient concatenation of
+ slices of existing typed data.
+
+* Make `addAll()` for typed data buffer classes more efficient for lists,
+ especially typed data lists.
+
+## 1.0.0
+
+* ChangeLog starts here
« no previous file with comments | « packages/typed_data/AUTHORS ('k') | packages/typed_data/CONTRIBUTING.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698