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: pact-foundation/pact-js-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.10.0
Choose a base ref
...
head repository: pact-foundation/pact-js-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.11.0
Choose a head ref
  • 13 commits
  • 27 files changed
  • 5 contributors

Commits on Sep 28, 2022

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

Commits on Oct 6, 2022

  1. build(deps-dev): bump snyk from 1.856.0 to 1.996.0

    Bumps [snyk](https://github.com/snyk/snyk) from 1.856.0 to 1.996.0.
    - [Release notes](https://github.com/snyk/snyk/releases)
    - [Commits](snyk/cli@v1.856.0...v1.996.0)
    
    ---
    updated-dependencies:
    - dependency-name: snyk
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    8f0b061 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    b438da3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    150ac95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c8386d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Merge pull request #413 from TimothyJones/master

    Avoid (some) type related bugs
    mefellows authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    f43134b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #408 from pact-foundation/support_publish_with_branch

    feat: support branch/autoDetectVersionProperties when publishing pacts
    mefellows authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    eb7c56e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #410 from pact-foundation/dependabot/npm_and_yarn/…

    …snyk-1.996.0
    
    build(deps-dev): bump snyk from 1.856.0 to 1.996.0
    mefellows authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    e416d90 View commit details
    Browse the repository at this point in the history
  4. feat: add additional FFI methods to support plugins

    Adds the following FFI methods to support custom
    (plugin) mock servers and provider transports:
    
    - pactffiVerifierAddProviderTransport
    - pactffiCreateMockServerForTransport
    - pactffiWritePactFileByPort
    
    Also, for general verification:
    - pactffiVerifierSetNoPactsIsError
    mefellows committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    246e86f View commit details
    Browse the repository at this point in the history
  5. chore: remove unused file

    mefellows committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    5380850 View commit details
    Browse the repository at this point in the history
  6. chore: formatting

    mefellows committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    2432f76 View commit details
    Browse the repository at this point in the history
  7. wip: skip plugin tests

    mefellows committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    d2b8dde View commit details
    Browse the repository at this point in the history
  8. chore(release): 13.11.0

    mefellows committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    7578b17 View commit details
    Browse the repository at this point in the history
Loading