Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@ms-fadaei ms-fadaei released this 10 Dec 07:26
· 41 commits to main since this release

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