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: firebase/firebase-functions-test
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: firebase/firebase-functions-test
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.0
Choose a head ref
  • 7 commits
  • 9 files changed
  • 4 contributors

Commits on Aug 9, 2022

  1. Copy the full SHA
    4080850 View commit details

Commits on Sep 2, 2022

  1. Use conditional typing for defining the right set of options (#166)

    * Use conditionally typing for defining the right set of options
    
    * Provide another overflow for the general wrap function
    phcoliveira authored Sep 2, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    92d7be3 View commit details

Commits on Sep 6, 2022

  1. Bump ts-deepmerge from 2.0.1 to 2.0.2 (#161)

    Bumps [ts-deepmerge](https://github.com/voodoocreation/ts-deepmerge) from 2.0.1 to 2.0.2.
    - [Release notes](https://github.com/voodoocreation/ts-deepmerge/releases)
    - [Commits](voodoocreation/ts-deepmerge@2.0.1...2.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: ts-deepmerge
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 6, 2022
    Copy the full SHA
    8aa59a1 View commit details
  2. Copy the full SHA
    b090e54 View commit details

Commits on Sep 8, 2022

  1. Support Params as inputs in eventTrigger (#168)

    ### Description
    
    The api of the manifest changed in firebase-functions@3.23. Some inputs have been updated to be T | Expression<T>.
    This PR addresses those issues
    
    ## Code sample
    
    * Updated a test to include StringParam
    * Updated a test to include TernaryExpression
    TheIronDev authored Sep 8, 2022
    Copy the full SHA
    6e31411 View commit details
  2. Update changelog for v2.4.0 (#170)

    Minor bump because of the peerdep minor bump
    TheIronDev authored Sep 8, 2022
    Copy the full SHA
    279be87 View commit details
  3. 2.4.0

    google-oss-bot committed Sep 8, 2022
    Copy the full SHA
    a89fd7a View commit details
Loading