Skip to content

Releases: kofno/taskarian

v6.1.0

04 Apr 18:00
Compare
Choose a tag to compare

What's Changed

  • Fix assign for other definitions of Task by @pjrebsch in #16

New Contributors

Full Changelog: v6.0.0...v6.1.0

v6.0.0

14 Dec 20:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.4.1...v6.0.0

First deno release

14 Dec 19:42
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @kofno made their first contribution in #14

Full Changelog: v3.0.0...v5.4.1

This release is known to have an issue w/ cancellation

v3.0.0

01 Jul 13:48
Compare
Choose a tag to compare

3.0.0 (2020-07-01)

Features

  • resolve: Resolve task as promise (8964f53)

BREAKING CHANGES

  • resolve: Task class has a new method that is incompatible with
    older instances of this class.

v2.1.0

22 Nov 15:18
Compare
Choose a tag to compare

2.1.0 (2019-11-22)

Features

  • elseDo: Side effects for failed tasks (1601db5)

v2.0.2

12 Jan 23:51
Compare
Choose a tag to compare

2.0.2 (2019-01-12)

Bug Fixes

  • race: Fix hanging processes for incomplete race tasks (c18f313)

v2.0.1

12 Jan 22:54
Compare
Choose a tag to compare

2.0.1 (2019-01-12)

Bug Fixes

  • loop: Fix task loop on NodeJS (eaa3f34)

v2.0.0

11 Jan 14:42
Compare
Choose a tag to compare

2.0.0 (2019-01-11)

Features

  • loop: Adds a task for retrying another task until it succeeds (b29c031)
  • loop: Relase loop (923c3ef)

BREAKING CHANGES

  • loop: Changes the class methods on Task

v1.5.0

10 Jun 15:26
Compare
Choose a tag to compare

1.5.0 (2018-06-10)

Features

v1.4.0

10 Jun 15:07
Compare
Choose a tag to compare

1.4.0 (2018-06-10)

Features

  • par: Adds race and all to Task (d79a390)