Skip to content

Releases: pact-foundation/pact-js

v14.0.0

17 Feb 14:54
Compare
Choose a tag to compare

14.0.0 (2025-02-17)

⚠ BREAKING CHANGES

  • deps: - Contains platform/architecture specific optional dependencies in pact-core v16+. Users should not need to do anything manually as long as they are running supported platforms
  • linux-x64-glibc
  • linux-arm64-glibc
  • linux-x64-musl
  • linux-arm64-musl
  • darwin-x64
  • darwin-arm64
  • windows-x64
  • deps: update pact-core to v16 (c5ca6ae)

Fixes and Improvements

  • code coverage (c0bb760)
  • deps: update dependency lodash.isfunction to v3.0.9 (#1268) (fb08af3)
  • examples/graphql/package.json & examples/graphql/package-lock.json to reduce vulnerabilities (c9ed8fc)
  • package.json & package-lock.json to reduce vulnerabilities (3f535ed)

Release v13.2.0

21 Nov 18:10
Compare
Choose a tag to compare

13.2.0 (2024-11-21)

Features

  • replace cli-color with chalk - sonatype-2022-2248 (2ad5e48)

Release v13.1.5

14 Nov 17:45
Compare
Choose a tag to compare

13.1.5 (2024-11-14)

Fixes and Improvements

  • allow hooks to run only once per interaction (#1243) (b238fd0)
  • package.json & package-lock.json to reduce vulnerabilities (99e101c)
  • replace basic auth pact broker with bearer token (0c1af06)

Release v13.1.4

08 Oct 15:07
Compare
Choose a tag to compare

13.1.4 (2024-10-08)

Fixes and Improvements

Release v13.1.3

12 Sep 06:01
Compare
Choose a tag to compare

13.1.3 (2024-09-12)

Fixes and Improvements

  • package.json & package-lock.json to reduce vulnerabilities (#1238) (431219c)

Release v13.1.2

15 Aug 05:47
Compare
Choose a tag to compare

13.1.2 (2024-08-15)

Fixes and Improvements

  • package.json & package-lock.json to reduce vulnerabilities (#1234) (bc0bfdb)

Release v13.1.1

15 Jul 01:48
Compare
Choose a tag to compare

13.1.1 (2024-07-15)

Fixes and Improvements

Release v13.1.0

24 Jun 14:20
Compare
Choose a tag to compare

13.1.0 (2024-06-24)

Features

  • support alpine via pact-js-core 15.1.0 (1d35c82)

Release v13.0.0

17 Jun 20:45
Compare
Choose a tag to compare

13.0.0 (2024-06-17)

⚠ BREAKING CHANGES

  • update to @pact-foundation/pact-core to 15.x

Relates to pact-foundation/pact-js-core#488

Fixes and Improvements

  • update to @pact-foundation/pact-core to 15.x (42f52bb)

Breaking Change Detail

All CLI/API functionality provided by the Pact CLI tools (ruby based) now migrated to

Release v12.5.2

30 May 11:01
Compare
Choose a tag to compare

12.5.2 (2024-05-30)

Fixes and Improvements

  • prevent non-number use in number matcher (d0ee6c4)