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

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: 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') | pkg/http/test/html/streamed_request_test.dart » ('J')
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
5 * Remove unused imports in tests.
nweiz 2014/06/12 20:41:18 This isn't a user-visible change. There's no need
kevmoo 2014/06/12 20:56:47 Done.
6
1 ## 0.11.1+1 7 ## 0.11.1+1
2 8
3 * Widen the version constraint for `stack_trace`. 9 * Widen the version constraint for `stack_trace`.
4 10
5 ## 0.11.1 11 ## 0.11.1
6 12
7 * Expose the `IOClient` class which wraps a `dart:io` `HttpClient`. 13 * Expose the `IOClient` class which wraps a `dart:io` `HttpClient`.
8 14
9 ## 0.11.0+1 15 ## 0.11.0+1
10 16
(...skipping 16 matching lines...) Expand all
27 33
28 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` 34 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null`
29 to indicate an unknown content length rather than -1. 35 to indicate an unknown content length rather than -1.
30 36
31 * The `contentLength` parameter to `new BaseResponse` is now named rather than 37 * The `contentLength` parameter to `new BaseResponse` is now named rather than
32 positional. 38 positional.
33 39
34 * Make request headers case-insensitive. 40 * Make request headers case-insensitive.
35 41
36 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions. 42 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions.
OLDNEW
« no previous file with comments | « no previous file | pkg/http/pubspec.yaml » ('j') | pkg/http/test/html/streamed_request_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698