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

Side by Side Diff: pkg/collection/CHANGELOG.md

Issue 350183010: Add a CanonicalizedMap class to pkg/collection. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/collection/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 ## 0.9.4
2
3 * Add a `CanonicalizedMap` class that canonicalizes its keys to provide a custom
4 equality relation.
5
1 ## 0.9.3+1 6 ## 0.9.3+1
2 7
3 * Fix all analyzer hints. 8 * Fix all analyzer hints.
4 9
5 ## 0.9.3 10 ## 0.9.3
6 11
7 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s 12 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s
8 keys. 13 keys.
9 14
10 * Add a `MapValueSet` class that takes a function from values to keys and uses 15 * Add a `MapValueSet` class that takes a function from values to keys and uses
11 it to expose a `Set` view of a `Map`'s values. 16 it to expose a `Set` view of a `Map`'s values.
OLDNEW
« no previous file with comments | « no previous file | pkg/collection/lib/collection.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698