| OLD | NEW |
| 1 # 1.0.1 |
| 2 |
| 3 * Support `http_parser` 2.0.0. |
| 4 |
| 1 # 1.0.0 | 5 # 1.0.0 |
| 2 | 6 |
| 3 ## Breaking changes | 7 ## Breaking changes |
| 4 | 8 |
| 5 * Requests that use client authentication, such as the | 9 * Requests that use client authentication, such as the |
| 6 `AuthorizationCodeGrant`'s access token request and `Credentials`' refresh | 10 `AuthorizationCodeGrant`'s access token request and `Credentials`' refresh |
| 7 request, now use HTTP Basic authentication by default. This form of | 11 request, now use HTTP Basic authentication by default. This form of |
| 8 authentication is strongly recommended by the OAuth 2.0 spec. The new | 12 authentication is strongly recommended by the OAuth 2.0 spec. The new |
| 9 `basicAuth` parameter may be set to `false` to force form-based authentication | 13 `basicAuth` parameter may be set to `false` to force form-based authentication |
| 10 for servers that require it. | 14 for servers that require it. |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 * Update the `http` dependency. | 41 * Update the `http` dependency. |
| 38 | 42 |
| 39 * Since `http` 0.11.0 now works in non-`dart:io` contexts, `oauth2` does as | 43 * Since `http` 0.11.0 now works in non-`dart:io` contexts, `oauth2` does as |
| 40 well. | 44 well. |
| 41 | 45 |
| 42 # 0.9.2 | 46 # 0.9.2 |
| 43 | 47 |
| 44 * Expand the dependency on the HTTP package to include 0.10.x. | 48 * Expand the dependency on the HTTP package to include 0.10.x. |
| 45 | 49 |
| 46 * Add a README file. | 50 * Add a README file. |
| OLD | NEW |