| OLD | NEW |
| 1 ## 1.9.2 | 1 ## 1.10.1 |
| 2 | 2 |
| 3 * `Set.difference` now takes a `Set<Object>` as argument. | 3 * `Set.difference` now takes a `Set<Object>` as argument. |
| 4 | 4 |
| 5 ## 1.9.1 | 5 ## 1.9.1 |
| 6 | 6 |
| 7 * Fix some documentation bugs. | 7 * Fix some documentation bugs. |
| 8 | 8 |
| 9 ## 1.9.0 | 9 ## 1.9.0 |
| 10 | 10 |
| 11 * Add a top-level `stronglyConnectedComponents()` function that returns the | 11 * Add a top-level `stronglyConnectedComponents()` function that returns the |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 | 105 |
| 106 * Fix all analyzer hints. | 106 * Fix all analyzer hints. |
| 107 | 107 |
| 108 ## 0.9.3 | 108 ## 0.9.3 |
| 109 | 109 |
| 110 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s | 110 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s |
| 111 keys. | 111 keys. |
| 112 | 112 |
| 113 * Add a `MapValueSet` class that takes a function from values to keys and uses | 113 * Add a `MapValueSet` class that takes a function from values to keys and uses |
| 114 it to expose a `Set` view of a `Map`'s values. | 114 it to expose a `Set` view of a `Map`'s values. |
| OLD | NEW |