Releases: laravie/promise
Releases · laravie/promise
v1.0.1
Changes
- Use
static function
whenever possible.
v1.0.0
Remove
- Remove
Laravie\Promise\ParallelPromises
and Laravie\Promise\EventPromises
and simplify API usages.
v0.3.1
Changes
- Improve performance by prefixing all global functions calls with
\
to skip the look up and resolve process and go straight to the global function.
v0.3.0
Changes
- Update
react/event-loop
to 1.0+.
v0.2.0
Added
- Added
Laravie\Promise\ParallelPromises
.
Changes
- Update minimum PHP version to 7.0+.