Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Mar 13:38
4207da4

0.3.0 (2023-03-07)

⚠ BREAKING CHANGES

  • Change the automatic description of variables from ${varName} to {{varName}}
  • jest: Add verifyContract helper; rename caseContractWith to defineContract for consistency

Features

  • Add ability to pass common config (statehandlers and triggers) to the contract at initialisation (e30fe34)
  • jest: Add verifyContract helper; rename caseContractWith to defineContract for consistency (a035fc7)
  • Support query strings in http tests (0909b4c)

Bug Fixes

  • Change the automatic description of variables from ${varName} to {{varName}} (eecab14)
  • Print name of error instead of 'EXECUTION ERROR' when an execution error happens (30610e5)