Skip to content

Releases: webee/promise4j

promise4j v2.4.0

21 Jan 09:56
Compare
Choose a tag to compare
  1. add Promise.create
  2. add then Fulfillment
  3. update Promise.all to allow reject.

promise4j v2.1.0

10 Jan 11:31
Compare
Choose a tag to compare

fix status spread, add ThenFulfillment.

promise4j v2.0.1

04 Jan 02:38
Compare
Choose a tag to compare

fix SingletonWorker.

promise4j v2.0.0

27 Dec 11:00
Compare
Choose a tag to compare
  1. fix reject bug
  2. add waiting sub status to allow only accept the first fulfill or reject.
  3. add thenCatch to allow fix upstream exception.

promise4j v1.4.1

06 Dec 02:51
Compare
Choose a tag to compare

let cancel return if really canceled.

promise4j v1.4.0

05 Dec 11:17
Compare
Choose a tag to compare

add utils/SingletonWorker.

promise4j v1.3.0

30 Nov 06:56
Compare
Choose a tag to compare

add transform executor, add cancel.

promise4j v1.2.0

25 Nov 08:25
Compare
Choose a tag to compare

change package name to com.github.webee.*

promise4j v1.1.0

22 Nov 11:56
Compare
Choose a tag to compare

update then, add ClosureTransform, Runnable.

promise4j v1.0.0

22 Nov 07:44
Compare
Choose a tag to compare

the initial release.