Skip to content

Releases: pact-foundation/nestjs-pact

v4.0.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 15:06

4.0.1 (2026-07-20)

Bug Fixes

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 12:45

4.0.0 (2026-07-20)

⚠ BREAKING CHANGES

  • drop @pact-foundation/pact-cli dependency and remove Pact publishing support (#104)

Features

  • drop @pact-foundation/pact-cli dependency and remove Pact publishing support (#104) (27dc8ba)

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Oct 20:15

3.0.0 (2025-10-07)

⚠ BREAKING CHANGES

  • update to pact-js v16 / support PactV4 as default Pact. suppor… (#96)

Features

  • update to pact-js v16 / support PactV4 as default Pact. suppor… (#96) (3d1c15d)

v2.3.5

Choose a tag to compare

@github-actions github-actions released this 01 Sep 13:24

2.3.5 (2025-09-01)

Reverts

What's Changed

  • chore(peer-deps): update pact-js to allow 15.x by @YOU54F in #91
  • chore: Configure Renovate by @renovate[bot] in #86
  • Revert "chore: Configure Renovate" by @YOU54F in #95

New Contributors

Full Changelog: v2.3.4...v2.3.5

v2.3.4

Choose a tag to compare

@github-actions github-actions released this 17 Feb 14:52

2.3.4 (2025-02-17)

Bug Fixes

v2.3.3

Choose a tag to compare

@github-actions github-actions released this 17 Feb 14:45

2.3.3 (2025-02-17)

Bug Fixes

  • deps: add pact-js v14 to peer deps (#89) (d25365e)

v2.3.2

Choose a tag to compare

@YOU54F YOU54F released this 13 Nov 18:45

What's Changed

  • chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #26
  • chore(deps-dev): bump ts-jest from 29.0.3 to 29.1.1 by @dependabot in #49
  • chore(deps-dev): bump eslint from 8.29.0 to 8.51.0 by @dependabot in #50
  • chore(deps-dev): bump rimraf from 3.0.2 to 5.0.5 by @dependabot in #51
  • chore(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #52
  • chore(deps): bump @babel/traverse from 7.20.5 to 7.23.2 by @dependabot in #53
  • chore(deps-dev): bump husky from 8.0.2 to 8.0.3 by @dependabot in #30
  • chore(deps): bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #54
  • chore(deps): bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #68
  • chore(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.29.1 by @dependabot in #65
  • chore(deps-dev): bump eslint from 8.51.0 to 8.56.0 by @dependabot in #64
  • chore(deps-dev): bump @semantic-release/changelog from 6.0.2 to 6.0.3 by @dependabot in #59
  • chore(deps-dev): bump @typescript-eslint/parser from 5.46.0 to 5.62.0 by @dependabot in #56
  • chore(deps): bump es5-ext from 0.10.62 to 0.10.64 by @dependabot in #73
  • chore(deps): bump express from 4.18.2 to 4.19.2 by @dependabot in #72
  • chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #71
  • chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #70
  • fix(peer-deps): support pact v13.x & pact-cli for publisher interface by @YOU54F in #84

Full Changelog: v2.3.1...v2.3.2

v2.3.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 12:16

2.3.1 (2023-07-10)

Bug Fixes

  • add peer dep pact-js v11 and nest-js v10 (#47) (d90cc37)

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Jan 17:07

2.3.0 (2023-01-17)

Bug Fixes

  • add ; back in for index.ts (linting) (a530c63)
  • add small comment to explain the try/catch for verifier (bb2a606)
  • import/order linting rule, peerDepencency version for @pact-foundation/pact (da05e65)
  • jest tests with mock modules now work (b50c702)
  • make verifier a nestjs provider again (df4249d)
  • remove lerna, and dont fail-fast (bf45577)
  • revert to normal mocks for verifier test (153e5fb)
  • verifier-service tests added back in (922258b)

Features

  • fix up to working version (5cab2ac)
  • upgrade packages, fix imports, fix return types, fix empty try-catch (486dcbe)

v2.2.2

Choose a tag to compare

@github-actions github-actions released this 17 Jan 15:53

2.2.2 (2023-01-17)

Bug Fixes