Skip to content

Commit 6b1c651

Browse files
Update CHANGELOG.md
1 parent 1cd79b8 commit 6b1c651

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff 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+
18
## 0.7.0
29
- Support for Appwrite 0.9
310
- Breaking - removed order type enum, now you should pass string 'ASC' or 'DESC'

0 commit comments

Comments
 (0)