Fun Task Versions Save

Abstraction for managing asynchronous code in JS

v1.5.2

7 years ago
  • Better Flow type for Task.parallel() #14
  • Minor simplifications and optimizations

v1.5.1

7 years ago
  • Task.do() now has a specialized implementation (instead of using general runGenerator() helper from static-land) for better performance and error handling #29

v1.5.0

7 years ago
  • Runtime arguments checks #21

v1.4.0

7 years ago
  • 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

v1.3.0

7 years ago
  • New method task.recur() #17

v1.2.0

7 years ago
  • New method Task.fromPromise() #4
  • New method task.toPromise() #4
  • Minor fixes in Flow declarations.

v1.1.2

7 years ago
  • A bug where catch callback didn't work correctly with Task.race() was fixed.
  • task.toString() now returns some useful description of a task.

v1.1.1

7 years ago

Here is what's new in 1.1.1 compared to 1.0.0: