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

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

Issue 660373002: Add a QueueList class to the collection package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 years, 1 month 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
OLDNEW
1 ## 1.1.0
2
3 * Add a `QueueList` class that implements both `Queue` and `List`.
4
1 ## 0.9.4 5 ## 0.9.4
2 6
3 * Add a `CanonicalizedMap` class that canonicalizes its keys to provide a custom 7 * Add a `CanonicalizedMap` class that canonicalizes its keys to provide a custom
4 equality relation. 8 equality relation.
5 9
6 ## 0.9.3+1 10 ## 0.9.3+1
7 11
8 * Fix all analyzer hints. 12 * Fix all analyzer hints.
9 13
10 ## 0.9.3 14 ## 0.9.3
11 15
12 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s 16 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s
13 keys. 17 keys.
14 18
15 * Add a `MapValueSet` class that takes a function from values to keys and uses 19 * Add a `MapValueSet` class that takes a function from values to keys and uses
16 it to expose a `Set` view of a `Map`'s values. 20 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') | pkg/collection/lib/src/queue_list.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698