Skip to content

Latest commit

 

History

History
161 lines (83 loc) · 3.62 KB

CHANGELOG.md

File metadata and controls

161 lines (83 loc) · 3.62 KB

v0.11.1 (2021-04-20)

Bug Fixes

  • JSON load message document so that the Ruby objects are created properly (2bab66c)

v0.11.0 (2021-03-22)

Features

v0.10.0 (2021-01-22)

Features

  • allow pact-message update to receive JSON via the standard input (5cbb664)

v0.9.0 (2020-11-04)

Features

  • allow pact dir to be configured (f2f9626)

  • verify that each message has been yielded (1d4d92c)

  • consumer

    • only update pact if test suite passes (e99276d)

v0.8.0 (2020-09-28)

Features

  • reify message when yielding (d7c0a4a)

Bug Fixes

  • fix bug in Message.to_hash (e354cd2)

v0.7.0 (2020-02-10)

Features

  • Add metadata to a message request (796590f)
  • support the _id attribute from the Pact Broker, and give each message an index (3a05501)

Bug Fixes

  • add back support for using providerState instead of providerStates when updating a pact (b494a76)

v0.6.0 (2020-02-10)

Features

  • Add metadata to a message request (796590f)
  • support the _id attribute from the Pact Broker, and give each message an index (3a05501)

Bug Fixes

  • add back support for using providerState instead of providerStates when updating a pact (b494a76)

v0.5.0 (2018-10-04)

Features

  • pact specification v3
    • add support for multiple provider states and params (b2c1cc7)

v0.4.5 (2018-07-07)

Bug Fixes

  • include metaData in message pact (e68ca4f)

v0.4.3 (2018-05-06)

Features

  • version
    • add version command to CLI, fixes #10 (f928248)

Bug Fixes

  • content
    • rename message content -> contents. fixes #9 (0908962)

v0.4.1 (2018-04-05)

Features

  • read/write metaData from/to v3 pact files (7dfcbb9)

Bug Fixes

  • locate content matching rules from correct path (5254c01)

v0.4.0 (2018-04-03)

Features

  • add partial support for reading/writing array of provider states as specified in v3 spec (e9ec6c3)

v0.3.0 (2018-04-03)

Features

  • add pact-message reify to cli (782a09b)

v0.1.5 (2018-03-26)

Features

  • upgrade to pact-support 1.5 (20fea42)
  • move pact message classes out of pact-support into pact-message (a187c4a)
  • update DSL syntax (8766965)
  • add cli for other languages to use (b111edd)
  • reuse consumer contract writer from pact-mock_service (93aa122)
  • create dsl and basic pact file writer (5333564)

Bug Fixes

  • set pact_specification_version in cli (834d671)
  • requires (886068c)
  • change executables path from exe to bin (921a1c3)