Skip to content

v0.15.0

Compare
Choose a tag to compare
@jbwheatley jbwheatley released this 16 Oct 14:28
· 790 commits to main since this release

What's Changed

  • Feature parity across all frameworks for "inline style" forging of pacts, as previously only existed for scalatest.
  • N.B verifyPacts in ziotest no longer returns a Unit, but rather a Task[Unit], so it no longer needs to be wrapped in ZIO.attempt.
  • Examples added for all frameworks with both normal and inline style.
  • added RequestResponsePactForgerWith[Resources] to ziotest to make adding additional layers easier (see examples).
  • added helpers from #519 for using the dslPartJsonBody builder with integer types.

Full Changelog: v0.14.0...v0.15.0