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

Side by Side Diff: CHANGELOG.md

Issue 2285803002: Upgrade to use stable `package:googleapis/v1.dart` of datastore (Closed) Base URL: git@github.com:dart-lang/gcloud.git@master
Patch Set: Update upper constraint on http_parser Created 4 years, 3 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/db.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 ## 0.3.0
2
3 * Upgrade to use stable `package:googleapis/datastore/v1.dart`.
4
5 * The internal [DatastoreImpl] class takes now a project name without the `s~`
6 prefix.
7
1 ## 0.2.0+14 8 ## 0.2.0+14
2 9
3 * Fix analyzer warning. 10 * Fix analyzer warning.
4 11
5 ## 0.2.0+13 12 ## 0.2.0+13
6 13
7 * Remove crypto dependency and upgrade dart dependency to >=1.13 since 14 * Remove crypto dependency and upgrade dart dependency to >=1.13 since
8 this dart version provides the Base64 codec. 15 this dart version provides the Base64 codec.
9 16
10 ## 0.2.0+11 17 ## 0.2.0+11
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 85
79 ## 0.1.1 86 ## 0.1.1
80 87
81 * Increased version constraint on googleapis{,_auth,_beta}. 88 * Increased version constraint on googleapis{,_auth,_beta}.
82 89
83 * Removed unused imports. 90 * Removed unused imports.
84 91
85 ## 0.1.0 92 ## 0.1.0
86 93
87 * First release. 94 * First release.
OLDNEW
« no previous file with comments | « no previous file | lib/db.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698