Skip to content

Latest commit

 

History

History
79 lines (41 loc) · 4.22 KB

CHANGELOG.md

File metadata and controls

79 lines (41 loc) · 4.22 KB

2.3.2 (2024-11-12)

Bug Fixes

  • peer-deps: support pact v13.x & pact-cli for publisher interface (#84) (7ca2136)

2.3.1 (2023-07-10)

Bug Fixes

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

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)

2.2.2 (2023-01-17)

Bug Fixes

2.2.1 (2022-07-12)

Feat

  • feat: allow configuration of host (#13) (01151f3)

2.1.1 (2022-01-18)

Fix

2.1.0 (2022-01-18)

Code Refactoring

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

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

1.0.4 (2020-12-22)

Bug Fixes

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