| OLD | NEW |
| 1 ## 0.6.5+3 |
| 2 |
| 3 * Improve the documentation of `logRequests()`. |
| 4 |
| 1 ## 0.6.5+2 | 5 ## 0.6.5+2 |
| 2 | 6 |
| 3 * Support `http_parser` 3.0.0. | 7 * Support `http_parser` 3.0.0. |
| 4 | 8 |
| 5 ## 0.6.5+1 | 9 ## 0.6.5+1 |
| 6 | 10 |
| 7 * Fix all strong-mode warnings and errors. | 11 * Fix all strong-mode warnings and errors. |
| 8 | 12 |
| 9 ## 0.6.5 | 13 ## 0.6.5 |
| 10 | 14 |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 | 238 |
| 235 * **BREAKING** Removed `Shelf` prefix from all classes. | 239 * **BREAKING** Removed `Shelf` prefix from all classes. |
| 236 * **BREAKING** `Response` has drastically different constructors. | 240 * **BREAKING** `Response` has drastically different constructors. |
| 237 * *NEW!* `Response` now accepts a body of either `String` or | 241 * *NEW!* `Response` now accepts a body of either `String` or |
| 238 `Stream<List<int>>`. | 242 `Stream<List<int>>`. |
| 239 * *NEW!* `Response` now exposes `encoding` and `mimeType`. | 243 * *NEW!* `Response` now exposes `encoding` and `mimeType`. |
| 240 | 244 |
| 241 ## 0.1.0 2014-03-02 | 245 ## 0.1.0 2014-03-02 |
| 242 | 246 |
| 243 * First reviewed release | 247 * First reviewed release |
| OLD | NEW |