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
+7
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
## 1.0.0
2
+
- Support for Appwrite 0.10
3
+
- Refactored for better cross platform support
4
+
- Exception implements `toString()` to get proper error message for unhandled exceptions
5
+
-**Breaking** - Signature for `MultipartFile` has changed as we have dropped Dio in favor of [http](https://pub.dev/packages/http) package. [Here is the new signature for MultipartFile](https://pub.dev/documentation/http/latest/http/MultipartFile-class.html)
6
+
-**Breaking** - Signature for `Response` has changed, now it only exposes the data.
7
+
1
8
## 0.7.0
2
9
- Support for Appwrite 0.9
3
10
- Breaking - removed order type enum, now you should pass string 'ASC' or 'DESC'
0 commit comments