Skip to content

Releases: pact-foundation/pact-js-cli

Release v16.0.3

24 Oct 21:51
Compare
Choose a tag to compare

16.0.3 (2024-10-24)

Fixes and Improvements

  • update standalone to 2.4.16 (1e23ed5)

Release v16.0.2

23 Oct 15:32
Compare
Choose a tag to compare

16.0.2 (2024-10-23)

Fixes and Improvements

  • update standalone to 2.4.15 (c7de0bf)

Release v16.0.1

30 Sep 17:36
Compare
Choose a tag to compare

16.0.1 (2024-09-30)

Fixes and Improvements

  • update standalone to 2.4.14 (89009c4)

Release v16.0.0

06 Sep 13:41
Compare
Choose a tag to compare

16.0.0 (2024-09-06)

⚠ BREAKING CHANGES create os/arch specific npm optional deps for pact-ruby-standalone

Features

  • create os/arch specific npm optional deps for pact-ruby-standalone (cb3a26d)

We now publish os/arch specific npm packages, which are listed as optional dependencies and should be automatically pulled into your project depending on the os/arch you are running on at the time of npm install.

This means the pact-js-cli package will take up less space on your machine 👍🏾

Example usage

$ npx --package=@pact-foundation/pact-cli -c 'pact-broker version'
1.76.1

Release v15.0.5

21 Aug 14:33
Compare
Choose a tag to compare

15.0.5 (2024-08-21)

Fixes and Improvements

  • update standalone to 2.4.12 (73a2169)

Release v15.0.4

12 Aug 14:18
Compare
Choose a tag to compare

15.0.4 (2024-08-12)

Fixes and Improvements

  • update standalone to 2.4.11 (d473dc9)
  • update standalone to 2.4.9 (71e499c)

Release v15.0.3

25 Jun 23:29
Compare
Choose a tag to compare

15.0.3 (2024-06-25)%0A%0A%0A### Fixes and Improvements%0A%0A* use full path to pactflow binary as it may be invoked from anywhere via npx (c3bc9a0)

Release v15.0.2

17 Jun 19:19
Compare
Choose a tag to compare

15.0.2 (2024-06-17)%0A%0A%0A### Fixes and Improvements%0A%0A* update standalone to 2.4.6 (2a988c0)

Release v15.0.1

12 Jun 02:27
Compare
Choose a tag to compare

15.0.1 (2024-06-12)

Fixes and Improvements

  • deps: update rimraf to 4.4.1 to avoid glob warnings (5ddc257)

v15.0.0

12 Jun 01:30
4b72985
Compare
Choose a tag to compare
  • All Pact-CLI functionality has been moved to pact-js-cli repository.

    • API/CLI interface remain.

      • @pact-foundation/pact-core imports will now become @pact-foundation/pact-cli
  • npx usage

    • npx --package=@pact-foundation/pact-cli@15.0.0 -c 'pact-broker'

Full Changelog: https://github.com/pact-foundation/pact-js-cli/commits/v15.0.0