| OLD | NEW |
| 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. |
| OLD | NEW |