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: Vydia/react-native-background-upload
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.2.1
Choose a base ref
...
head repository: Vydia/react-native-background-upload
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.2.2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on May 5, 2021

  1. fix: add listener types (#246)

    * Fix types for addListener
    
    Update the types to account for the following
    1: Can be called with `null` to include all uploads
    2: Returns an `EventSubscription` instead of void
    
    Adds "@types/react-native": "^0.64.0" as a devDependency to get
    the correct type for `EventSubscription`
    
    * Fix broken link to CONTRIBUTING.MD
    Mookiies authored May 5, 2021
    Configuration menu
    Copy the full SHA
    dc67c76 View commit details
    Browse the repository at this point in the history
  2. chore(release): 6.2.2 [skip ci]

    ## [6.2.2](v6.2.1...v6.2.2) (2021-05-05)
    
    ### Bug Fixes
    
    * add listener types ([#246](#246)) ([dc67c76](dc67c76))
    semantic-release-bot committed May 5, 2021
    Configuration menu
    Copy the full SHA
    61dc25b View commit details
    Browse the repository at this point in the history
Loading