Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## 0.11.4 | |
|
nweiz
2015/08/25 23:25:00
This should be 0.11.3+1.
kevmoo
2015/08/27 21:14:20
Well, now 0.11.3+2, but yes – done
| |
| 2 | |
| 3 * Require Dart SDK >= 1.7.0 | |
| 4 | |
| 5 * Eliminate many uses of `Chain.track` from the `stack_trace` package. | |
| 6 | |
| 1 ## 0.11.3 | 7 ## 0.11.3 |
| 2 | 8 |
| 3 * Add a `Client.patch` shortcut method and a matching top-level `patch` method. | 9 * Add a `Client.patch` shortcut method and a matching top-level `patch` method. |
| 4 | 10 |
| 5 ## 0.11.2 | 11 ## 0.11.2 |
| 6 | 12 |
| 7 * Add a `BrowserClient.withCredentials` property. | 13 * Add a `BrowserClient.withCredentials` property. |
| 8 | 14 |
| 9 ## 0.11.1+3 | 15 ## 0.11.1+3 |
| 10 | 16 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 43 | 49 |
| 44 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` | 50 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` |
| 45 to indicate an unknown content length rather than -1. | 51 to indicate an unknown content length rather than -1. |
| 46 | 52 |
| 47 * The `contentLength` parameter to `new BaseResponse` is now named rather than | 53 * The `contentLength` parameter to `new BaseResponse` is now named rather than |
| 48 positional. | 54 positional. |
| 49 | 55 |
| 50 * Make request headers case-insensitive. | 56 * Make request headers case-insensitive. |
| 51 | 57 |
| 52 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions. | 58 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions. |
| OLD | NEW |