Skip to content

core: v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jul 12:41
7b4aa6c

0.3.0 (2024-07-21)

⚠ BREAKING CHANGES

  • matchers now take normalized requests as input
  • renamed func to matcherFunction
  • removed support for passing in a matcher under the generic name matcher
  • renamed functionMatcher to func

refactor

  • matchers now take normalized requests as input (da9dfe8)

Features

  • can now access express parameters in responses (41e2475)
  • removed support for passing in a matcher under the generic name matcher (f41d8f9)
  • renamed func to matcherFunction (e5679a7)
  • renamed functionMatcher to func (4cee629)
  • response builder function now expects a calllog (306357d)