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

Side by Side Diff: CHANGELOG.md

Issue 1922883004: Fix more strong-mode warnings. (Closed) Base URL: git@github.com:dart-lang/http@master
Patch Set: Created 4 years, 7 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/http.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.11.3+5
2
3 * Fix some lingering strong mode warnings
4
1 ## 0.11.3+4 5 ## 0.11.3+4
2 6
3 * Fix all strong mode warnings. 7 * Fix all strong mode warnings.
4 8
5 ## 0.11.3+3 9 ## 0.11.3+3
6 10
7 * Support `http_parser` 2.0.0. 11 * Support `http_parser` 2.0.0.
8 12
9 ## 0.11.3+2 13 ## 0.11.3+2
10 14
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 65
62 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` 66 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null`
63 to indicate an unknown content length rather than -1. 67 to indicate an unknown content length rather than -1.
64 68
65 * The `contentLength` parameter to `new BaseResponse` is now named rather than 69 * The `contentLength` parameter to `new BaseResponse` is now named rather than
66 positional. 70 positional.
67 71
68 * Make request headers case-insensitive. 72 * Make request headers case-insensitive.
69 73
70 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions. 74 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions.
OLDNEW
« no previous file with comments | « no previous file | lib/http.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698