Leancloud Objc Sdk Versions Save

LeanCloud Objective-C SDK

14.0.0

2 months ago

⚠️ Breaking Changes

  • feat!: add phoneNumber when verify sms (#701)
     +[LCUser resetPasswordWithSmsCode:newPassword:phoneNumber:block:]
     +[LCUser resetPasswordWithSmsCode:newPassword:block:]
    

13.9.3

1 year ago

🚀 New Features

  • feat: user retrieve short token (#697)

13.9.2

1 year ago
  • fix: LCUser not implement LCSubclassing (#695)
  • test: update auth data (#693)

13.9.0

2 years ago

🚀 New Features

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

13.8.0

2 years ago

🚀 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

2 years ago

🐛 Bug Fixes

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

13.7.0

2 years ago

🚀 New Features

  • feat: friend block list (#687)

13.6.1

2 years ago

🚀 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

2 years ago

⚠️ 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

2 years ago

🚀 New Features

  • feat: strictly find user (#670)