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

Side by Side Diff: CHANGELOG.md

Issue 1774183002: Throw a StateError in case no model was registered for a given kind (Closed) Base URL: git@github.com:dart-lang/gcloud.git@master
Patch Set: Created 4 years, 9 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/db/model_db_impl.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.2.0+11
2
3 * Throw a [StateError] in case a query returned a kind for which there was no
4 model registered.
5
1 ## 0.2.0+10 6 ## 0.2.0+10
2 7
3 * Address analyzer warnings. 8 * Address analyzer warnings.
4 9
5 ## 0.2.0+9 10 ## 0.2.0+9
6 11
7 * Support value transformation in `db.query().filter()`. 12 * Support value transformation in `db.query().filter()`.
8 * Widen constraint on `googleapis` and `googleapis_beta`. 13 * Widen constraint on `googleapis` and `googleapis_beta`.
9 14
10 ## 0.2.0+8 15 ## 0.2.0+8
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 69
65 ## 0.1.1 70 ## 0.1.1
66 71
67 * Increased version constraint on googleapis{,_auth,_beta}. 72 * Increased version constraint on googleapis{,_auth,_beta}.
68 73
69 * Removed unused imports. 74 * Removed unused imports.
70 75
71 ## 0.1.0 76 ## 0.1.0
72 77
73 * First release. 78 * First release.
OLDNEW
« no previous file with comments | « no previous file | lib/src/db/model_db_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698