sdk-for-web

[READ-ONLY] Official Appwrite Web SDK 🧡

BSD-3-CLAUSE License

Downloads
38.1K
Stars
277
Committers
11

Bot releases are visible (Hide)

sdk-for-web - 10.0.0-RC2

Published by christyjacob4 about 2 years ago

NEW

  • Support for Appwrite 1.0.0-RC1
  • More verbose headers have been included in the Clients - x-sdk-name, x-sdk-platform, x-sdk-language, x-sdk-version
  • Helper classes and methods for Permissions, Roles and IDs
  • Helper methods to suport new queries
  • All Dates and times are now returned in the ISO 8601 format

BREAKING CHANGES

  • databaseId is no longer part of the Database Service constructor. databaseId will be part of the respective methods of the database service.
  • color attribute is no longer supported in the Avatars Service
  • The number argument in phone endpoints have been renamed to phone
  • List endpoints no longer support limit, offset, cursor, cursorDirection, orderAttributes, orderTypes as they have been moved to the queries array
  • read and write permission have been deprecated and they are now included in the permissions array
  • Renamed methods of the Query helper
    1. lesser renamed to lessThan
    2. lesserEqual renamed to lessThanEqual
    3. greater renamed to greaterThan
    4. greaterEqual renamed to greaterThanEqual
  • User response model is now renamed to Account

Full Changelog for Appwrite 1.0.0-RC1 can be found here:
https://github.com/appwrite/appwrite/blob/master/CHANGES.md

sdk-for-web - 9.0.2

Published by christyjacob4 about 2 years ago

  • Update library version to 9.0.2 by @christyjacob4

Full Changelog: https://github.com/appwrite/sdk-for-web/compare/9.0.1...9.0.2

sdk-for-web - 9.0.1

Published by TorstenDittmann over 2 years ago

What's Changed

  • Fixed Database getDatabaseId

Full Changelog: https://github.com/appwrite/sdk-for-web/compare/9.0.0...9.0.1

sdk-for-web - 9.0.0

Published by TorstenDittmann over 2 years ago

  • Support for 0.15.0
  • BREAKING Implemented class syntax for all services
  • BREAKING Renamed Database service to Databases
  • BREAKING Added databaseId parameter to Databases class
  • BREAKING Implemented InputFile class to support multiple input types when creating a file
  • BREAKING CHUNK_SIZE static variable is now on Service class
  • BREAKING Attributes dateCreated and dateUpdated removed from services where present. Use $createdAt and $updatedAt instead.
  • BREAKING Account API createSession() is now createEmailSession()
  • Added $createdAt and $updatedAt for many models, such as Document or File
  • Added Phone Authentication methods under Account API

Full Changelog for Appwrite 0.15 can be found here: https://github.com/appwrite/appwrite/blob/master/CHANGES.md#version-0150

sdk-for-web - 8.0.1

Published by lohanidamodar over 2 years ago

  • Fix file error message
sdk-for-web - 8.0.0

Published by TorstenDittmann over 2 years ago

  • Support for 0.14.0
  • BREAKING CHANGE Renamed providers to authProviders in Projects
  • BREAKING CHANGE Renamed stdout to response in Execution
  • BREAKING CHANGE Removed delete endpoint from the Accounts API
  • BREAKING CHANGE Renamed name to userName on Membership response model
  • BREAKING CHANGE Renamed event to events on Realtime Response and now is an array of strings
  • Added teamName to Membership response model
  • Added new endpoint to update user's status from the Accounts API

Full Changelog: https://github.com/appwrite/sdk-for-web/compare/7.0.0...8.0.0

sdk-for-web - 7.0.0

Published by lohanidamodar over 2 years ago

  • Support for Appwrite 0.13
  • BREAKING Tags have been renamed to Deployments
  • BREAKING createFile function expects Bucket ID as the first parameter
  • BREAKING createDeployment and createFile functions expect a file path rather than the file itself
  • BREAKING list<Entity> endpoints now contain a total attribute instead of sum
  • onProgress() callback function for endpoints supporting file uploads
  • Support for synchronous function executions
  • Bug fixes and Improvements

Full Changelog for Appwrite 0.13 can be found here: https://github.com/appwrite/appwrite/blob/master/CHANGES.md#version-0130

sdk-for-web - 6.0.1

Published by TorstenDittmann almost 3 years ago

  • Export Query Builder
sdk-for-web - 6.0.0

Published by lohanidamodar almost 3 years ago

  • Support for Appwrite 0.12
  • BREAKING Updated database service to adapt 0.12 API
  • BREAKING Custom ID support while creating resources
  • View all the changes
sdk-for-web - 5.0.0

Published by TorstenDittmann almost 3 years ago

What's Changed

Full Changelog: https://github.com/appwrite/sdk-for-web/compare/4.0.4...5.0.0

sdk-for-web - 4.0.4

Published by TorstenDittmann about 3 years ago

  • Support for Appwrite 0.11
sdk-for-web - 4.0.3

Published by TorstenDittmann about 3 years ago

  • Fixes storage.createFile FormData array handling
sdk-for-web - 4.0.2

Published by TorstenDittmann about 3 years ago

  • Improves Realtime Subscription management
  • Increases Realtime reconnect interval gradually
sdk-for-web - 4.0.1

Published by TorstenDittmann about 3 years ago

  • Fixes Exception showing right code and response
  • Fixes check for alive connection before sending message
sdk-for-web - 4.0.0

Published by TorstenDittmann about 3 years ago

  • Support for Appwrite 0.10.0
  • Introduces subscribe(channels, callback) methods to receive updates in realtime - Documentation
  • Introduces Magic URL Login - Documentation
sdk-for-web - 3.2.0

Published by christyjacob4 over 3 years ago

  • Support for Appwrite 0.9
  • Image Crop Gravity support in image preview service
  • New endpoint in Account getSession to get session by ID
  • Updated cross-fetch dependency to 3.1.4
sdk-for-web - 3.1.0

Published by TorstenDittmann over 3 years ago

  • Changed IIFE (CDN Usage) namespace to window.Appwrite to window
sdk-for-web - 3.0.5

Published by TorstenDittmann over 3 years ago

  • add better param checking against undefined
sdk-for-web - 3.0.4

Published by TorstenDittmann over 3 years ago

  • Imports cross-fetch and isomorphic-form-data as polyfills to be run in Node.js and react-native
  • Fixes Readme
sdk-for-web - 3.0.3

Published by TorstenDittmann over 3 years ago

  • Fallback for url.search on older Node versions
  • Fixed Readme (Getting started)
  • Fixed header parsing