v2.4.0
版本发布时间: 2016-03-31 21:14:07
reactphp/promise最新发布版本:v3.2.0(2024-05-24 18:41:18)
- Support foreign thenables in
resolve()
. Any object that provides athen()
method is now assimilated to a trusted promise that follows the state of this thenable (#52). - Fix
some()
andany()
for input arrays containing not enough items (#34).