Skip to content

Releases: privatenumber/tasuku

v2.0.7

29 Jan 17:34

Choose a tag to compare

2.0.7 (2026-01-29)

Bug Fixes

  • handle line wrapping in narrow terminals (3fc7e2d)
  • keep cursor visible during tasks (111a897)
  • prevent stdout.write after task completion from being overwritten (53d735a)

v2.0.6

28 Jan 15:33

Choose a tag to compare

2.0.6 (2026-01-28)

Bug Fixes

  • preserve task output when console.log is called after completion (e611b85)

v2.0.5

16 Dec 02:59

Choose a tag to compare

2.0.5 (2025-12-16)

Bug Fixes

  • restore cursor on process exit without requiring clear() (f7ca3b6)

v2.0.4

30 Nov 14:00
46e961d

Choose a tag to compare

2.0.4 (2025-11-30)

Bug Fixes

  • prevent spinner interval from blocking process exit (2354712)
  • task.group: jsdoc to correctly describe default concurrency (87bda18)

v2.0.3

27 Nov 18:12
bcaa42c

Choose a tag to compare

2.0.3 (2025-11-27)

Bug Fixes

  • rendering to handle CI env (bcaa42c)

v2.0.2

02 Nov 01:27

Choose a tag to compare

2.0.2 (2025-11-02)

Performance Improvements

  • replace React/Ink with custom ANSI renderer (f70f5a2)

v2.0.1

29 Jan 00:30

Choose a tag to compare

2.0.1 (2023-01-29)

Bug Fixes

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

v2.0.0

02 May 18:14

Choose a tag to compare

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

01 Sep 19:39
04283b9

Choose a tag to compare

1.0.2 (2021-09-01)

Bug Fixes

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

v1.0.1

14 Jun 07:15
0bcc3d7

Choose a tag to compare

1.0.1 (2021-06-14)

Bug Fixes

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