OLD | NEW |
| 1 ## 0.3.0 |
| 2 |
| 3 * Upgrade to use stable `package:googleapis/datastore/v1.dart`. |
| 4 |
| 5 * The internal [DatastoreImpl] class takes now a project name without the `s~` |
| 6 prefix. |
| 7 |
1 ## 0.2.0+14 | 8 ## 0.2.0+14 |
2 | 9 |
3 * Fix analyzer warning. | 10 * Fix analyzer warning. |
4 | 11 |
5 ## 0.2.0+13 | 12 ## 0.2.0+13 |
6 | 13 |
7 * Remove crypto dependency and upgrade dart dependency to >=1.13 since | 14 * Remove crypto dependency and upgrade dart dependency to >=1.13 since |
8 this dart version provides the Base64 codec. | 15 this dart version provides the Base64 codec. |
9 | 16 |
10 ## 0.2.0+11 | 17 ## 0.2.0+11 |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 | 85 |
79 ## 0.1.1 | 86 ## 0.1.1 |
80 | 87 |
81 * Increased version constraint on googleapis{,_auth,_beta}. | 88 * Increased version constraint on googleapis{,_auth,_beta}. |
82 | 89 |
83 * Removed unused imports. | 90 * Removed unused imports. |
84 | 91 |
85 ## 0.1.0 | 92 ## 0.1.0 |
86 | 93 |
87 * First release. | 94 * First release. |
OLD | NEW |