@pact-foundation/pact
Advanced tools
Changelog
10.0.0-beta.42 (2021-06-29)
Changelog
10.0.0-beta.41 (2021-06-26)
Changelog
10.0.0-beta.40 (2021-06-24)
Changelog
10.0.0-beta.39 (2021-06-23)
Changelog
10.0.0-beta.38 (2021-06-21)
Changelog
10.0.0-beta.37 (2021-06-06)
Changelog
10.0.0-beta.36 (2021-05-31)
Option::unwrap()
on a None
value (7cb6822)Changelog
10.0.0-beta.35 (2021-05-21)
Pact-js no longer officially supports node less than 10 (10 is only supported by nodejs for another few months anyway, so I doubt this will affect many users)
Since some of the interface of pact-core is exposed, there are some breaking changes:
VerifierOptions
: replace use of tags
, consumerVersionTag
and providerVersionTag
with the appropriate consumerVersionTags
or providerVersionTags
option.pacticipant
, all
or version
. These fields never worked, and now will no longer compile in typescript. The correct type is:ConsumerVersionSelector {
tag?: string;
latest?: boolean;
consumer?: string;
fallbackTag?: string;
}
Drop support for node < 10 (328de85)
Update pact-core to v11. (9e5a67d)
Changelog
10.0.0-beta.35 (2021-05-21)
Pact-js no longer officially supports node less than 10 (10 is only supported by nodejs for another few months anyway, so I doubt this will affect many users)
Since some of the interface of pact-core is exposed, there are some breaking changes:
VerifierOptions
: replace use of tags
, consumerVersionTag
and providerVersionTag
with the appropriate consumerVersionTags
or providerVersionTags
option.pacticipant
, all
or version
. These fields never worked, and now will no longer compile in typescript. The correct type is:ConsumerVersionSelector {
tag?: string;
latest?: boolean;
consumer?: string;
fallbackTag?: string;
}
Drop support for node < 10 (328de85)
Update pact-core to v11. (9e5a67d)