OLD | NEW |
| 1 ## 0.4.0 |
| 2 |
| 3 * Remove support for `FilterRelation.In` and "propertyname IN" for queries: |
| 4 This is not supported by the newer APIs and was originally part of fat-client |
| 5 libraries which performed multiple queries for each iten in the list. |
| 6 |
| 7 * Adds optional `forComparision` named argument to `Property.encodeValue` which |
| 8 will be set to `true` when encoding a value for comparison in queries. |
| 9 |
| 10 * Upgrade to newer versions of `package:googleapis` and `package:googleapis_beta
` |
| 11 |
1 ## 0.3.0 | 12 ## 0.3.0 |
2 | 13 |
3 * Upgrade to use stable `package:googleapis/datastore/v1.dart`. | 14 * Upgrade to use stable `package:googleapis/datastore/v1.dart`. |
4 | 15 |
5 * The internal [DatastoreImpl] class takes now a project name without the `s~` | 16 * The internal [DatastoreImpl] class takes now a project name without the `s~` |
6 prefix. | 17 prefix. |
7 | 18 |
8 ## 0.2.0+14 | 19 ## 0.2.0+14 |
9 | 20 |
10 * Fix analyzer warning. | 21 * Fix analyzer warning. |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 | 96 |
86 ## 0.1.1 | 97 ## 0.1.1 |
87 | 98 |
88 * Increased version constraint on googleapis{,_auth,_beta}. | 99 * Increased version constraint on googleapis{,_auth,_beta}. |
89 | 100 |
90 * Removed unused imports. | 101 * Removed unused imports. |
91 | 102 |
92 ## 0.1.0 | 103 ## 0.1.0 |
93 | 104 |
94 * First release. | 105 * First release. |
OLD | NEW |