| OLD | NEW |
| 1 # 1.0.2 |
| 2 |
| 3 * Fix all strong-mode warnings. |
| 4 |
| 5 * Support `crypto` 1.0.0. |
| 6 |
| 7 * Support `http_parser` 3.0.0. |
| 8 |
| 1 # 1.0.1 | 9 # 1.0.1 |
| 2 | 10 |
| 3 * Support `http_parser` 2.0.0. | 11 * Support `http_parser` 2.0.0. |
| 4 | 12 |
| 5 # 1.0.0 | 13 # 1.0.0 |
| 6 | 14 |
| 7 ## Breaking changes | 15 ## Breaking changes |
| 8 | 16 |
| 9 * Requests that use client authentication, such as the | 17 * Requests that use client authentication, such as the |
| 10 `AuthorizationCodeGrant`'s access token request and `Credentials`' refresh | 18 `AuthorizationCodeGrant`'s access token request and `Credentials`' refresh |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 * Update the `http` dependency. | 49 * Update the `http` dependency. |
| 42 | 50 |
| 43 * Since `http` 0.11.0 now works in non-`dart:io` contexts, `oauth2` does as | 51 * Since `http` 0.11.0 now works in non-`dart:io` contexts, `oauth2` does as |
| 44 well. | 52 well. |
| 45 | 53 |
| 46 # 0.9.2 | 54 # 0.9.2 |
| 47 | 55 |
| 48 * Expand the dependency on the HTTP package to include 0.10.x. | 56 * Expand the dependency on the HTTP package to include 0.10.x. |
| 49 | 57 |
| 50 * Add a README file. | 58 * Add a README file. |
| OLD | NEW |