Skip to content

v5.0.0

Compare
Choose a tag to compare
@jonreid jonreid released this 31 Jan 01:06
3b29767

Version 5.0.0

30 Jan 2020

This release adds diagnostic test failures if verifiers clash.

  • Fail test if code creates multiple instances of any single verifier. This inadvertently undid its
    swizzling, leading to test failures that were tricky to diagnose. Now a failure message provides
    guidance.
  • Also fail if an AlertVerifier and a PresentationVerifier exist simultaneously, since they both
    swizzle UIAlertViewController. This has the potential to change test results, so this is marked as
    a major release.