| OLD | NEW |
| 1 ## 0.11.3+2 |
| 2 |
| 3 * Require Dart SDK >= 1.9.0 |
| 4 |
| 5 * Eliminate many uses of `Chain.track` from the `stack_trace` package. |
| 6 |
| 1 ## 0.11.3+1 | 7 ## 0.11.3+1 |
| 2 | 8 |
| 3 * Support `http_parser` 1.0.0. | 9 * Support `http_parser` 1.0.0. |
| 4 | 10 |
| 5 ## 0.11.3 | 11 ## 0.11.3 |
| 6 | 12 |
| 7 * Add a `Client.patch` shortcut method and a matching top-level `patch` method. | 13 * Add a `Client.patch` shortcut method and a matching top-level `patch` method. |
| 8 | 14 |
| 9 ## 0.11.2 | 15 ## 0.11.2 |
| 10 | 16 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 | 53 |
| 48 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` | 54 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` |
| 49 to indicate an unknown content length rather than -1. | 55 to indicate an unknown content length rather than -1. |
| 50 | 56 |
| 51 * The `contentLength` parameter to `new BaseResponse` is now named rather than | 57 * The `contentLength` parameter to `new BaseResponse` is now named rather than |
| 52 positional. | 58 positional. |
| 53 | 59 |
| 54 * Make request headers case-insensitive. | 60 * Make request headers case-insensitive. |
| 55 | 61 |
| 56 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions. | 62 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions. |
| OLD | NEW |