Skip to content

Releases: streamcommon/promise

v1.2.5

28 Jun 14:13
b2dc8ab

Choose a tag to compare

#2 Add support for failing promises in promise.all

v1.2.4

26 Apr 18:04

Choose a tag to compare

added Promise::catch method
added AbstractPromise for feature ext
remove ext-ds
added Dockerfile
added Promise factory

v1.2.0

08 Dec 20:29

Choose a tag to compare

  • Added Promise::all implementation
  • Added Promise factory
  • Remove lock coroutine channel

v1.1.4

16 May 18:50

Choose a tag to compare

Nothing....

v1.1.3

13 Mar 20:20

Choose a tag to compare

v1.1.2

12 Mar 22:01

Choose a tag to compare

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

06 Mar 20:15

Choose a tag to compare

Added sub promise supported
Added full test
Added more examples for uses

v0.8.0

04 Mar 21:07

Choose a tag to compare

Stable