Releases: appwrite/sdk-for-web
Releases · appwrite/sdk-for-web
14.0.0-rc.5
Full Changelog: 14.0.0-rc.4...14.0.0-rc.5
14.0.0-rc.4
Full Changelog: 13.0.1...14.0.0-rc.4
13.0.1
13.0.0
What's Changed
- BREAKING - Parameter
url
is now optional in thecreateMembership
endpoint - Fix: content range header inconsistency in chunked uploads #711
- Added a new
label
function to theRole
helper class
Full Changelog: 12.0.0...13.0.0
12.0.0
What's Changed
- Support for Appwrite 1.4.0
- New endpoints for fetching user identities
- New endpoints for listing locale codes
- Updated documentation
- Breaking changes:
- The
createFunction
method has a new signature. - The
createExecution
method has a new signature. - The
updateFunction
method has a new signature. - The
createDeployment
method no longer requires an entrypoint. - The
updateFile
method now includes the ability to update the file name. - The
updateMembershipRoles
method has been renamed toupdateMembership
.
- The
Full Changelog: 11.0.1...12.0.0
11.0.1
What's Changed
- Fixed "Could not find a declaration file for module 'appwrite'" error that prevented types from resolving by @stnguyen90 in appwrite/sdk-generator#653
New Contributors
- @stnguyen90 made their first contribution in #67
Full Changelog: 11.0.0...11.0.1
11.0.0
What's Changed
- Added Appwrite 1.3.0 support
- Added relationships support
- Added support for new queries: isNull, isNotNull, startsWith, endsWith, between and select.
- Added update attribute support
- Added team prefs support
- Added support for select queries with getDocument
- [BREAKING] Changed function create/update execute parameter to optional
- [BREAKING] Changed team update function to updateName
- [BREAKING] Changed Account service to use the User model instead of Account
- [BREAKING] Changed createMembership to allow an email, userId or phone
Full Changelog: 10.2.0...11.0.0
10.2.0
10.1.0
What's Changed
- chore: update role helper class by @christyjacob4 in #39
Full Changelog: 10.0.1...10.1.0