Skip to content

3.0.0

Compare
Choose a tag to compare
@parseplatformorg parseplatformorg released this 08 Apr 14:51
· 5 commits to master since this release

3.0.0 (2024-04-08)

Features

  • Add PFObject.isDataAvailableForKey to check if data is available for individual key (#1756) (dd05d41)
  • Remove ParseFacebookUtils and ParseTwitterUtils (#1779) (f1311ee)

BREAKING CHANGES

  • Removes convenience modules ParseFacebookUtils and ParseTwitterUtils, instead manually add the 3rd party authentication service SDK to log in and provide the authentication data to PFUser.logInWithAuthType to link the Parse User. (f1311ee)