appwrite / sdk-for-svelte

Appwrite SDK for Svelte 🧡 ⚠️ Warning - this SDK was designed to support Appwrite 0.9 and is not compatible with the latest Appwrite versions. We are planing to refactor it as part of the SDK Generator for better support and maintenance.
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
74 stars 13 forks source link

feat: update SDK to support Appwrite 0.12.x and above #23

Closed brandonroberts closed 11 months ago

brandonroberts commented 2 years ago

BREAKING CHANGES:

The minimum version of Appwrite has been updated

BEFORE:

SDK supports Appwrite 0.11.x and below

AFTER:

SDK supports Appwrite 0.12.x and above

MarvinJWendt commented 2 years ago

Just a quick reminder to update the README, as new parameters, like userId were introduced 😄

brandonroberts commented 2 years ago

@MarvinJWendt good catch! I'll update those also

koodeau commented 2 years ago

there are definitely going to be some breaking changes, you can compare to my a bit reworked version of this outdated package

stnguyen90 commented 11 months ago

Closing stale PR