Skip to content

Releases: rpominov/fun-task

1.5.2

16 Oct 20:20
Compare
Choose a tag to compare
  • Better Flow type for Task.parallel() #14
  • Minor simplifications and optimizations

1.5.1

24 Sep 12:28
Compare
Choose a tag to compare
  • 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

21 Sep 17:16
Compare
Choose a tag to compare
  • Runtime arguments checks #21

1.4.0

17 Sep 22:25
Compare
Choose a tag to compare
  • 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

12 Sep 19:05
Compare
Choose a tag to compare
  • New method task.recur() #17

1.2.0

31 Aug 15:15
Compare
Choose a tag to compare
  • New method Task.fromPromise() #4
  • New method task.toPromise() #4
  • Minor fixes in Flow declarations.

1.1.2

22 Aug 20:02
Compare
Choose a tag to compare
  • 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

16 Aug 21:06
Compare
Choose a tag to compare

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