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

Side by Side Diff: pkg/http/CHANGELOG.md

Issue 334703004: pkg/http: updated unittest dependency, removed unused imports (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: changelog tweaks Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/http/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.1+2
2
3 * Widen the version constraint on `unittest`.
4
1 ## 0.11.1+1 5 ## 0.11.1+1
2 6
3 * Widen the version constraint for `stack_trace`. 7 * Widen the version constraint for `stack_trace`.
4 8
5 ## 0.11.1 9 ## 0.11.1
6 10
7 * Expose the `IOClient` class which wraps a `dart:io` `HttpClient`. 11 * Expose the `IOClient` class which wraps a `dart:io` `HttpClient`.
8 12
9 ## 0.11.0+1 13 ## 0.11.0+1
10 14
(...skipping 16 matching lines...) Expand all
27 31
28 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` 32 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null`
29 to indicate an unknown content length rather than -1. 33 to indicate an unknown content length rather than -1.
30 34
31 * The `contentLength` parameter to `new BaseResponse` is now named rather than 35 * The `contentLength` parameter to `new BaseResponse` is now named rather than
32 positional. 36 positional.
33 37
34 * Make request headers case-insensitive. 38 * Make request headers case-insensitive.
35 39
36 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions. 40 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions.
OLDNEW
« no previous file with comments | « no previous file | pkg/http/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698