Releases: rpominov/fun-task
Releases · rpominov/fun-task
1.5.2
- Better Flow type for
Task.parallel()
#14
- Minor simplifications and optimizations
1.5.1
Task.do()
now has a specialized implementation (instead of using general runGenerator()
helper from static-land) for better performance and error handling #29
1.5.0
- Runtime arguments checks #21
1.4.0
- Fantasy Land 1.0.x now supported #24
Task.chainRec()
added #17
Task.do()
now supports loops with big number of iterations in generator #17
1.3.0
- New method
task.recur()
#17
1.2.0
- New method
Task.fromPromise()
#4
- New method
task.toPromise()
#4
- Minor fixes in Flow declarations.
1.1.2
- A bug where
catch
callback didn't work correctly with Task.race()
was fixed.
task.toString()
now returns some useful description of a task.
1.1.1
Here is what's new in 1.1.1
compared to 1.0.0
: