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

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

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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 | « packages/collection/AUTHORS ('k') | packages/collection/CONTRIBUTING.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ## 1.1.3
2
3 * Fix type inconsistencies with `Map` and `Set`.
4
5 ## 1.1.2
6
7 * Export `UnmodifiableMapView` from the Dart core libraries.
8
9 ## 1.1.1
10
11 * Bug-fix for signatures of `isValidKey` arguments of `CanonicalizedMap`.
12
13 ## 1.1.0
14
15 * Add a `QueueList` class that implements both `Queue` and `List`.
16
17 ## 0.9.4
18
19 * Add a `CanonicalizedMap` class that canonicalizes its keys to provide a custom
20 equality relation.
21
22 ## 0.9.3+1
23
24 * Fix all analyzer hints.
25
26 ## 0.9.3
27
28 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s
29 keys.
30
31 * Add a `MapValueSet` class that takes a function from values to keys and uses
32 it to expose a `Set` view of a `Map`'s values.
OLDNEW
« no previous file with comments | « packages/collection/AUTHORS ('k') | packages/collection/CONTRIBUTING.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698