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: v6.21.4
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: v8.0.0
Choose a head ref
  • 10 commits
  • 14 files changed
  • 4 contributors

Commits on Feb 26, 2019

  1. Configuration menu
    Copy the full SHA
    113cc20 View commit details
    Browse the repository at this point in the history
  2. chore(increment-version): updating version for release

    Michel Boudreau committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    eb6f221 View commit details
    Browse the repository at this point in the history
  3. chore(snyk): Adding snyk badge to README

    Michel Boudreau committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    de88d88 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. fix(can-i-deploy): Fixing can-i-deploy to only have a single particip…

    …ant at a time, but breaking API. New major release. (#144)
    
    * WIP, fixing can-i-deploy for latest arguments
    
    * fixing can-i-deploy to work with 'latest' and 'to', but breaking the old API by not allowing multiple participants
    mboudreau authored Mar 4, 2019
    Configuration menu
    Copy the full SHA
    2032ba2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. fix(package): Update vulnerable packages (#146)

    * Upgrade vulnerable dependencies
    
    * Remove jscs as it was unused and vulnerable
    TimothyJones authored and mboudreau committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    e8e5076 View commit details
    Browse the repository at this point in the history
  2. chore(version): increment version for release

    Michel Boudreau committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    68f9ef9 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. feat(verify): support broker bearer token

    - Upgrade standalone to 1.64.0
    - The CLI verifier has all of the logic needed to fetch pacts
      from the Broker. This change removes the use of the Broker
      class to fetch Pacts
    - Broker class removed as not required for public consumption
    - Adds support for bearer token authentication mode
    mefellows committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    f060b78 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #147 from pact-foundation/feat/broker-bearer-token…

    …-support
    
    feat(verify): support broker bearer token
    mefellows authored Mar 7, 2019
    Configuration menu
    Copy the full SHA
    579f528 View commit details
    Browse the repository at this point in the history
  3. feat(verifier): update to latest verifier

    BREAKING CHANGE: removal of Broker class
    mefellows committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    888209b View commit details
    Browse the repository at this point in the history
  4. chore(release): 8.0.0

    mefellows committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    682b2ee View commit details
    Browse the repository at this point in the history
Loading