| OLD | NEW |
| 1 ## 0.5.4+3 |
| 2 |
| 3 * Widen the version constraint on the `collection` package. |
| 4 |
| 1 ## 0.5.4+2 | 5 ## 0.5.4+2 |
| 2 | 6 |
| 3 * Updated headers map to use a more efficient case-insensitive backing store. | 7 * Updated headers map to use a more efficient case-insensitive backing store. |
| 4 | 8 |
| 5 ## 0.5.4+1 | 9 ## 0.5.4+1 |
| 6 | 10 |
| 7 * Widen the version constraint for `stack_trace`. | 11 * Widen the version constraint for `stack_trace`. |
| 8 | 12 |
| 9 ## 0.5.4 | 13 ## 0.5.4 |
| 10 | 14 |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 | 102 |
| 99 * **BREAKING** Removed `Shelf` prefix from all classes. | 103 * **BREAKING** Removed `Shelf` prefix from all classes. |
| 100 * **BREAKING** `Response` has drastically different constructors. | 104 * **BREAKING** `Response` has drastically different constructors. |
| 101 * *NEW!* `Response` now accepts a body of either `String` or | 105 * *NEW!* `Response` now accepts a body of either `String` or |
| 102 `Stream<List<int>>`. | 106 `Stream<List<int>>`. |
| 103 * *NEW!* `Response` now exposes `encoding` and `mimeType`. | 107 * *NEW!* `Response` now exposes `encoding` and `mimeType`. |
| 104 | 108 |
| 105 ## 0.1.0 2014-03-02 | 109 ## 0.1.0 2014-03-02 |
| 106 | 110 |
| 107 * First reviewed release | 111 * First reviewed release |
| OLD | NEW |