Skip to content

Pact 4.7.1

Compare
Choose a tag to compare
@emilypi emilypi released this 09 Jun 23:28
· 79 commits to master since this release
v4.7.1
456aa65

4.7.1

This marks the 4.7.1 release of the Pact language.

Eval

  • Add feature flag FlagDisableRuntimeTypeChecking for disabling runtime typechecking
    introduced in Pact 4.7 (#1231)

Formal Verification

  • Fixed empty list type defaulting to any (#1224)
  • Fixed partial biniding (#1227)

Tests

  • Refactored test to avoid runIO within tests (#1129)
  • Add CoverageSpec (#1228)
  • Fix ReplSpec tests (#1216)
  • Cleanup PactContinuationSpec (#1222)

Others