Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: CHANGELOG.md

Issue 1030013003: Fix null response handling. (Closed) Base URL: git@github.com:dart-lang/shelf@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/shelf_io.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « no previous file | lib/shelf_io.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698