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