pact-foundation / pact-js

JS version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.
https://pact.io
Other
1.62k stars 343 forks source link

Add support for `eachKey` and `eachValue` matchers #1103

Closed mefellows closed 1 year ago

mefellows commented 1 year ago

Fixes #952

TimothyJones commented 1 year ago

Deprecates the eachKeyLike matcher, which is broken

This deprecation doesn't appear to be mentioned in the release notes

mefellows commented 1 year ago

Thanks, good spot. I can fix that manually.