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

Side by Side Diff: CHANGELOG.md

Issue 2418763002: Update Set.difference to take a Set<Object>. (Closed)
Patch Set: Updated version number. Created 4 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 | « no previous file | lib/src/typed_wrappers.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 ## 1.9.2
2
3 * `Set.difference` now takes a `Set<Object>` as argument.
4
1 ## 1.9.1 5 ## 1.9.1
2 6
3 * Fix some documentation bugs. 7 * Fix some documentation bugs.
4 8
5 ## 1.9.0 9 ## 1.9.0
6 10
7 * Add a top-level `stronglyConnectedComponents()` function that returns the 11 * Add a top-level `stronglyConnectedComponents()` function that returns the
8 strongly connected components in a directed graph. 12 strongly connected components in a directed graph.
9 13
10 ## 1.8.0 14 ## 1.8.0
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 105
102 * Fix all analyzer hints. 106 * Fix all analyzer hints.
103 107
104 ## 0.9.3 108 ## 0.9.3
105 109
106 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s 110 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s
107 keys. 111 keys.
108 112
109 * Add a `MapValueSet` class that takes a function from values to keys and uses 113 * Add a `MapValueSet` class that takes a function from values to keys and uses
110 it to expose a `Set` view of a `Map`'s values. 114 it to expose a `Set` view of a `Map`'s values.
OLDNEW
« no previous file with comments | « no previous file | lib/src/typed_wrappers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698