Releases: leancloud/objc-sdk
Releases · leancloud/objc-sdk
14.0.0
04 Mar 07:29
Compare
Sorry, something went wrong.
No results found
⚠️ Breaking Changes
feat!: add phoneNumber when verify sms (#701 )
+ +[LCUser resetPasswordWithSmsCode:newPassword:phoneNumber:block:]
- +[LCUser resetPasswordWithSmsCode:newPassword:block:]
13.9.3
20 Feb 03:22
Compare
Sorry, something went wrong.
No results found
🚀 New Features
feat: user retrieve short token (#697 )
13.9.2
08 Feb 09:43
Compare
Sorry, something went wrong.
No results found
fix: LCUser not implement LCSubclassing (#695 )
test: update auth data (#693 )
13.9.0
16 May 10:04
Compare
Sorry, something went wrong.
No results found
🚀 New Features
feat(leaderboard): get rankings of a group of user (#692 )
13.8.0
12 May 11:47
Compare
Sorry, something went wrong.
No results found
🚀 New Features
feat(storage): clear default/current installation's persistent cache (#691 )
feat(im): disabling auto-binding current/default installation and client (#690 )
13.7.1
29 Apr 11:10
Compare
Sorry, something went wrong.
No results found
🐛 Bug Fixes
fix(message): type checking (#689 )
13.7.0
13 Apr 07:29
Compare
Sorry, something went wrong.
No results found
🚀 New Features
feat: friend block list (#687 )
13.6.1
05 Jan 09:20
Compare
Sorry, something went wrong.
No results found
🚀 New Features
feat: validator for http client (#685 )
🐛 Bug Fixes
fix: dealloc of IM client (#678 )
🧰 Maintenance
refactor: message media type (#683 )
13.6.0
05 Nov 03:50
Compare
Sorry, something went wrong.
No results found
⚠️ 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
12 Oct 07:56
Compare
Sorry, something went wrong.
No results found
🚀 New Features
feat: strictly find user (#670 )