Skip to content

Releases: pact-foundation/nestjs-pact

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)