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

Side by Side Diff: CHANGELOG.md

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

Powered by Google App Engine
This is Rietveld 408576698