Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Mar 08:55
1e73fb7

0.2.0 (2023-03-06)

⚠ BREAKING CHANGES

  • Remove info log level as it was never needed

Features

  • Add ability to specifiy exact contract filename (7ccf8de)
  • Add deepMaintainerDebug log level (673c3c2)
  • Add native broker client (465cf44)
  • Allow files to be uploaded to Pact Brokers (4879b35)
  • Extract Jest DSL for writing contracts (a56bb1e)

Bug Fixes

  • Add Jest as a peer-dependency (a48e861)
  • Connect state variables to the config object that handlers receive (76e4e49)
  • Don't log the config in the contract file (4cf3922)
  • Ensure that version number in logs is always correct (672301f)
  • ensure the Assertable promise isn't left open if a trigger function fails (7a6270d)
  • Expose typescript types in compiled package (0ad7502)
  • Remove info log level as it was never needed (b6801b6)
  • Substantially improve error message when the verification of a trigger return object fails (085df9b)
  • upgrade axios from 1.3.1 to 1.3.2 (c98b4a6)
  • upgrade pretty-format from 29.3.1 to 29.4.1 (951696e)