Skip to content

2.4.0

Choose a tag to compare

@jsor jsor released this 31 Mar 13:14
· 283 commits to 3.x since this release
v2.4.0
  • Support foreign thenables in resolve().
    Any object that provides a then() method is now assimilated to a trusted promise that follows the state of this thenable (#52).
  • Fix some() and any() for input arrays containing not enough items (#34).