Releases: streamcommon/promise
Releases · streamcommon/promise
v1.2.5
v1.2.4
added Promise::catch method
added AbstractPromise for feature ext
remove ext-ds
added Dockerfile
added Promise factory
v1.2.0
- Added Promise::all implementation
- Added Promise factory
- Remove lock coroutine channel
v1.1.4
Nothing....
v1.1.3
- Disable Xdebug swoole/swoole-src#1681
- Update phpstan phpstan/phpstan#1984
- Added pcov as Xdebug alternative for phpunit coverage
v1.1.2
Fix .then
method -> return new promise
Fix .then
null resolver
Fix .then
return sub promise
P.S: Actually this solution MUST working like JS Promise ;)
v1.0.0
Added sub promise supported
Added full test
Added more examples for uses
v0.8.0
Stable