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