Releases: parse-community/Parse-SDK-iOS-OSX
Releases · parse-community/Parse-SDK-iOS-OSX
5.1.0
5.1.0 (2025-01-28)
Features
- Add
PFObject.fromDictionary
to create an object from dictionary (#1834) (e197cfa)
5.0.0
5.0.0 (2025-01-28)
Features
BREAKING CHANGES
- This release removes support for Xcode 14. (e94c4d5)
4.2.0
4.2.0 (2024-11-30)
Features
4.1.2
4.1.2 (2024-10-14)
Bug Fixes
- App crashes on launch and SwiftUI preview when built with Xcode 16 due to unregistered Parse subclasses (#1811) (d363a78)
4.1.1
4.1.1 (2024-07-15)
Bug Fixes
4.1.0
4.1.0 (2024-06-17)
Features
4.0.1
4.0.1 (2024-04-28)
Bug Fixes
4.0.0
4.0.0 (2024-04-28)
Features
BREAKING CHANGES
- This release removes
ParseUI
. (139eca7)
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
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)
2.7.3
2.7.3 (2023-10-06)
Bug Fixes
- Compilation errors in
ParseLiveQuery
using Starscream
4.0.6 (#1749) (3da5bde)