3.0.0 (2024-04-08)
Features
- Add
PFObject.isDataAvailableForKey
to check if data is available for individual key (#1756) (dd05d41) - Remove
ParseFacebookUtils
andParseTwitterUtils
(#1779) (f1311ee)
BREAKING CHANGES
- Removes convenience modules
ParseFacebookUtils
andParseTwitterUtils
, instead manually add the 3rd party authentication service SDK to log in and provide the authentication data toPFUser.logInWithAuthType
to link the Parse User. (f1311ee)