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

Side by Side Diff: CHANGELOG.md

Issue 851423003: Request now has the same body model as Response (Closed) Base URL: https://github.com/dart-lang/shelf.git@master
Patch Set: nits Created 5 years, 11 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/src/message.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.5.7
2
3 * Updated `Request` to support the `body` model from `Response`.
4
1 ## 0.5.6 5 ## 0.5.6
2 6
3 * Fixed `createMiddleware` to only catch errors if `errorHandler` is provided. 7 * Fixed `createMiddleware` to only catch errors if `errorHandler` is provided.
4 8
5 * Updated `handleRequest` in `shelf_io` to more gracefully handle errors when 9 * Updated `handleRequest` in `shelf_io` to more gracefully handle errors when
6 parsing `HttpRequest`. 10 parsing `HttpRequest`.
7 11
8 ## 0.5.5+1 12 ## 0.5.5+1
9 13
10 * Updated `Request.change` to include the original `onHijack` callback if one 14 * Updated `Request.change` to include the original `onHijack` callback if one
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 127
124 * **BREAKING** Removed `Shelf` prefix from all classes. 128 * **BREAKING** Removed `Shelf` prefix from all classes.
125 * **BREAKING** `Response` has drastically different constructors. 129 * **BREAKING** `Response` has drastically different constructors.
126 * *NEW!* `Response` now accepts a body of either `String` or 130 * *NEW!* `Response` now accepts a body of either `String` or
127 `Stream<List<int>>`. 131 `Stream<List<int>>`.
128 * *NEW!* `Response` now exposes `encoding` and `mimeType`. 132 * *NEW!* `Response` now exposes `encoding` and `mimeType`.
129 133
130 ## 0.1.0 2014-03-02 134 ## 0.1.0 2014-03-02
131 135
132 * First reviewed release 136 * First reviewed release
OLDNEW
« no previous file with comments | « no previous file | lib/src/message.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698