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

Side by Side Diff: CHANGELOG.md

Issue 1520863002: Implement support for converting db values to datastore values with db.Query.filter (Closed) Base URL: git@github.com:dart-lang/gcloud.git@master
Patch Set: Created 5 years 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/datastore_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+9
2
3 * Support value transformation in `db.query().filter()`.
4 * Widen constraint on `googleapis` and `googleapis_beta`.
5
1 ## 0.2.0+8 6 ## 0.2.0+8
2 7
3 * Widen constraint on `googleapis` and `googleapis_beta`. 8 * Widen constraint on `googleapis` and `googleapis_beta`.
4 9
5 ## 0.2.0+4 10 ## 0.2.0+4
6 11
7 * `Storage.read` now honors `offset` and `length` arguments. 12 * `Storage.read` now honors `offset` and `length` arguments.
8 13
9 ## 0.2.0+2 14 ## 0.2.0+2
10 15
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 60
56 ## 0.1.1 61 ## 0.1.1
57 62
58 * Increased version constraint on googleapis{,_auth,_beta}. 63 * Increased version constraint on googleapis{,_auth,_beta}.
59 64
60 * Removed unused imports. 65 * Removed unused imports.
61 66
62 ## 0.1.0 67 ## 0.1.0
63 68
64 * First release. 69 * First release.
OLDNEW
« no previous file with comments | « no previous file | lib/src/datastore_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698