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

Side by Side Diff: CHANGELOG.md

Issue 1037483002: Add support for controlling HttpResponse.bufferOutput to shelf_io. (Closed) Base URL: git@github.com:dart-lang/shelf@master
Patch Set: Code review changes 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
2
3 * `shelf_io` now takes a `"shelf.io.buffer_output"` `Response.context` parameter
4 that controls `HttpResponse.bufferOutput`.
5
1 ## 0.6.0 6 ## 0.6.0
2 7
3 **Breaking change:** The semantics of `Request.scriptName` and 8 **Breaking change:** The semantics of `Request.scriptName` and
4 [`Request.url`][url] have been overhauled, and the former has been renamed to 9 [`Request.url`][url] have been overhauled, and the former has been renamed to
5 [`Request.handlerPath`][handlerPath]. `handlerPath` is now the root-relative URL 10 [`Request.handlerPath`][handlerPath]. `handlerPath` is now the root-relative URL
6 path to the current handler, while `url`'s path is the relative path from the 11 path to the current handler, while `url`'s path is the relative path from the
7 current handler to the requested. The new semantics are easier to describe and 12 current handler to the requested. The new semantics are easier to describe and
8 to understand. 13 to understand.
9 14
10 [url]: http://www.dartdocs.org/documentation/shelf/latest/index.html#shelf/shelf .Request@id_url 15 [url]: http://www.dartdocs.org/documentation/shelf/latest/index.html#shelf/shelf .Request@id_url
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 157
153 * **BREAKING** Removed `Shelf` prefix from all classes. 158 * **BREAKING** Removed `Shelf` prefix from all classes.
154 * **BREAKING** `Response` has drastically different constructors. 159 * **BREAKING** `Response` has drastically different constructors.
155 * *NEW!* `Response` now accepts a body of either `String` or 160 * *NEW!* `Response` now accepts a body of either `String` or
156 `Stream<List<int>>`. 161 `Stream<List<int>>`.
157 * *NEW!* `Response` now exposes `encoding` and `mimeType`. 162 * *NEW!* `Response` now exposes `encoding` and `mimeType`.
158 163
159 ## 0.1.0 2014-03-02 164 ## 0.1.0 2014-03-02
160 165
161 * First reviewed release 166 * 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