Releases: AsyncSwiftKits/AsyncTesting
Releases · AsyncSwiftKits/AsyncTesting
Release 0.0.7
Removes throws
from waitForExpectations
.
Release 0.0.6
Enables concurrency warnings and fixes all warnings.
Release 0.0.5
Fixes behavior of inverted expectations which can call fulfill after the timeout without failing tests.
Release 0.0.4
Enables concurrency warnings and handles warnings in unit tests.
- fixes concurrency warnings in unit tests
- enables thread sanitizer
Release 0.0.3
Simplifies public API for unit in tests. See README.md.
Release 0.0.2
Improves behavior and lowers Swift tools version to 5.6 to allow Xcode 13 builds.
Release 0.0.1
Initial release