Skip to content

1.8.4

Compare
Choose a tag to compare
@nlutsenko nlutsenko released this 15 Sep 19:12
· 936 commits to master since this release

New

  • Added notifications for all network requests for debugging. #235
  • All methods that return a BFTask now have generic result types.
  • Publicized API for PFUser integration with ParseFacebookUtils and ParseTwitterUtils.

Improved

  • Improved unlinking a PFUser from third party authentication sources. #236
  • Improved decoding of updateAt/createdAt fields of PFObjects to handle edge case scenarios. #244

Fixed

  • Fixed crash on PFObject.deleteAll() with empty array. #253
  • Fixed nullability annotations for block types in PFPurchase. #237
  • Fixed potential infinite recursion when calling PFObject.isDirty() on an object with recursive children. #259
  • Fixed an issue with Local Datastore losing information on PFObjects that were pending to be eventually saved/deleted. #239

View all issues and pull requests associated with this release here.