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

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: Add a disjoint parameter to SetGroup. 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/collection.dart » ('j') | lib/src/group_set.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.6.0
2
3 * Add a `GroupSet` class that provides a view of the union of a set of sets.
4
5 * Add a `SetGroup` class that provides a convenient way to manage the contents
6 of a `GroupSet`.
7
1 ## 1.5.1 8 ## 1.5.1
2 9
3 * Fix an incorrectly-declared generic type. 10 * Fix an incorrectly-declared generic type.
4 11
5 ## 1.5.0 12 ## 1.5.0
6 13
7 * Add `DelegatingIterable.typed()`, `DelegatingList.typed()`, 14 * Add `DelegatingIterable.typed()`, `DelegatingList.typed()`,
8 `DelegatingSet.typed()`, `DelegatingMap.typed()`, and 15 `DelegatingSet.typed()`, `DelegatingMap.typed()`, and
9 `DelegatingQueue.typed()` static methods. These wrap untyped instances of 16 `DelegatingQueue.typed()` static methods. These wrap untyped instances of
10 these classes with the correct type parameter, and assert the types of values 17 these classes with the correct type parameter, and assert the types of values
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 69
63 * Fix all analyzer hints. 70 * Fix all analyzer hints.
64 71
65 ## 0.9.3 72 ## 0.9.3
66 73
67 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s 74 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s
68 keys. 75 keys.
69 76
70 * Add a `MapValueSet` class that takes a function from values to keys and uses 77 * Add a `MapValueSet` class that takes a function from values to keys and uses
71 it to expose a `Set` view of a `Map`'s values. 78 it to expose a `Set` view of a `Map`'s values.
OLDNEW
« no previous file with comments | « no previous file | lib/collection.dart » ('j') | lib/src/group_set.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698