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

Side by Side Diff: CHANGELOG.md

Issue 1836163002: Fix algorithm generics. (Closed) Base URL: git@github.com:dart-lang/collection@master
Patch Set: Code review changes Created 4 years, 8 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/algorithms.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.4.2
2
3 * Fix the types for `binarySearch()` and `lowerBound()` so they no longer
4 require all arguments to be comparable.
5
6 * Add generic annotations to `insertionSort()` and `mergeSort()`.
7
1 ## 1.4.1 8 ## 1.4.1
2 9
3 * Fix all strong mode warnings. 10 * Fix all strong mode warnings.
4 11
5 ## 1.4.0 12 ## 1.4.0
6 13
7 * Add a `new PriorityQueue()` constructor that forwards to `new 14 * Add a `new PriorityQueue()` constructor that forwards to `new
8 HeapPriorityQueue()`. 15 HeapPriorityQueue()`.
9 16
10 * Deprecate top-level libraries other than `package:collection/collection.dart`, 17 * Deprecate top-level libraries other than `package:collection/collection.dart`,
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 52
46 * Fix all analyzer hints. 53 * Fix all analyzer hints.
47 54
48 ## 0.9.3 55 ## 0.9.3
49 56
50 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s 57 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s
51 keys. 58 keys.
52 59
53 * Add a `MapValueSet` class that takes a function from values to keys and uses 60 * Add a `MapValueSet` class that takes a function from values to keys and uses
54 it to expose a `Set` view of a `Map`'s values. 61 it to expose a `Set` view of a `Map`'s values.
OLDNEW
« no previous file with comments | « no previous file | lib/src/algorithms.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698