Skip to content

v2.0.0

Compare
Choose a tag to compare
@privatenumber privatenumber released this 02 May 18:14
· 11 commits to master since this release

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