Skip to content

Releases: ms-fadaei/async-tasks-runner

v1.0.1

10 Dec 07:26
Compare
Choose a tag to compare

Release First Major Version (Stable API)

⚠ BREAKING CHANGES

  • use TasksRunnerStatus type instead of TaskRunnerStatus
  • you need to use standby instead of load
  • You need to use new create*TasksRunner() exports
  • you need to use pending instead of running
  • resetTasks removed. you can use runner = create*TasksRunner(...runner.tasks) instead
  • use ParallelTask & SerialTasktype instead of Task type for parallel and serial runners

Changelog
Full Changelog

v0.0.2

08 Nov 12:06
Compare
Choose a tag to compare

First Release.

Full Changelog: v0.0.1...v0.0.2

v0.0.1-alpha

08 Nov 07:00
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

This is the first pre-release of the project. see the changelog

Full Changelog: https://github.com/ms-fadaei/async-tasks-runner/commits/v0.0.1