Releases: fluture-js/Fluture
Releases · fluture-js/Fluture
0.6.3 beta 1
- Adds
toString
debugging
0.6.2
Like 0.5.7 but better
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
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.