Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork16
Feature: Simplify usage by supporting newdefault loop.
(#60 by@clue)// old (still supported)Clue\React\Block\await($promise,$loop);Clue\React\Block\awaitAny($promises,$loop);Clue\React\Block\awaitAll($promises,$loop);// new (using default loop)Clue\React\Block\await($promise);Clue\React\Block\awaitAny($promises);Clue\React\Block\awaitAll($promises);
Feature: Added support for upcoming react/promise v3.
(#61 by@davidcole1340 and@SimonFrings)Improve error reporting by appending previous message for
Throwables.
(#57 by@clue)Deprecate
$timeoutargument forawait*()functions.
(#59 by@clue)// deprecatedClue\React\Block\await($promise,$loop,$timeout);Clue\React\Block\awaitAny($promises,$loop,$timeout);Clue\React\Block\awaitAll($promises,$loop,$timeout);// still supportedClue\React\Block\await($promise,$loop);Clue\React\Block\awaitAny($promises,$loop);Clue\React\Block\awaitAll($promises,$loop);
Improve API documentation.
(#58 and#63 by@clue and#55 by@PaulRotmann)Improve test suite and use GitHub actions for continuous integration (CI).
(#54 by@SimonFrings)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
4 people reacted