Releases: parse-community/Parse-SDK-iOS-OSX
Releases · parse-community/Parse-SDK-iOS-OSX
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
3.0.0
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)
2.7.3
2.7.2
2.7.2 (2023-10-05)
Bug Fixes
Notes
- The compiled frameworks of the Parse SDK will not be provided anymore as part of a release. Instead use Swift Package Manager to add the Parse SDK to your Xcode project.