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

Side by Side Diff: CHANGELOG.md

Issue 1306013003: Support http_parser 1.0.0. (Closed) Base URL: git@github.com:dart-lang/shelf@master
Patch Set: Created 5 years, 4 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 | pubspec.yaml » ('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.2+1
2
3 * Support `http_parser` 1.0.0.
4
1 ## 0.6.2 5 ## 0.6.2
2 6
3 * Added a `body` named argument to `change` method on `Request` and `Response`. 7 * Added a `body` named argument to `change` method on `Request` and `Response`.
4 8
5 ## 0.6.1+3 9 ## 0.6.1+3
6 10
7 * Updated minimum SDK to `1.9.0`. 11 * Updated minimum SDK to `1.9.0`.
8 12
9 * Allow an empty `url` parameter to be passed in to `new Request()`. This fits 13 * Allow an empty `url` parameter to be passed in to `new Request()`. This fits
10 the stated semantics of the class, and should not have been forbidden. 14 the stated semantics of the class, and should not have been forbidden.
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 182
179 * **BREAKING** Removed `Shelf` prefix from all classes. 183 * **BREAKING** Removed `Shelf` prefix from all classes.
180 * **BREAKING** `Response` has drastically different constructors. 184 * **BREAKING** `Response` has drastically different constructors.
181 * *NEW!* `Response` now accepts a body of either `String` or 185 * *NEW!* `Response` now accepts a body of either `String` or
182 `Stream<List<int>>`. 186 `Stream<List<int>>`.
183 * *NEW!* `Response` now exposes `encoding` and `mimeType`. 187 * *NEW!* `Response` now exposes `encoding` and `mimeType`.
184 188
185 ## 0.1.0 2014-03-02 189 ## 0.1.0 2014-03-02
186 190
187 * First reviewed release 191 * First reviewed release
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698