OLD | NEW |
| 1 ## 0.2.3 |
| 2 |
| 3 * Small bugfix in the lowlevel memcache API implementation. |
| 4 |
1 ## 0.2.2 | 5 ## 0.2.2 |
2 | 6 |
3 * Updated `README.md` | 7 * Updated `README.md` |
4 * Widen googleapis_auth constraint to include version 0.2.0 | 8 * Widen googleapis_auth constraint to include version 0.2.0 |
5 | 9 |
6 ## 0.2.1 | 10 ## 0.2.1 |
7 | 11 |
8 * Small bugfix in storage API implementation | 12 * Small bugfix in storage API implementation |
9 * respect DART_PUB_SERVE url only in developer mode | 13 * respect DART_PUB_SERVE url only in developer mode |
10 * sync db/datastore tests to the ones used in gcloud | 14 * sync db/datastore tests to the ones used in gcloud |
11 | 15 |
12 ## 0.2.0 | 16 ## 0.2.0 |
13 | 17 |
14 * Use datastore/db APIs from package:gcloud | 18 * Use datastore/db APIs from package:gcloud |
15 * simplified annotation system | 19 * simplified annotation system |
16 * paging-based query API | 20 * paging-based query API |
17 * Added module service | 21 * Added module service |
18 * Some bugfixes | 22 * Some bugfixes |
19 | 23 |
20 ## 0.1.0 | 24 ## 0.1.0 |
21 | 25 |
22 * Alpha release | 26 * Alpha release |
OLD | NEW |