Releases: appwrite/sdk-for-apple
Releases · appwrite/sdk-for-apple
13.2.2
What's Changed
- feat: Apple SDK update for version 13.2.2 by @ChiragAgg5k in #92
Full Changelog: 13.2.1...13.2.2
13.2.1
13.1.0
What's Changed
- Deprecate
createVerification
method inAccount
service - Add
createEmailVerification
method inAccount
service
Full Changelog: 13.0.0...13.1.0
13.0.0
What's Changed
- feat: Apple SDK update for version 13.0.0 by @ChiragAgg5k in #87, introduces support of enums in response models.
Full Changelog: 12.1.0...13.0.0
12.1.0
12.0.0
What's Changed
- [BREAKING] Rename
CreditCard
enum valueunionChinaPay
tounionPay
- Add time between query support
- Add spatial query support
Full Changelog: 11.0.0...12.0.0
11.0.0
10.2.0
What's Changed
- Update sdk to use swift-native doc comments instead of jsdoc styled comments as per Swift Documentation Comments
- Add
incrementDocumentAttribute
anddecrementDocumentAttribute
support toDatabases
service - Add
gif
support toImageFormat
enum - Remove
Content-Type
,Content-Length
headers and body from websocket requests
Full Changelog: 10.1.1...10.2.0
10.1.1
What's Changed
- Adds warnings to bulk operation methods
- Fix
select
Queries by updating internal attributes likeid
,createdAt
,updatedAt
etc. to be optional inDocument
model. - Fix querying datetime values by properly encoding URLs
Full Changelog: 10.1.0...10.1.1
10.1.0
What's Changed
- chore: add setDevKey and upsertDocument methods by @ChiragAgg5k in #75
Full Changelog: 10.0.0...10.1.0