Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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. |
| OLD | NEW |