You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): 5.1.0 [skip ci]
# [5.1.0](5.0.0...5.1.0) (2025-01-28)
### Features
* Add `PFObject.fromDictionary` to create an object from dictionary ([#1834](#1834)) ([e197cfa](e197cfa))
chore(release): 5.0.0 [skip ci]
# [5.0.0](4.2.0...5.0.0) (2025-01-28)
### Features
* Remove support for Xcode 14 ([#1835](#1835)) ([e94c4d5](e94c4d5))
### BREAKING CHANGES
* This release removes support for Xcode 14. ([e94c4d5](e94c4d5))
chore(release): 4.1.2 [skip ci]
## [4.1.2](4.1.1...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](#1811)) ([d363a78](d363a78))
chore(release): 3.0.0 [skip ci]
# [3.0.0](2.7.3...3.0.0) (2024-04-08)
### Features
* Add `PFObject.isDataAvailableForKey` to check if data is available for individual key ([#1756](#1756)) ([dd05d41](dd05d41))
* Remove `ParseFacebookUtils` and `ParseTwitterUtils` ([#1779](#1779)) ([f1311ee](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](f1311ee))