Skip to content

v9.1.0

Compare
Choose a tag to compare
@ikesyo ikesyo released this 07 May 08:53
v9.1.0

Additions

  • Add satisfyAnyOf and satisfyAllOf overloads that take arrays of matchers #861, #869 (Thanks @younata)

Improvements

  • Use target dependency condition instead of build machine info #842 (Thanks @kateinoigakukun)
  • [CI] Update Xcode and Swift versions #866, #871
  • Xcode 12.5: Update to recommended settings #868

Bugfixes

  • Make the satisfyAllOf and satifyAnyOf matchers fail correctly when the submatchers fail #860 (Thanks @younata)