Skip to content

Releases: pact-foundation/nestjs-pact

v2.3.2

13 Nov 18:45
Compare
Choose a tag to compare

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

10 Jul 12:16
Compare
Choose a tag to compare

2.3.1 (2023-07-10)

Bug Fixes

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

v2.3.0

17 Jan 17:07
Compare
Choose a tag to compare

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

17 Jan 15:53
Compare
Choose a tag to compare

2.2.2 (2023-01-17)

Bug Fixes

v2.2.1

12 Jul 15:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.2.1

v2.1.1

18 Jan 16:53
Compare
Choose a tag to compare

Fix

v2.1.0

18 Jan 16:36
ea21a90
Compare
Choose a tag to compare

Code Refactoring

  • deps: support nestjs version 8.x.x (#9) (fdf1af1)

v2.0.0

02 Feb 19:13
Compare
Choose a tag to compare

2.0.0 (2021-02-02)

Code Refactoring

  • names: change the name of the producer module to provider (#6) (fdf1af1)

BREAKING CHANGES

  • names: 'ProducerModule' is now 'ProviderModule';

  • docs(readme): add some links to pact and correct some mistakes

  • docs(readme): change logo sizes and markup

v1.0.4

22 Dec 22:56
Compare
Choose a tag to compare

1.0.4 (2020-12-22)

Bug Fixes

  • tsconfig.build.json: add commitlint.config.js to excluded files (#5) (ec834a6)