| OLD | NEW |
| 1 ## 1.5.2 | 1 ## 1.6.0 |
| 2 | 2 |
| 3 * Add a `UnionSet` class that provides a view of the union of a set of sets. |
| 4 |
| 5 * Add a `UnionSetController` class that provides a convenient way to manage the |
| 6 contents of a `UnionSet`. |
| 7 |
| 3 * Fix another incorrectly-declared generic type. | 8 * Fix another incorrectly-declared generic type. |
| 4 | 9 |
| 5 ## 1.5.1 | 10 ## 1.5.1 |
| 6 | 11 |
| 7 * Fix an incorrectly-declared generic type. | 12 * Fix an incorrectly-declared generic type. |
| 8 | 13 |
| 9 ## 1.5.0 | 14 ## 1.5.0 |
| 10 | 15 |
| 11 * Add `DelegatingIterable.typed()`, `DelegatingList.typed()`, | 16 * Add `DelegatingIterable.typed()`, `DelegatingList.typed()`, |
| 12 `DelegatingSet.typed()`, `DelegatingMap.typed()`, and | 17 `DelegatingSet.typed()`, `DelegatingMap.typed()`, and |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 | 71 |
| 67 * Fix all analyzer hints. | 72 * Fix all analyzer hints. |
| 68 | 73 |
| 69 ## 0.9.3 | 74 ## 0.9.3 |
| 70 | 75 |
| 71 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s | 76 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s |
| 72 keys. | 77 keys. |
| 73 | 78 |
| 74 * Add a `MapValueSet` class that takes a function from values to keys and uses | 79 * Add a `MapValueSet` class that takes a function from values to keys and uses |
| 75 it to expose a `Set` view of a `Map`'s values. | 80 it to expose a `Set` view of a `Map`'s values. |
| OLD | NEW |