chore: add changelog for android, deno and react native

This commit is contained in:
Chirag Aggarwal
2025-05-18 08:20:20 +00:00
parent c58ae51895
commit c8140ee2d2
3 changed files with 28 additions and 2 deletions
+8 -1
View File
@@ -1 +1,8 @@
# Change Log
# Change Log
## 8.0.0
* Add `token` param to `getFilePreview` and `getFileView` for File tokens usage
* Update default `quality` for `getFilePreview` from 0 to -1
* Remove `Gif` from ImageFormat enum
* Remove `search` param from `listExecutions` method
+13 -1
View File
@@ -1 +1,13 @@
# Change Log
# Change Log
## 15.0.0
* Add `<REGION>` to doc examples due to the new multi region endpoints
* Add doc examples and methods for bulk api transactions: `createDocuments`, `deleteDocuments` etc.
* Add doc examples, class and methods for new `Sites` service
* Add doc examples, class and methods for new `Tokens` service
* Add enums for `BuildRuntime `, `Adapter`, `Framework`, `DeploymentDownloadType` and `VCSDeploymentType`
* Updates enum for `runtimes` with Pythonml312, Dart219, Flutter327 and Flutter329
* Add `token` param to `getFilePreview` and `getFileView` for File tokens usage
* Add `queries` and `search` params to `listMemberships` method
* Removes `search` param from `listExecutions` method
+7
View File
@@ -1,5 +1,12 @@
# Change log
## 0.9.0
* Add `token` param to `getFilePreview` and `getFileView` for File tokens usage
* Update default `quality` for `getFilePreview` from 0 to -1
* Remove `Gif` from ImageFormat enum
* Remove `search` param from `listExecutions` method
## 0.7.4
* Upgrade dependencies to resolve PlatformConstants error with Expo 53