Tasuku Versions Save

✅ タスク — The minimal task visualizer for Node.js

v2.0.1

1 year ago

2.0.1 (2023-01-29)

Bug Fixes

  • add clean-pkg-json (d159e7d)
  • support Node16 resolution types (247844e)

v2.0.0

1 year ago

2.0.0 (2022-05-02)

Features

  • allow setStatus parameter to be optional (b279acc)
  • esm distribution (#10) (7c77ca0)
  • export types TaskAPI & TaskGroupAPI (#11) (3d2fa92)
  • make setWarning & setError parameter to be optional (e93da29)
  • return task state (#14) (a679d36)

Performance Improvements

BREAKING CHANGES

  • task.group() will return an array with clear() method, and each element is a TaskAPI
  • Rename TaskInnerApi to TaskInnerAPI
  • removed namespace in favor of esm named exports

v1.0.2

2 years ago

1.0.2 (2021-09-01)

Bug Fixes

  • bundle p-map types in case of type discrepancy (94f0718)

v1.0.1

2 years ago

1.0.1 (2021-06-14)

Bug Fixes

  • export type TaskFunction & TaskInnerApi (#2) (541d7b2)

v1.0.0

2 years ago

1.0.0 (2021-06-04)

Features