Skip to content

Releases: fluture-js/Fluture

0.6.3 beta 1

31 Mar 09:14
Compare
Choose a tag to compare
0.6.3 beta 1 Pre-release
Pre-release

0.6.2

29 Mar 16:33
Compare
Choose a tag to compare
  • Adds isFuture() to check if something is a Future.
  • Adds isForkable() to check if something is a Forkable.

Like 0.5.7 but better

29 Mar 16:34
Compare
Choose a tag to compare

I had to increment the version number because NPM unexpectedly treated versions 0.6.0-beta1 and 0.6.0-beta2 as stable, causing unstable versions to be installed with npm install fluture.

0.6.0 beta 2

29 Mar 16:39
Compare
Choose a tag to compare
0.6.0 beta 2 Pre-release
Pre-release

The 0.6.0-beta series adds cancellation and resource disposal. It also adds a memory leak, so I wouldn't advice using it in production.