Skip to content

Releases: adbayb/termost

termost@0.12.0

25 Sep 07:53
043088d
Compare
Choose a tag to compare

Minor Changes

termost@0.11.1

25 Sep 06:19
d0e46fc
Compare
Choose a tag to compare

Patch Changes

  • 917e380 Thanks @adbayb! - Fix regression on CJS module by downgrading Chalk version

termost@0.11.0

24 Sep 01:33
4e01dd7
Compare
Choose a tag to compare

Minor Changes

  • 50ae237 Thanks @adbayb! - Installation size optimization by introducing the following updates:

    • Chalk major bump
    • Litsr2 major bump
    • Prompts replaced in favor of Enquirer

termost@0.10.0

25 Aug 12:09
459d03c
Compare
Choose a tag to compare

Minor Changes

  • e924eac Thanks @adbayb! - Allow promise as a return value for unkeyed handlers

Patch Changes

v0.9.0

31 Mar 23:30
Compare
Choose a tag to compare

0.9.0 (2022-03-31)

Features

  • make termost object params optional (9e7cf3e)

v0.8.0

31 Mar 23:26
Compare
Choose a tag to compare

0.8.0 (2022-03-31)

Bug Fixes

  • concatene stderr and stdout exec output (e88b7f4)

Features

  • retrieve description automatically from package metadata (7c0b9ea)

v0.7.0

28 Mar 18:14
Compare
Choose a tag to compare

0.7.0 (2022-03-28)

Bug Fixes

  • make key a requirement for option API (e595089)

Features

  • add key support on output (ab597f0)
  • add liveOutput support for exec helper (f0b155d)
  • add support for async ops in output (9e51726)
  • remove output API and replace it with task approach only (e7f023f)
  • rename print to message API (9029758)
  • rename question, message to input, output API (64936eb)

v0.6.0

25 Mar 23:08
Compare
Choose a tag to compare

0.6.0 (2022-03-25)

Features

  • do not expose helpers in handlers (dddb084)
  • expose argv inputs (f075d71)
  • remove command data from context shape (44743b5)

v0.5.1

25 Mar 19:34
Compare
Choose a tag to compare

0.5.1 (2022-03-25)

Bug Fixes

v0.5.0

25 Mar 17:38
Compare
Choose a tag to compare

0.5.0 (2022-03-25)

Bug Fixes

  • avoid option leak between subcommands (7413c9a)
  • broken selectable question with undefined defaultValue (95aad1a)
  • help displayed multiple times in subcommands (1953e91)

Features

  • improve type inference on subcommands (457804a)