Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Side by Side Diff: CHANGELOG.md

Issue 1953643002: Fix all strong-mode warnings. (Closed) Base URL: git@github.com:dart-lang/oauth2.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/src/authorization_code_grant.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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.
OLDNEW
« no previous file with comments | « no previous file | lib/src/authorization_code_grant.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698