OLD | NEW |
(Empty) | |
| 1 ## 1.1.3 |
| 2 |
| 3 * Fix type inconsistencies with `Map` and `Set`. |
| 4 |
| 5 ## 1.1.2 |
| 6 |
| 7 * Export `UnmodifiableMapView` from the Dart core libraries. |
| 8 |
| 9 ## 1.1.1 |
| 10 |
| 11 * Bug-fix for signatures of `isValidKey` arguments of `CanonicalizedMap`. |
| 12 |
| 13 ## 1.1.0 |
| 14 |
| 15 * Add a `QueueList` class that implements both `Queue` and `List`. |
| 16 |
| 17 ## 0.9.4 |
| 18 |
| 19 * Add a `CanonicalizedMap` class that canonicalizes its keys to provide a custom |
| 20 equality relation. |
| 21 |
| 22 ## 0.9.3+1 |
| 23 |
| 24 * Fix all analyzer hints. |
| 25 |
| 26 ## 0.9.3 |
| 27 |
| 28 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s |
| 29 keys. |
| 30 |
| 31 * Add a `MapValueSet` class that takes a function from values to keys and uses |
| 32 it to expose a `Set` view of a `Map`'s values. |
OLD | NEW |