All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
7.0.3 (2018-11-07)
- apply logLevel to local logger (6e31407)
7.0.2 (2018-10-27)
- graphql: allow arbitrary operation names in GraphQL interface #235 (16df628)
- interaction-failure: clear interactions on any verify() (fbc5ac0), closes #231
- matchers: allow integers/decimals to be 0 (#236) (c40ce32)
7.0.1 (2018-10-15)
7.0.0 (2018-10-09)
- README.md: providerVersion is a string not a boolean (#217) (15706cc)
- test: fix port unavailable test on windows (c41a934)
- deprecate: deprecate Node version < 6 (c778880)
- deprecate: No longer supporting Node versions 4 or 5.
6.0.2 (2018-10-01)
- examples/typescript: fix example failing to run (f2ed7d7)
- examples/typescript: fix the typings for getMeDogs (42bbb9a)
- examples/typescript: missing dependencies (314119d)
- vulnerabilities: run npm audit fix on e2e tests (934789f)
6.0.1 (2018-08-19)
5.9.1 (2018-05-10)
- interaction: include response body if set to empty string (2db0f23)
6.0.0-alpha.15 (2018-07-17)
- interaction: include response body if set to empty string (abc20d4)
6.0.0-alpha.14 (2018-05-08)
- message: modify message: content -> contents (38e57a8)
- upgrade: update to pact-node 6.16.x (c1d938b)
6.0.0-alpha.13 (2018-04-29)
- graphql: escape queries with variables (8b64dd4)
6.0.0-alpha.12 (2018-04-22)
- example: example GraphQL pact test (3280a81)
- graphql: add basic GraphQL wrapper function (641e0e7)
- message: tidy up Message interface and tests (58c334c)
6.0.0-alpha.11 (2018-04-22)
- example: example GraphQL pact test (3280a81)
- graphql: add basic GraphQL wrapper function (641e0e7)
- message: tidy up Message interface and tests (58c334c)
6.0.0-alpha.10 (2018-04-20)
6.0.0-alpha.9 (2018-04-20)
6.0.0-alpha.8 (2018-04-15)
- messages: setup provider states in verification (57f7352)
6.0.0-alpha.7 (2018-04-05)
6.0.0-alpha.6 (2018-04-05)
6.0.0-alpha.5 (2018-04-04)
- messages: implement v3 compatible provider states (8e113a5)
6.0.0-alpha.4 (2018-04-01)
- test: fix promise resolution in test (ce31f31)
- example: working serverless example with pact. #166 (d4a49f5)
- message: fix message structure sent to consumer verify(). #166 (ee1ddf0)
- serverless-example: add basic serverless SNS example (08cd73b)
6.0.0-alpha.2 (2018-03-31)
6.0.0-alpha.1 (2018-03-31)
6.0.0-alpha.0 (2018-03-31)
- messages: initial WIP for message pacts (fd3526e)
5.9.0 (2018-03-27)
- upgrade: update to pact-node 6.13.x (b19f069)
5.8.0 (2018-03-25)
- upgrade: update to pact-node 6.12.x (6e5c2e1)
5.7.0 (2018-02-28)
5.6.1 (2018-02-25)
5.6.0 (2018-02-22)
5.5.1 (2018-02-20)
5.5.0 (2018-02-09)
- upgrade: update to pact-node 6.8.x (fd4ae99)
5.4.0 (2018-02-08)
- types: allow builder usage in Pact tests (cb6305b)
5.3.2 (2018-01-11)
5.3.1 (2018-01-06)
- logging: set pact-node log level before constructing server #139 (b2f5c2d)
- verifier: properly wrap pact-node q promise in verifier (affca89)
5.3.0 (2017-12-11)
5.2.0 (2017-12-10)
- examples: extending ava examples with matchers (51fb8ae)
- mock-service: pass arguments to CLI not API (2b9053c), closes #105
- pact-node: update to latest pact-node 6.4.x (2430ee0), closes #131
5.1.0 (2017-12-08)
- examples: extending ava examples with matchers (51fb8ae)
- pact-node: update to latest pact-node 6.4.x (3d8aef0)
5.0.3 (2017-12-06)
5.0.0 (2017-12-06)
- amd: do not name AMD module in UMD #98 (fced1ab)
- build: fix for bash script and output helpful information during projects tests (192f9e4)
- examples: update jasmine karma example with best practice #122 (93cba30)
- examples: update mocha karma example with best practice #122 (a62d00f)
- src: fix typo in eachLike error message (601d158)
- tests: update e2e tests with latest API (09a9f03)
- verification: pass validation error message on #114 (302357f)
- api: cleanup public API (39dfc45)
- finalise: warn if finalise called more than once (bc52810)
- karma: relax consumer/provider requirement in MockService #96 (62a9c44)
- matching: add a number of common matchers to DSL (4259171)
- pact-node: upgrade to latest pact-node 5.1.x (fde380e)
- pact-node: upgrade to pact-node 5.2.1 (f9bd4ae)
- pact-server: allow running mock server on non-local host #115 (b6866ef)
- pact-web: refactor PactWeb module (95b26c4)
- release: update release process to use standard-version (ae96806)
- types: reexport Interaction and MockService namespace #117 (e1b658f)
- types: reexport Interaction and MockService namespace into pact-web #117 (c3cd435)
- typescript: add integration pact tests (3b2279a)
- typescript: fix pact-web and karma tests (91ef75c)
- typescript: initial TypeScript setup (c6e6c3a)
- api: - Provider verification exposed via a Verifier class
- Matchers exposed through separate sub-module
- pact-web: Requires constructor to create now.
4.2.1 (2017-11-05)
4.2.0 (2017-11-05)
4.1.0 (2017-10-18)
- release: update release process to use standard-version (47d118d)
4.0.0 (2017-10-18)
- pact-node: upgrade to pact-node 5.x.x (6d2ad81)
- pact-server: Allow to run pact mock server on a host other than localhost/127.0.0.1 (e24be20)
3.0.1 (2017-09-19)
- lint: fix lint in mock service (e4c61b1)
- tests: update e2e tests with timeout for CI builds (f141c5e)
- typo: cosmetic cleanup for typo of wrong project name (18d49f6)
- karma: relax consumer/provider requirement in MockService (e9f3a4a)
2.7.0 (2017-08-06)
- example: adding example for the AVA test framework (65e8314)
- upgrade: upgrade to latest pact node v4.12.0 (50e1041)
2.6.0 (2017-06-13)
2.5.0 (2017-05-15)
2.4.1 (2017-05-12)
- writemode: update pactFileWriteMode flag and docs (6b32990)
2.4.0 (2017-05-11)
- mock service: add pactfile_write_mode option handling (da92274)
- verifications: update example to publish verification results (592b9db)
2.3.4 (2017-04-26)
- pact-web: only deploy pact-web on tagged master (a66cbea)
2.3.3 (2017-04-21)
- port-check: check if port is available during setup() #37 (c729d8e)
- typescript: add TypeScript annotations (8eeb561)
2.3.1 (2017-04-03)
2.2.1 (2017-03-12)
- test: fix logic issue in karma tests that was passing for the wrong reasons (080898f)
- test: update karma jasmine test to properly fail tests if verification fails. (802d5dc)
- test: update karma mocha test to fail if verification fails (98a6380)
2.2.0 (2017-02-27)
2.1.0 (2017-02-27)
- test: update end-to-end test example (cb38b17)
- verify: update to latest pact-node including ability to set verification timeout #28 (4d0901e)
2.0.1 (2017-02-26)
2.0.0 (2017-02-22)
- api: remove redundant responseParser and tests (a06a14d)
- test: properly pass through ssl flag (bc3120d)
- test: set timeout to 10s for Travis builds (e76d0e8)
- test: update all mainline tests to match new API (936a75d)
- test: update e2e test to properly wait for pact finalisation (b98c1f9)
- test: update formatting in integration test (6bd19c9)
- test: update jest tests with new API, fixes #21 (4eb2e1c)
- test: update mocha tests with new API, fixes #22 (2062d6d)
- tests: remove trailing semi-colons for consistency (7a9565d)
- api: redesign API to make it simpler to interact with (67482d1)
- examples: update e2e provider test to use mocha interface (898203a)
- karma: update code formatting (ef27b7c)
- karma: update tests for karma suite and adapted Pact API for Karma (7182c7b)
1.0.0 (2017-01-21)
- example: add better readme, cleanup linting for E2E example (4a8e8cb)
- examples: running consumer tests for E2E example (274f18f)
- examples: update docu for e2e example (491f641)
- examples: WIP e2e example (14a464c)
- examples: working e2e example (24b9888)
1.0.0-rc.5 (2016-08-28)
- interceptor: remove Interceptor from DSL (0b9e4f4)
1.0.0-rc.4 (2016-08-02)
- app: update distribution files (8f9f7e2)
1.0.0-rc.3 (2016-08-01)
1.0.0-rc.2 (2016-07-11)
- lib: better handling HTTP responses (7b07821)