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

Side by Side Diff: CHANGELOG.md

Issue 1840573002: Add type-asserting wrapper constructors. (Closed) Base URL: git@github.com:dart-lang/collection@master
Patch Set: Use static methods instead. Created 4 years, 8 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/src/typed_wrappers.dart » ('j') | lib/src/typed_wrappers.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.5.0
2
3 * Add `DelegatingIterable.typed()`, `DelegatingList.typed()`,
4 `DelegatingSet.typed()`, `DelegatingMap.typed()`, and
5 `DelegatingQueue.typed()` static methods. These wrap untyped instances of
6 these classes with the correct type parameter, and assert the types of values
7 as they're accessed.
8
1 ## 1.4.1 9 ## 1.4.1
2 10
3 * Fix all strong mode warnings. 11 * Fix all strong mode warnings.
4 12
5 ## 1.4.0 13 ## 1.4.0
6 14
7 * Add a `new PriorityQueue()` constructor that forwards to `new 15 * Add a `new PriorityQueue()` constructor that forwards to `new
8 HeapPriorityQueue()`. 16 HeapPriorityQueue()`.
9 17
10 * Deprecate top-level libraries other than `package:collection/collection.dart`, 18 * Deprecate top-level libraries other than `package:collection/collection.dart`,
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 53
46 * Fix all analyzer hints. 54 * Fix all analyzer hints.
47 55
48 ## 0.9.3 56 ## 0.9.3
49 57
50 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s 58 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s
51 keys. 59 keys.
52 60
53 * Add a `MapValueSet` class that takes a function from values to keys and uses 61 * Add a `MapValueSet` class that takes a function from values to keys and uses
54 it to expose a `Set` view of a `Map`'s values. 62 it to expose a `Set` view of a `Map`'s values.
OLDNEW
« no previous file with comments | « no previous file | lib/src/typed_wrappers.dart » ('j') | lib/src/typed_wrappers.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698