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