You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## 16.0.0
4
4
5
-
* Add `<REGION>` to doc examples due to the new multi region endpoints
5
+
* Add `<REGION>` to doc examples due to the new multi region endpoints
6
6
* Add doc examples and methods for bulk api transactions: `createDocuments`, `deleteDocuments` etc.
7
7
* Add doc examples, class and methods for new `Sites` service
8
8
* Add doc examples, class and methods for new `Tokens` service
@@ -15,13 +15,13 @@
15
15
## 14.0.0
16
16
17
17
* Breaking changes:
18
-
* Changed the typing of `AppwriteException`'s response parameter from a `dynamic` object to an optional string (`?String`).
18
+
* Changed the typing of `AppwriteException`'s response parameter from a `dynamic` object to an optional string (`?String`).
19
19
20
20
## 13.0.0
21
21
22
22
* Fixed realtime pong response.
23
23
* Fixed issues with `chunkedUpload` method.
24
-
* Fixed type mismatch bug where `List<dynamic>` was incorrectly causing runtime type errors.
24
+
* Fixed type mismatch bug where `List<dynamic>` was incorrectly causing runtime type errors.
25
25
* Updated return type of `updateMfaChallenge()` from raw data to properly typed `models.Session` object.
26
26
27
27
## 12.0.0
@@ -151,7 +151,7 @@ You can find the new syntax for breaking changes in the [Appwrite API references
151
151
* The `number` argument in phone endpoints have been renamed to `phone`
152
152
* List endpoints no longer support `limit`, `offset`, `cursor`, `cursorDirection`, `orderAttributes`, `orderTypes` as they have been moved to the `queries` array
153
153
*`read` and `write` permission have been deprecated and they are now included in the `permissions` array
154
-
* Parameter `permission` for collections and buckets are now renamed to `documentSecurity`&`fileSecurity` respectively
154
+
* Parameter `permission` for collections and buckets are now renamed to `documentSecurity` & `fileSecurity` respectively
155
155
* Renamed methods of the Query helper
156
156
1.`lesser` renamed to `lessThan`
157
157
2.`lesserEqual` renamed to `lessThanEqual`
@@ -167,8 +167,8 @@ You can find the new syntax for breaking changes in the [Appwrite API references
0 commit comments