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-Android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.0
Choose a base ref
...
head repository: parse-community/Parse-SDK-Android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.0
Choose a head ref
  • 2 commits
  • 49 files changed
  • 2 contributors

Commits on Nov 25, 2021

  1. feat: update project dependencies and code refactoring (#1147)

    BREAKING CHANGE: The required minimum API level changes from 16 to 21. The following deprecated methods are removed: `Parse.getParseDir()` (use `getParseCacheDir(String)` or `getParseFilesDir(String)` instead), `ParseTwitterUtils.link(ParseUser, Context)` (use `linkInBackground(Context, ParseUser)` instead), `ParseTwitterUtils.link(ParseUser, String, String, String, String)` (use `linkInBackground(ParseUser, String, String, String, String)` instead).
    mtrezza authored Nov 25, 2021
    Configuration menu
    Copy the full SHA
    7d0faa3 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.0 [skip ci]

    # [3.0.0](2.1.0...3.0.0) (2021-11-25)
    
    ### Features
    
    * update project dependencies and code refactoring ([#1147](#1147)) ([7d0faa3](7d0faa3))
    
    ### BREAKING CHANGES
    
    * The required minimum API level changes from 16 to 21. The following deprecated methods are removed: `Parse.getParseDir()` (use `getParseCacheDir(String)` or `getParseFilesDir(String)` instead), `ParseTwitterUtils.link(ParseUser, Context)` (use `linkInBackground(Context, ParseUser)` instead), `ParseTwitterUtils.link(ParseUser, String, String, String, String)` (use `linkInBackground(ParseUser, String, String, String, String)` instead). ([7d0faa3](7d0faa3))
    semantic-release-bot committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    fd1d1da View commit details
    Browse the repository at this point in the history
Loading