All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.11.1 (2024-06-19)
- Open peer deps for pact-js v13 (db783ec)
0.11.0 (2023-07-11)
- require at least node 16
- Bump pact to 12.0.0 (165f3ae)
- require at least node 16 (5c9d7eb)
0.10.3 (2023-03-21)
- Bump Pact version (8da6073)
0.10.2 (2022-12-05)
- jest: Add jest 29 support (017abf3)
0.10.1 (2022-08-08)
- v3: Add draft withPact interface for V3 (8ba6e66)
0.9.4 (2022-05-20)
0.9.3 (2022-03-21)
- Release GH actions by removing dryRun flag (3778ee3)
0.9.2 (2022-03-21)
- Add GH actions for release pipeline (af82206)
0.9.1 (2021-06-16)
- Mark jest-pact as compatible with jest 27 (and )move jest types to dev dependencies) (df15f75)
0.9.0 (2021-05-08)
- Increased peerdeps for @pact-foundation/pact to 9.12.2 and above
- Fix compile error when used with @pact-foundation/pact version 9.15.0 and above (b89a114)
0.8.3 (2021-02-23)
0.8.2 (2021-02-23)
- dsl: Add pactWith.only and pactWith.skip, which behave like their describe counterparts (540dc3c)
- messagePact: Add messagePactWith so that the default options are available for message pact users too (a8c1943)
0.8.1 (2020-08-18)
- jest-26: Use global object to avoid 'jasmine is undefined' error (9e46c9b)
0.8.0 (2020-08-18)
- jest: Add support for Jest v26.x by using jest.setTimeout() (Fixes #197) (078f0d1)
- options: Add convienience options logDir and logFileName (2d61354)
- types: Add JestProvidedPactFn to improve type safety for callers of withPact (f63ce87)
- peerDeps: Widen peer deps to include Jest v24.x.x and v25.x.x (50355e2)
0.7.0 (2020-07-18)
- dsl: Add xpactWith and fpactWith to improve the experience when skipping tests (da82056)
0.6.0 (2020-06-28)
0.5.4 (2020-05-13)
- defaults: Set LogLevel to warn by default (previously was error) (83a29eb)
0.5.3 (2020-05-05)
- deps: update dependency @types/jest to v25.1.3 (27731ae)
- deps: update dependency @types/jest to v25.1.4 (e601980)
- options: fix a bug where 'dir' wouldn't take absolute paths (1cec75d)
- options: remove PactOptions redefinition, introduce JestPactOptions (b622f01)
0.5.2 (2020-02-18)
0.5.1 (2020-02-12)
0.4.6 (2020-02-12)
- deps: update dependency @types/jest to v24.0.20 (4c3ef1e)
- deps: update dependency @types/jest to v24.0.22 (e56dca1)
- deps: update dependency @types/jest to v24.0.23 (#130) (d1b54a7)
- deps: update dependency @types/jest to v24.0.24 (53935dc)
- deps: update dependency @types/jest to v24.0.25 (a7b1ec9)
- deps: update dependency @types/jest to v24.9.0 (ac2f6da)
- deps: update dependency @types/jest to v24.9.1 (0030690)
- deps: update dependency @types/jest to v25 (#167) (49d5f69)
- deps: update dependency @types/jest to v25.1.2 (b0862b0)
- timeout: prevent brittle tests by increasing Jasmine timeouts (51d23cf)
0.4.5 (2019-10-17)
- deps: update dependency @types/jest to v24.0.19 (9063d84)
0.4.4 (2019-08-07)
0.4.3 (2019-07-08)
0.4.2 (2019-06-14)
- drop peer dep on Jest to 24.7.1 to match current create-react-app (e8cc52b)
0.4.1 (2019-06-12)
- log path when user specified is writing to file (30bbba1)
0.4.0 (2019-06-12)
- allow configuration of pacts and log dirs (c4c3b24)
0.3.0 (2019-05-31)
- dependencies: Make jest and pact-node peer dependencies (99abbc1)
- release v0.1.0, test locally, upload ci test results, plus moving test related files into examples (d5d9fca)