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

Side by Side Diff: CHANGELOG.md

Issue 1831103004: Fix strong mode warnings. (Closed) Base URL: git@github.com:dart-lang/collection@master
Patch Set: pubspec/changelog Created 4 years, 9 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
OLDNEW
1 ## 1.4.1
2
3 * Fix all strong mode warnings.
4
1 ## 1.4.0 5 ## 1.4.0
2 6
3 * Add a `new PriorityQueue()` constructor that forwards to `new 7 * Add a `new PriorityQueue()` constructor that forwards to `new
4 HeapPriorityQueue()`. 8 HeapPriorityQueue()`.
5 9
6 * Deprecate top-level libraries other than `package:collection/collection.dart`, 10 * Deprecate top-level libraries other than `package:collection/collection.dart`,
7 which exports these libraries' interfaces. 11 which exports these libraries' interfaces.
8 12
9 ## 1.3.0 13 ## 1.3.0
10 14
(...skipping 30 matching lines...) Expand all
41 45
42 * Fix all analyzer hints. 46 * Fix all analyzer hints.
43 47
44 ## 0.9.3 48 ## 0.9.3
45 49
46 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s 50 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s
47 keys. 51 keys.
48 52
49 * Add a `MapValueSet` class that takes a function from values to keys and uses 53 * Add a `MapValueSet` class that takes a function from values to keys and uses
50 it to expose a `Set` view of a `Map`'s values. 54 it to expose a `Set` view of a `Map`'s values.
OLDNEW
« no previous file with comments | « .analysis_options ('k') | lib/src/algorithms.dart » ('j') | lib/src/algorithms.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698