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

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: Code review changes 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') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.4.2 1 ## 1.5.0
2 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
3 * Fix the types for `binarySearch()` and `lowerBound()` so they no longer 9 * Fix the types for `binarySearch()` and `lowerBound()` so they no longer
4 require all arguments to be comparable. 10 require all arguments to be comparable.
5 11
6 * Add generic annotations to `insertionSort()` and `mergeSort()`. 12 * Add generic annotations to `insertionSort()` and `mergeSort()`.
7 13
8 ## 1.4.1 14 ## 1.4.1
9 15
10 * Fix all strong mode warnings. 16 * Fix all strong mode warnings.
11 17
12 ## 1.4.0 18 ## 1.4.0
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 58
53 * Fix all analyzer hints. 59 * Fix all analyzer hints.
54 60
55 ## 0.9.3 61 ## 0.9.3
56 62
57 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s 63 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s
58 keys. 64 keys.
59 65
60 * Add a `MapValueSet` class that takes a function from values to keys and uses 66 * Add a `MapValueSet` class that takes a function from values to keys and uses
61 it to expose a `Set` view of a `Map`'s values. 67 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698