Releases: ww-tech/lasso
Releases · ww-tech/lasso
Release 1.5.0
Release 1.4.0
Add better support for AnyViewStore
s that have NoAction
- #67
Version 1.2.0
Adds a way to configure the time out for view life cycle assertions (assertPresentation
, assertRoot
, etc.).
This configuration is per XCTestCase subclass. For more granular control, the pre-existing timeout
parameters can be used.
To override the timeout for an XCTestCase
subclass, add AssertionTimeoutOverride
conformance to your subclass, and provide a value for defaultLassoAssertionTimeout
to use a custom timeout.
Version 1.1.1
Updates for iOS 14, Swift 5.3, and Xcode 12 compatibility.
Version 1.0.1
Documentation and CI updates.