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

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

Issue 308763003: Release stack_trace 1.0.0. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix dependency pubspecs 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 | « pkg/barback/pubspec.yaml ('k') | 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+1
2
3 * Widen the version constraint for `stack_trace`.
4
1 ## 0.11.1 5 ## 0.11.1
2 6
3 * Expose the `IOClient` class which wraps a `dart:io` `HttpClient`. 7 * Expose the `IOClient` class which wraps a `dart:io` `HttpClient`.
4 8
5 ## 0.11.0+1 9 ## 0.11.0+1
6 10
7 * Fix a bug in handling errors in decoding XMLHttpRequest responses for 11 * Fix a bug in handling errors in decoding XMLHttpRequest responses for
8 `BrowserClient`. 12 `BrowserClient`.
9 13
10 ## 0.11.0 14 ## 0.11.0
(...skipping 12 matching lines...) Expand all
23 27
24 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` 28 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null`
25 to indicate an unknown content length rather than -1. 29 to indicate an unknown content length rather than -1.
26 30
27 * The `contentLength` parameter to `new BaseResponse` is now named rather than 31 * The `contentLength` parameter to `new BaseResponse` is now named rather than
28 positional. 32 positional.
29 33
30 * Make request headers case-insensitive. 34 * Make request headers case-insensitive.
31 35
32 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions. 36 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions.
OLDNEW
« no previous file with comments | « pkg/barback/pubspec.yaml ('k') | pkg/http/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698