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

Side by Side Diff: CHANGELOG.md

Issue 1638163002: Modernize the package's style. (Closed) Base URL: git@github.com:dart-lang/collection@master
Patch Set: Created 4 years, 11 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 | README.md » ('j') | lib/algorithms.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.3.1
2
3 * Deprecate top-level libraries other than `package:collection/collection.dart`,
4 which exports these libraries' interfaces.
5
1 ## 1.3.0 6 ## 1.3.0
2 7
3 * Add `lowerBound` to binary search for values that might not be present. 8 * Add `lowerBound` to binary search for values that might not be present.
4 9
5 * Verify that the is valid for `CanonicalMap.[]`. 10 * Verify that the is valid for `CanonicalMap.[]`.
6 11
7 ## 1.2.0 12 ## 1.2.0
8 13
9 * Add string comparators that ignore ASCII case and sort numbers numerically. 14 * Add string comparators that ignore ASCII case and sort numbers numerically.
10 15
(...skipping 22 matching lines...) Expand all
33 38
34 * Fix all analyzer hints. 39 * Fix all analyzer hints.
35 40
36 ## 0.9.3 41 ## 0.9.3
37 42
38 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s 43 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s
39 keys. 44 keys.
40 45
41 * Add a `MapValueSet` class that takes a function from values to keys and uses 46 * Add a `MapValueSet` class that takes a function from values to keys and uses
42 it to expose a `Set` view of a `Map`'s values. 47 it to expose a `Set` view of a `Map`'s values.
OLDNEW
« no previous file with comments | « no previous file | README.md » ('j') | lib/algorithms.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698