Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: parse-community/Parse-SDK-iOS-OSX
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.7.3
Choose a base ref
...
head repository: parse-community/Parse-SDK-iOS-OSX
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.0
Choose a head ref
  • 11 commits
  • 260 files changed
  • 4 contributors

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    854472a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    400af9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4998e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    a87bfb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    5f662b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    f6355b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9239d7 View commit details
    Browse the repository at this point in the history
  3. feat: Add PFObject.isDataAvailableForKey to check if data is availa…

    …ble for individual key (#1756)
    dplewis authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    dd05d41 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. feat: Remove ParseFacebookUtils and ParseTwitterUtils (#1779)

    BREAKING CHANGE: 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.
    mtrezza authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f1311ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    872337a View commit details
    Browse the repository at this point in the history
  3. 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))
    semantic-release-bot committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ef9b00d View commit details
    Browse the repository at this point in the history
Loading