| OLD | NEW |
| 1 ## 1.2.0 |
| 2 |
| 3 * Add string comparators that ignore ASCII case and sort numbers numerically. |
| 4 |
| 1 ## 1.1.3 | 5 ## 1.1.3 |
| 2 | 6 |
| 3 * Fix type inconsistencies with `Map` and `Set`. | 7 * Fix type inconsistencies with `Map` and `Set`. |
| 4 | 8 |
| 5 ## 1.1.2 | 9 ## 1.1.2 |
| 6 | 10 |
| 7 * Export `UnmodifiableMapView` from the Dart core libraries. | 11 * Export `UnmodifiableMapView` from the Dart core libraries. |
| 8 | 12 |
| 9 ## 1.1.1 | 13 ## 1.1.1 |
| 10 | 14 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 | 27 |
| 24 * Fix all analyzer hints. | 28 * Fix all analyzer hints. |
| 25 | 29 |
| 26 ## 0.9.3 | 30 ## 0.9.3 |
| 27 | 31 |
| 28 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s | 32 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s |
| 29 keys. | 33 keys. |
| 30 | 34 |
| 31 * Add a `MapValueSet` class that takes a function from values to keys and uses | 35 * 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. | 36 it to expose a `Set` view of a `Map`'s values. |
| OLD | NEW |