Releases: leancloud/objc-sdk
Releases · leancloud/objc-sdk
Release list
14.0.0
13.9.3
🚀 New Features
- feat: user retrieve short token (#697)
13.9.2
13.9.0
🚀 New Features
- feat(leaderboard): get rankings of a group of user (#692)
13.8.0
13.7.1
🐛 Bug Fixes
- fix(message): type checking (#689)
13.7.0
🚀 New Features
- feat: friend block list (#687)
13.6.1
13.6.0
⚠️ Breaking Changes
- feat!(object): new API for fetching object (#672)
+ - (BOOL)fetchWithOption:(nullable LCObjectFetchOption *)option error:(NSError * __autoreleasing *)error; + - (void)fetchInBackgroundWithOption:(nullable LCObjectFetchOption *)option block:(LCObjectResultBlock)block; - - (BOOL)fetch:(NSError * __autoreleasing *)error - - (void)fetchWithKeys:(nullable NSArray *)keys - - (BOOL)fetchWithKeys:(nullable NSArray *)keys error:(NSError **)error - - (LCObject *)fetchIfNeeded - - (LCObject *)fetchIfNeeded:(NSError **)error - - (LCObject *)fetchIfNeededAndThrowsWithError:(NSError **)error - - (LCObject *)fetchIfNeededWithKeys:(nullable NSArray *)keys - - (LCObject *)fetchIfNeededWithKeys:(nullable NSArray *)keys error:(NSError **)error - - (void)fetchInBackgroundWithKeys:(nullable NSArray *)keys block:(LCObjectResultBlock)block - - (void)fetchIfNeededInBackgroundWithBlock:(LCObjectResultBlock)block - + (void)fetchAll:(NSArray *)objects - + (void)fetchAllIfNeeded:(NSArray *)objects - + (BOOL)fetchAllIfNeeded:(NSArray *)objects error:(NSError **)error - + (void)fetchAllIfNeededInBackground:(NSArray *)objects block:(LCArrayResultBlock)block
13.5.0
🚀 New Features
- feat: strictly find user (#670)