| OLD | NEW |
| 1 ## 0.6.1+1 |
| 2 |
| 3 * Don't throw a bogus exception for `null` responses. |
| 4 |
| 1 ## 0.6.1 | 5 ## 0.6.1 |
| 2 | 6 |
| 3 * `shelf_io` now takes a `"shelf.io.buffer_output"` `Response.context` parameter | 7 * `shelf_io` now takes a `"shelf.io.buffer_output"` `Response.context` parameter |
| 4 that controls `HttpResponse.bufferOutput`. | 8 that controls `HttpResponse.bufferOutput`. |
| 5 | 9 |
| 6 * Fixed spelling errors in README and code comments. | 10 * Fixed spelling errors in README and code comments. |
| 7 | 11 |
| 8 ## 0.6.0 | 12 ## 0.6.0 |
| 9 | 13 |
| 10 **Breaking change:** The semantics of `Request.scriptName` and | 14 **Breaking change:** The semantics of `Request.scriptName` and |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 | 163 |
| 160 * **BREAKING** Removed `Shelf` prefix from all classes. | 164 * **BREAKING** Removed `Shelf` prefix from all classes. |
| 161 * **BREAKING** `Response` has drastically different constructors. | 165 * **BREAKING** `Response` has drastically different constructors. |
| 162 * *NEW!* `Response` now accepts a body of either `String` or | 166 * *NEW!* `Response` now accepts a body of either `String` or |
| 163 `Stream<List<int>>`. | 167 `Stream<List<int>>`. |
| 164 * *NEW!* `Response` now exposes `encoding` and `mimeType`. | 168 * *NEW!* `Response` now exposes `encoding` and `mimeType`. |
| 165 | 169 |
| 166 ## 0.1.0 2014-03-02 | 170 ## 0.1.0 2014-03-02 |
| 167 | 171 |
| 168 * First reviewed release | 172 * First reviewed release |
| OLD | NEW |