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

Side by Side Diff: CHANGELOG.md

Issue 937133002: Add DatastoreDB.replace({defaultPartition}) (Closed) Base URL: git@github.com:dart-lang/gcloud.git@master
Patch Set: Addressed comments Created 5 years, 10 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/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.1.4
2
3 * Added optional `defaultPartition` parameter to the constructor of
4 `DatastoreDB`.
5
6 ## 0.1.3+2
7
8 * Widened googleapis/googleapis_beta constraints in pubspec.yaml.
9
1 ## 0.1.3+1 10 ## 0.1.3+1
2 11
3 * Change the service scope keys keys to non-private symbols. 12 * Change the service scope keys keys to non-private symbols.
4 13
5 ## 0.1.3 14 ## 0.1.3
6 15
7 * Widen package:googleapis dependency constraint in pubspec.yaml. 16 * Widen package:googleapis dependency constraint in pubspec.yaml.
8 * Bugfix in `package:appengine/db.dart`: Correctly handle ListProperties 17 * Bugfix in `package:appengine/db.dart`: Correctly handle ListProperties
9 of length 1. 18 of length 1.
10 19
11 ## 0.1.2 20 ## 0.1.2
12 21
13 * Introduced `package:gcloud/service_scope.dart` library. 22 * Introduced `package:gcloud/service_scope.dart` library.
14 * Added global getters for getting gcloud services from the current service 23 * Added global getters for getting gcloud services from the current service
15 scope. 24 scope.
16 * Added an `package:gcloud/http.dart` library using service scopes. 25 * Added an `package:gcloud/http.dart` library using service scopes.
17 26
18 ## 0.1.1 27 ## 0.1.1
19 28
20 * Increased version constraint on googleapis{,_auth,_beta}. 29 * Increased version constraint on googleapis{,_auth,_beta}.
21 30
22 * Removed unused imports. 31 * Removed unused imports.
23 32
24 ## 0.1.0 33 ## 0.1.0
25 34
26 * First release. 35 * First release.
OLDNEW
« no previous file with comments | « no previous file | lib/src/db/db.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698