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

Side by Side Diff: CHANGELOG.md

Issue 1306243008: Support http_parser 1.0.0. (Closed) Base URL: git@github.com:dart-lang/http@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.11.3+1
2
3 * Support `http_parser` 1.0.0.
4
1 ## 0.11.3 5 ## 0.11.3
2 6
3 * Add a `Client.patch` shortcut method and a matching top-level `patch` method. 7 * Add a `Client.patch` shortcut method and a matching top-level `patch` method.
4 8
5 ## 0.11.2 9 ## 0.11.2
6 10
7 * Add a `BrowserClient.withCredentials` property. 11 * Add a `BrowserClient.withCredentials` property.
8 12
9 ## 0.11.1+3 13 ## 0.11.1+3
10 14
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 47
44 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` 48 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null`
45 to indicate an unknown content length rather than -1. 49 to indicate an unknown content length rather than -1.
46 50
47 * The `contentLength` parameter to `new BaseResponse` is now named rather than 51 * The `contentLength` parameter to `new BaseResponse` is now named rather than
48 positional. 52 positional.
49 53
50 * Make request headers case-insensitive. 54 * Make request headers case-insensitive.
51 55
52 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions. 56 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions.
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