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

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: 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') | lib/src/db/db.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.1.4
2
3 * Added `DatastoreDB.replace({Partition defaultPartition})` method.
4
Søren Gjesse 2015/02/19 11:59:51 Could you add an entry for 0.1.3+2 (I forgot that
kustermann 2015/02/19 12:17:11 Done. Used: * Widened googleapis/googleapis_beta
1 ## 0.1.3+1 5 ## 0.1.3+1
2 6
3 * Change the service scope keys keys to non-private symbols. 7 * Change the service scope keys keys to non-private symbols.
4 8
5 ## 0.1.3 9 ## 0.1.3
6 10
7 * Widen package:googleapis dependency constraint in pubspec.yaml. 11 * Widen package:googleapis dependency constraint in pubspec.yaml.
8 * Bugfix in `package:appengine/db.dart`: Correctly handle ListProperties 12 * Bugfix in `package:appengine/db.dart`: Correctly handle ListProperties
9 of length 1. 13 of length 1.
10 14
11 ## 0.1.2 15 ## 0.1.2
12 16
13 * Introduced `package:gcloud/service_scope.dart` library. 17 * Introduced `package:gcloud/service_scope.dart` library.
14 * Added global getters for getting gcloud services from the current service 18 * Added global getters for getting gcloud services from the current service
15 scope. 19 scope.
16 * Added an `package:gcloud/http.dart` library using service scopes. 20 * Added an `package:gcloud/http.dart` library using service scopes.
17 21
18 ## 0.1.1 22 ## 0.1.1
19 23
20 * Increased version constraint on googleapis{,_auth,_beta}. 24 * Increased version constraint on googleapis{,_auth,_beta}.
21 25
22 * Removed unused imports. 26 * Removed unused imports.
23 27
24 ## 0.1.0 28 ## 0.1.0
25 29
26 * First release. 30 * First release.
OLDNEW
« no previous file with comments | « no previous file | lib/src/db/db.dart » ('j') | lib/src/db/db.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698