| OLD | NEW |
| 1 ## 1.5.2 |
| 2 |
| 3 * Fix another incorrectly-declared generic type. |
| 4 |
| 1 ## 1.5.1 | 5 ## 1.5.1 |
| 2 | 6 |
| 3 * Fix an incorrectly-declared generic type. | 7 * Fix an incorrectly-declared generic type. |
| 4 | 8 |
| 5 ## 1.5.0 | 9 ## 1.5.0 |
| 6 | 10 |
| 7 * Add `DelegatingIterable.typed()`, `DelegatingList.typed()`, | 11 * Add `DelegatingIterable.typed()`, `DelegatingList.typed()`, |
| 8 `DelegatingSet.typed()`, `DelegatingMap.typed()`, and | 12 `DelegatingSet.typed()`, `DelegatingMap.typed()`, and |
| 9 `DelegatingQueue.typed()` static methods. These wrap untyped instances of | 13 `DelegatingQueue.typed()` static methods. These wrap untyped instances of |
| 10 these classes with the correct type parameter, and assert the types of values | 14 these classes with the correct type parameter, and assert the types of values |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 | 66 |
| 63 * Fix all analyzer hints. | 67 * Fix all analyzer hints. |
| 64 | 68 |
| 65 ## 0.9.3 | 69 ## 0.9.3 |
| 66 | 70 |
| 67 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s | 71 * Add a `MapKeySet` class that exposes an unmodifiable `Set` view of a `Map`'s |
| 68 keys. | 72 keys. |
| 69 | 73 |
| 70 * Add a `MapValueSet` class that takes a function from values to keys and uses | 74 * Add a `MapValueSet` class that takes a function from values to keys and uses |
| 71 it to expose a `Set` view of a `Map`'s values. | 75 it to expose a `Set` view of a `Map`'s values. |
| OLD | NEW |