mirror of
https://github.com/appwrite/appwrite
synced 2026-05-03 13:28:37 +00:00
17 lines
532 B
Markdown
17 lines
532 B
Markdown
# Change Log
|
|
|
|
## 0.3.0
|
|
|
|
* Add `bytesMax` and `bytesUsed` properties to Collection and Table documentation
|
|
* Add `queries` parameter to `listKeys` and `keyId` parameter to `createKey` documentation
|
|
* Add `dart-3.10` and `flutter-3.38` runtimes
|
|
* Fix Teams membership docs to use `string[]` instead of `Roles[]`
|
|
|
|
## 0.2.0
|
|
|
|
* Document array-based enum parameters in Markdown examples (e.g., `permissions: BrowserPermission[]`).
|
|
* Breaking change: `Output` enum has been removed; use `ImageFormat` instead.
|
|
|
|
## 0.1.0
|
|
|
|
* Initial release
|