Chromium Code Reviews| OLD | NEW |
|---|---|
| 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. |
| OLD | NEW |