Pact Js Versions Save

JS version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.

v12.4.0

1 month ago

12.4.0 (2024-03-25)

Features

  • corporate proxy: support in verifier (f3ec1be)

v12.3.1

1 month ago

12.3.1 (2024-03-25)

Fixes and Improvements

  • update to latest pact-core 14.3.3 (34d8a4b)

v12.3.0

2 months ago

12.3.0 (2024-02-28)

Features

  • allow v3 matchers in message metadata (58b1251)

v12.2.0

3 months ago

12.2.0 (2024-02-09)

Features

  • remove feature flag for v4 (3d8eccc)

Fixes and Improvements

  • retire lodash omitby to fix vulnerability (fedcc2e)
  • revert test workaround / update to matt plugin 0.1.0 (f306c2b)

v12.1.3

3 months ago

12.1.3 (2024-01-23)

Fixes and Improvements

  • ci: update matt plugin provider test (db37296)
  • support multiple states with same name (36dfb4f), closes #848

v12.1.2

4 months ago

12.1.2 (2024-01-07)

Fixes and Improvements

  • PactV4 should default to V4 spec (46acc70)
  • types: remove AnyTemplate references from DSL (4aa5c9b), closes #1133

v12.1.1

6 months ago

12.1.1 (2023-11-10)

Fixes and Improvements

  • allow re-use of PactV4 object (38a68fb)
  • MessageConsumerPact merge pact file correctly (6b5de27)
  • package.json & package-lock.json to reduce vulnerabilities (288bdfd)
  • return raw consumer mock server mismatch if structure unknown (17be53c)

v12.1.0

10 months ago

12.1.0 (2023-07-18)

Features

  • add eachKeyMatches + eachValueMatches Matchers (0b2098b)

Fixes and Improvements

v12.0.0

10 months ago

12.0.0 (2023-07-10)

⚠ BREAKING CHANGES

  • set node engines min version to 16

Fixes and Improvements

  • set node engines min version to 16 (85df5b7)
  • update to latest pact-core 13.14.0 (a3085d6)

v11.0.2

1 year ago

11.0.2 (2023-03-09)

Fixes and Improvements

  • v4 response builder for non-plugin interface (4da4cb3), closes #1073