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: v14.3.7
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: v14.3.8
Choose a head ref
  • 7 commits
  • 14 files changed
  • 4 contributors

Commits on Jun 12, 2024

  1. fix: add deprecation warnings for pact cli tools in pact-js-core

    All CLI/API functionality provided by the Pact CLI tools (ruby based) will be moved in pact-js-core 15.x to pact-js-cli.
    
    * Repo
    
        * https://github.com/pact-foundation/pact-js-cli/
    
    * NPM Package
    
        * https://www.npmjs.com/package/@pact-foundation/pact-cli
    
    * imports
    
        * `@pact-foundation/pact-core` imports will now become `@pact-foundation/pact-cli` for programatic usage of the CLI tools
    
    * npx usage
    
        * `npx --package=@pact-foundation/pact-cli@15.0.1 -c pact-broker`
    YOU54F committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6292535 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b16530a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    46cb62c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cec3213 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #517 from pact-foundation/chore/upgrade-to-pact-ru…

    …by-standalone-2-4-6
    
    fix: update standalone to 2.4.6
    YOU54F authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b0aea6f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #514 from pact-foundation/fix/add_standalone_depre…

    …cation_warning
    
    fix: add deprecation warnings for pact cli tools in pact-js-core
    YOU54F authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ea41a94 View commit details
    Browse the repository at this point in the history
  5. chore(release): 14.3.8

    YOU54F committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c89aab1 View commit details
    Browse the repository at this point in the history
Loading