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

Side by Side Diff: CHANGELOG.md

Issue 1848563002: Don't mix commented and uncommented generics. (Closed) Base URL: git@github.com:dart-lang/collection@master
Patch Set: 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/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.5.1
2
3 * Fix an incorrectly-declared generic type.
4
1 ## 1.5.0 5 ## 1.5.0
2 6
3 * Add `DelegatingIterable.typed()`, `DelegatingList.typed()`, 7 * Add `DelegatingIterable.typed()`, `DelegatingList.typed()`,
4 `DelegatingSet.typed()`, `DelegatingMap.typed()`, and 8 `DelegatingSet.typed()`, `DelegatingMap.typed()`, and
5 `DelegatingQueue.typed()` static methods. These wrap untyped instances of 9 `DelegatingQueue.typed()` static methods. These wrap untyped instances of
6 these classes with the correct type parameter, and assert the types of values 10 these classes with the correct type parameter, and assert the types of values
7 as they're accessed. 11 as they're accessed.
8 12
9 * Fix the types for `binarySearch()` and `lowerBound()` so they no longer 13 * Fix the types for `binarySearch()` and `lowerBound()` so they no longer
10 require all arguments to be comparable. 14 require all arguments to be comparable.
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 62
59 * Fix all analyzer hints. 63 * Fix all analyzer hints.
60 64
61 ## 0.9.3 65 ## 0.9.3
62 66
63 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s 67 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s
64 keys. 68 keys.
65 69
66 * Add a `MapValueSet` class that takes a function from values to keys and uses 70 * Add a `MapValueSet` class that takes a function from values to keys and uses
67 it to expose a `Set` view of a `Map`'s values. 71 it to expose a `Set` view of a `Map`'s values.
OLDNEW
« no previous file with comments | « no previous file | lib/src/wrappers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698