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

Side by Side Diff: CHANGELOG.md

Issue 1873373002: Add GroupSet and SetGroup classes. (Closed) Base URL: git@github.com:dart-lang/collection@master
Patch Set: Code review changes 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/collection.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.2 1 ## 1.6.0
2 2
3 * Add a `UnionSet` class that provides a view of the union of a set of sets.
4
5 * Add a `UnionSetController` class that provides a convenient way to manage the
6 contents of a `UnionSet`.
7
3 * Fix another incorrectly-declared generic type. 8 * Fix another incorrectly-declared generic type.
4 9
5 ## 1.5.1 10 ## 1.5.1
6 11
7 * Fix an incorrectly-declared generic type. 12 * Fix an incorrectly-declared generic type.
8 13
9 ## 1.5.0 14 ## 1.5.0
10 15
11 * Add `DelegatingIterable.typed()`, `DelegatingList.typed()`, 16 * Add `DelegatingIterable.typed()`, `DelegatingList.typed()`,
12 `DelegatingSet.typed()`, `DelegatingMap.typed()`, and 17 `DelegatingSet.typed()`, `DelegatingMap.typed()`, and
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 71
67 * Fix all analyzer hints. 72 * Fix all analyzer hints.
68 73
69 ## 0.9.3 74 ## 0.9.3
70 75
71 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s 76 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s
72 keys. 77 keys.
73 78
74 * Add a `MapValueSet` class that takes a function from values to keys and uses 79 * Add a `MapValueSet` class that takes a function from values to keys and uses
75 it to expose a `Set` view of a `Map`'s values. 80 it to expose a `Set` view of a `Map`'s values.
OLDNEW
« no previous file with comments | « no previous file | lib/collection.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698