Skip to content

Releases: adbayb/termost

termost@1.9.1

Choose a tag to compare

@github-actions github-actions released this 24 May 11:06
ec0c331

Patch Changes

termost@1.9.0

Choose a tag to compare

@github-actions github-actions released this 20 Nov 13:05
9fef19d

Minor Changes

Patch Changes

  • 4ad4c6c Thanks @adbayb! - Remove Node v24 deprecation warning due to passing args to children process when shell option is enabled.

termost@1.8.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 09:40
402e4c7

Minor Changes

termost@1.7.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 08:06
96ad971

Minor Changes

  • 26bd5ea Thanks @adbayb! - Improve input interface to allow autocompletion and limit the number of options to 10 by default.

termost@1.6.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 07:43
53f37a5

Minor Changes

  • ec977d8 Thanks @adbayb! - Support readonly options for input interface.

termost@1.5.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 07:03
6e0c2c8

Minor Changes

  • 78bcfa9 Thanks @adbayb! - Update listr2 to v9.0.1.

  • 7897f04 Thanks @adbayb! - Add validation support for option, input, and task interfaces.

termost@1.4.0

Choose a tag to compare

@github-actions github-actions released this 18 Nov 00:49
e471547

Minor Changes

  • a14c632 Thanks @adbayb! - Remove default line breaks for message helper.

termost@1.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Nov 14:06
c3d6b7d

Minor Changes

  • 838b409 Thanks @adbayb! - Add more options to helpers.message to configure line breaks and no default label display.

  • e5b2458 Thanks @adbayb! - Message helper accepts now a boolean to configure line breaks at once for all positions.

termost@1.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Nov 02:14
a53488e

Major Changes

Warning

Please note that v1.0.0 and v1.1.0 releases have been skipped as those versions were accidentally published in the past (NPM side, published versions are immutable even after republication).

  • b4224bc Thanks @adbayb! - Update termost(input) input contract to allow a single configuration object and make name, version, and description fields required.

termost@0.18.0

Choose a tag to compare

@github-actions github-actions released this 31 Oct 09:00
a4dd601

Minor Changes

  • ef758a6 Thanks @adbayb! - Display uncaught error by default and allow helpers.message to accept Error-like objects.

    Please note that the helpers.message do not accept anymore an array of strings.