react-native-appwrite 0.10.1 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change log
2
2
 
3
+ ## 0.11.0
4
+
5
+ * Add `incrementDocumentAttribute` and `decrementDocumentAttribute` support to `Databases` service
6
+ * Add `sequence` support to `Document` model
7
+ * Fix autocompletion not working for `Document` model even when generic is passed
8
+
3
9
  ## 0.10.1
4
10
 
5
11
  * Fix URL based methods like `getFileViewURL`, `getFilePreviewURL` etc. by adding the missing `projectId` to searchParams
@@ -28,4 +34,4 @@
28
34
  ## 0.7.4
29
35
 
30
36
  * Upgrade dependencies to resolve PlatformConstants error with Expo 53
31
- * Update doc examples to use new multi-region endpoint
37
+ * Update doc examples to use new multi-region endpoint