Skip to content

Commit 32a3a95

Browse files
add changelog
1 parent c12d4fc commit 32a3a95

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.0.1
2+
- Export, separate IO and Browser clients for Flutter (Client and Realtime as well) and Dart (Client)
3+
4+
## 1.0.0
5+
- Support for Appwrite 0.10
6+
- Refactored for better cross platform support
7+
- Exception implements `toString()` to get proper error message for unhandled exceptions
8+
- **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)
9+
- **Breaking** - Signature for `Response` has changed, now it only exposes the data.
10+
111
## 0.7.0
212
- Support for Appwrite 0.9
313
- Breaking - removed order type enum, now you should pass string 'ASC' or 'DESC'

0 commit comments

Comments
 (0)