Releases: appwrite/sdk-for-react-native
Releases · appwrite/sdk-for-react-native
0.24.1
What's Changed
- Fix very large double values (for example 1.7976931348623157e+308) from being expanded into giant integer literals.
Full Changelog: 0.24.0...0.24.1
0.24.0
What's Changed
- Added Query.contains, Query.containsAny, and Query.containsAll for enhanced filtering capabilities.
Full Changelog: 0.23.1...0.24.0
0.23.1
What's Changed
- Add
upsertmethod to RealtimeChannelshelper class - Fix
bignumber.jsbundler conflict by removing direct dependency in favor of transitive dependency fromjson-bigint
Full Changelog: 0.23.0...0.23.1
22.2.0
What's Changed
- Added
membershipsrealtime channel helper
New Contributors
- @ArnabChatterjee20k made their first contribution in #85
Full Changelog: 0.21.0...22.2.0
0.23.0
0.21.0
What's Changed
- Add
queriesparameter toclient.subscribe()for filtering Realtime events - Fix
Rolesenum removed from Teams service;rolesparameter now acceptsstring[] - Fix parameter detection in overloaded methods to check for optional params (Account, Avatars, Graphql)
Full Changelog: 0.20.0...0.21.0
0.20.0
What's Changed
- Add array-based enum parameters (e.g.,
permissions: BrowserPermission[]). - Breaking change:
Outputenum has been removed; useImageFormatinstead. - Add
Channelhelpers for Realtime.
Full Changelog: 0.19.0...0.20.0
0.19.0
What's Changed
- Add
getScreenshotmethod toAvatarsservice - Add
Theme,TimezoneandOutputenums
Full Changelog: 0.18.0...0.19.0
0.18.0
What's Changed
- Add
totalparameter to list queries allowing skipping counting rows in a table for improved performance - Add
Operatorclass for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations
Full Changelog: 0.17.1...0.18.0