Releases: appwrite/sdk-for-web
Releases · appwrite/sdk-for-web
18.2.0
What's Changed
- Add
incrementDocumentAttributeanddecrementDocumentAttributesupport toDatabasesservice - Add
gifsupport toImageFormatenum - Fix undefined
fileParamerror inchunkedUploadmethod - Fix autocompletion not working for
Documentmodel even when generic is passed
Full Changelog: 18.1.1...18.2.0
18.1.1
What's Changed
- fix: remove credentials when devKeys is set by @ChiragAgg5k in #127
Full Changelog: 18.1.0...18.1.1
18.1.0
What's Changed
- chore: add setDevKey and upsetDocument method by @ChiragAgg5k in #126
Full Changelog: 18.0.0...18.1.0
18.0.0
What's Changed
- Add
<REGION>to doc examples due to the new multi region endpoints - Remove
Giffrom ImageFormat enum - Remove
searchparam fromlistExecutionsmethod - Add
tokenparam togetFilePreviewandgetFileViewfor File tokens usage - Improve CORS error catching in
client.callmethod
Full Changelog: 17.0.2...18.0.0
17.0.2
17.0.1
What's Changed
- remove unnecessary titles from method descriptions.
- fix duplicate adding of payload params.
- removed unnecessary awaits and asyncs.
- ensure AppwriteException response is always string.
New Contributors
- @ChiragAgg5k made their first contribution in #122
Full Changelog: 17.0.0...17.0.1