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.0.1
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.1.0
Choose a head ref
  • 8 commits
  • 24 files changed
  • 2 contributors

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    c7c984f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    814ed9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0df47b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd18763 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ef97c5 View commit details
    Browse the repository at this point in the history
  6. feat: The new verifier now works on windows too (#316)

    * chore: run github actions on windows too
    
    * chore: don't look for a runner that is both windows AND linux
    
    * chore: tell windows to run script through bash
    
    * build: refactor npm scripts and create a windows-specific CI step
    
    * chore: correct script name
    
    * chore: swap order of build and test steps
    
    * chore: explicitly run script with bash
    
    * chore: skip download of non-windows binaries on windows CI
    
    * chore: improve logging in download script
    
    * chore: make shellcheck pass
    
    * chore: unroll loop to see if runner is happier
    
    * debug: add extra logging info for ffi download
    
    * chore: try .dll.lib for windows
    
    * chore: rename SCRIPT_DIR to LIB_DIR so scripts dont stamp each other
    
    * debug: add extra printout during download
    
    * chore: make ffi directory if it doesn't exist
    
    * chore: add debug logging to bash lib
    
    * chore: commit ffi README.md
    
    * chore: correct test
    
    * chore: try dll again now that the files are actually downloading
    
    * chore: don't download unnecessary dll.lib for windows
    
    * chore: dont test for binaries that we don't expect to be present
    
    * build: prevent releases if only the windows binaries are included
    
    * chore: move ONLY_DOWNLOAD_PACT_FOR_WINDOWS environment variable to build step instead of sub-script
    
    * chore: remove appveyor.yml
    TimothyJones authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    072e080 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    3f30d69 View commit details
    Browse the repository at this point in the history
  2. chore(release): 13.1.0

    TimothyJones committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    065ab83 View commit details
    Browse the repository at this point in the history
Loading