OLD | NEW |
| 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 Loading... |
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. |
OLD | NEW |