| OLD | NEW |
| 1 ## 0.6.2+1 |
| 2 |
| 3 * Support `http_parser` 1.0.0. |
| 4 |
| 1 ## 0.6.2 | 5 ## 0.6.2 |
| 2 | 6 |
| 3 * Added a `body` named argument to `change` method on `Request` and `Response`. | 7 * Added a `body` named argument to `change` method on `Request` and `Response`. |
| 4 | 8 |
| 5 ## 0.6.1+3 | 9 ## 0.6.1+3 |
| 6 | 10 |
| 7 * Updated minimum SDK to `1.9.0`. | 11 * Updated minimum SDK to `1.9.0`. |
| 8 | 12 |
| 9 * Allow an empty `url` parameter to be passed in to `new Request()`. This fits | 13 * Allow an empty `url` parameter to be passed in to `new Request()`. This fits |
| 10 the stated semantics of the class, and should not have been forbidden. | 14 the stated semantics of the class, and should not have been forbidden. |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 | 182 |
| 179 * **BREAKING** Removed `Shelf` prefix from all classes. | 183 * **BREAKING** Removed `Shelf` prefix from all classes. |
| 180 * **BREAKING** `Response` has drastically different constructors. | 184 * **BREAKING** `Response` has drastically different constructors. |
| 181 * *NEW!* `Response` now accepts a body of either `String` or | 185 * *NEW!* `Response` now accepts a body of either `String` or |
| 182 `Stream<List<int>>`. | 186 `Stream<List<int>>`. |
| 183 * *NEW!* `Response` now exposes `encoding` and `mimeType`. | 187 * *NEW!* `Response` now exposes `encoding` and `mimeType`. |
| 184 | 188 |
| 185 ## 0.1.0 2014-03-02 | 189 ## 0.1.0 2014-03-02 |
| 186 | 190 |
| 187 * First reviewed release | 191 * First reviewed release |
| OLD | NEW |