| OLD | NEW |
| 1 ## 0.11.3 |
| 2 |
| 3 * Add a `Client.patch` shortcut method and a matching top-level `patch` method. |
| 4 |
| 1 ## 0.11.2 | 5 ## 0.11.2 |
| 2 | 6 |
| 3 * Add a `BrowserClient.withCredentials` property. | 7 * Add a `BrowserClient.withCredentials` property. |
| 4 | 8 |
| 5 ## 0.11.1+3 | 9 ## 0.11.1+3 |
| 6 | 10 |
| 7 * Properly namespace an internal library name. | 11 * Properly namespace an internal library name. |
| 8 | 12 |
| 9 ## 0.11.1+2 | 13 ## 0.11.1+2 |
| 10 | 14 |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 | 43 |
| 40 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` | 44 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` |
| 41 to indicate an unknown content length rather than -1. | 45 to indicate an unknown content length rather than -1. |
| 42 | 46 |
| 43 * The `contentLength` parameter to `new BaseResponse` is now named rather than | 47 * The `contentLength` parameter to `new BaseResponse` is now named rather than |
| 44 positional. | 48 positional. |
| 45 | 49 |
| 46 * Make request headers case-insensitive. | 50 * Make request headers case-insensitive. |
| 47 | 51 |
| 48 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions. | 52 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions. |
| OLD | NEW |