2.0 beta 3
Pre-release
Pre-release
This is the third beta release of Loop 2.0. It requires Swift 5.2, and supports CocoaPods, Carthage and Swift Package Manager (tools version 5.2).
Changes
See the release note for Loop 2.0 beta 1 for important changes in 2.0.
- Fixed an issue of
firstValueAfterNil
not starting the effect, when the the supplied(State) -> U?
transform does yield non-nil value for the initial state. (#22) - Fixed an issue of
whenBecomesTrue
not starting the effect, when the the supplied(State) -> Bool
predicate does pass with the initial state. (#22) - Fix a scenario where reentrant calls to
Loop.send(_:)
should work but deadlock instead. (#23)