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