Highlights
requireFail
now returns Never, indicating the status that it will always throw an error. (Thanks @bnickel!)toAlways
andtoNever
will never fail on a main thread timeout. (Thanks @bnickel!)
Auto-Generated Release Notes
What's Changed
- Update CI actions by @younata in #1184
- Allow multiple async polling expectations by @younata in #1189
- Bump Cwl dependencies to fix Xcode 16 issues by @balavor in #1190
- Return Never from requireFail by @bnickel in #1194
- Bump rexml from 3.3.9 to 3.4.2 by @dependabot[bot] in #1198
- Remove duplicated RunLoop code by @bnickel in #1193
- Fix linux cfrunloop build by @younata in #1200
- Do not fail on timeout for
toAlways
andtoNever
by @bnickel in #1192
New Contributors
Full Changelog: v13.7.1...v13.8.0