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

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

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years 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/code_transformers/pubspec.yaml ('k') | packages/collection/README.md » ('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.2.0
2
3 * Add string comparators that ignore ASCII case and sort numbers numerically.
4
1 ## 1.1.3 5 ## 1.1.3
2 6
3 * Fix type inconsistencies with `Map` and `Set`. 7 * Fix type inconsistencies with `Map` and `Set`.
4 8
5 ## 1.1.2 9 ## 1.1.2
6 10
7 * Export `UnmodifiableMapView` from the Dart core libraries. 11 * Export `UnmodifiableMapView` from the Dart core libraries.
8 12
9 ## 1.1.1 13 ## 1.1.1
10 14
(...skipping 12 matching lines...) Expand all
23 27
24 * Fix all analyzer hints. 28 * Fix all analyzer hints.
25 29
26 ## 0.9.3 30 ## 0.9.3
27 31
28 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s 32 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s
29 keys. 33 keys.
30 34
31 * Add a `MapValueSet` class that takes a function from values to keys and uses 35 * 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. 36 it to expose a `Set` view of a `Map`'s values.
OLDNEW
« no previous file with comments | « packages/code_transformers/pubspec.yaml ('k') | packages/collection/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698