Skip to content

Releases: leancloud/objc-sdk

14.0.0

04 Mar 07:29
d122e44
Compare
Choose a tag to compare

⚠️ 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
5f69581
Compare
Choose a tag to compare

🚀 New Features

  • feat: user retrieve short token (#697)

13.9.2

08 Feb 09:43
16d701b
Compare
Choose a tag to compare
  • fix: LCUser not implement LCSubclassing (#695)
  • test: update auth data (#693)

13.9.0

16 May 10:04
272a553
Compare
Choose a tag to compare

🚀 New Features

  • feat(leaderboard): get rankings of a group of user (#692)

13.8.0

12 May 11:47
83d4ba7
Compare
Choose a tag to compare

🚀 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
65bea5e
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix(message): type checking (#689)

13.7.0

13 Apr 07:29
826b95c
Compare
Choose a tag to compare

🚀 New Features

  • feat: friend block list (#687)

13.6.1

05 Jan 09:20
ee682a3
Compare
Choose a tag to compare

🚀 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
ef91b1d
Compare
Choose a tag to compare

⚠️ 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
6cc7cb4
Compare
Choose a tag to compare

🚀 New Features

  • feat: strictly find user (#670)