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

Side by Side Diff: CHANGELOG.md

Issue 2261453002: Implement missing interface member in mock ModelDB (Closed) Base URL: git@github.com:dart-lang/gcloud.git@master
Patch Set: Version 0.2.0+14 Created 4 years, 4 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 | pubspec.yaml » ('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.2.0+14
2
3 * Fix analyzer warning.
4
1 ## 0.2.0+13 5 ## 0.2.0+13
2 6
3 * Remove crypto dependency and upgrade dart dependency to >=1.13 since 7 * Remove crypto dependency and upgrade dart dependency to >=1.13 since
4 this dart version provides the Base64 codec. 8 this dart version provides the Base64 codec.
5 9
6 ## 0.2.0+11 10 ## 0.2.0+11
7 11
8 * Throw a [StateError] in case a query returned a kind for which there was no 12 * Throw a [StateError] in case a query returned a kind for which there was no
9 model registered. 13 model registered.
10 14
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 78
75 ## 0.1.1 79 ## 0.1.1
76 80
77 * Increased version constraint on googleapis{,_auth,_beta}. 81 * Increased version constraint on googleapis{,_auth,_beta}.
78 82
79 * Removed unused imports. 83 * Removed unused imports.
80 84
81 ## 0.1.0 85 ## 0.1.0
82 86
83 * First release. 87 * First release.
OLDNEW
« no previous file with comments | « no previous file | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698