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

Side by Side Diff: packages/typed_data/CHANGELOG.md

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 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
« no previous file with comments | « packages/typed_data/AUTHORS ('k') | packages/typed_data/CONTRIBUTING.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ## 1.1.3
2
3 * Fix all strong-mode warnings.
4
5 ## 1.1.2
6
7 * Fix a bug where `TypedDataBuffer.insertAll` could fail to insert some elements
8 of an `Iterable`.
9
10 ## 1.1.1
11
12 * Optimize `insertAll` with an `Iterable` argument and no end-point.
13
14 ## 1.1.0
15
16 * Add `start` and `end` parameters to the `addAll()` and `insertAll()` methods
17 for the typed data buffer classes. These allow efficient concatenation of
18 slices of existing typed data.
19
20 * Make `addAll()` for typed data buffer classes more efficient for lists,
21 especially typed data lists.
22
23 ## 1.0.0
24
25 * ChangeLog starts here
OLDNEW
« 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