Skip to content

Releases: natemoo-re/clack

@clack/prompts@0.7.0

09 Aug 19:16
e08e7b5
Compare
Choose a tag to compare

Minor Changes

  • b27a701: add maxItems option to select prompt
  • 89371be: added a new method called spinner.message(msg: string)

Patch Changes

  • 52183c4: Fix spinner conflict with terminal on error between spinner.start() and spinner.stop()
  • ab51d29: Fixes cases where the note title length was miscalculated due to ansi characters
  • Updated dependencies [cd79076]
    • @clack/core@0.3.3

@clack/prompts@0.6.3

06 Mar 12:56
f44c104
Compare
Choose a tag to compare

Patch Changes

  • c96eda5: Enable hard line-wrapping behavior for long words without spaces
  • Updated dependencies [c96eda5]
    • @clack/core@0.3.2

@clack/prompts@0.6.2

05 Mar 20:29
Compare
Choose a tag to compare

Patch Changes

  • 58a1df1: Fix line duplication bug by automatically wrapping prompts to process.stdout.columns
  • Updated dependencies [58a1df1]
    • @clack/core@0.3.1

@clack/prompts@0.6.1

26 Feb 22:37
5059386
Compare
Choose a tag to compare

Patch Changes

  • ca08fb6: Support complex value types for select, multiselect and groupMultiselect.

@clack/prompts@0.6.0

25 Feb 01:24
2be262b
Compare
Choose a tag to compare

Minor Changes

  • 8a4a12f: add groupMultiselect prompt
  • 165a1b3: Add log APIs. Supports log.info, log.success, log.warn, and log.error. For low-level control, log.message is also exposed.

Patch Changes

  • Updated dependencies [8a4a12f]
  • Updated dependencies [8a4a12f]
    • @clack/core@0.3.0

@clack/core@0.3.0

25 Feb 01:24
2be262b
Compare
Choose a tag to compare

Minor Changes

  • 8a4a12f: Add GroupMultiSelect prompt

Patch Changes

  • 8a4a12f: add groupMultiselect prompt

@clack/prompts@0.5.1

23 Feb 12:29
ab1c7f6
Compare
Choose a tag to compare

Patch Changes

  • cc11917: Update default password mask
  • Updated dependencies [ec812b6]
    • @clack/core@0.2.1

@clack/core@0.2.1

23 Feb 12:29
ab1c7f6
Compare
Choose a tag to compare

Patch Changes

  • ec812b6: fix readline hang on Windows

@clack/prompts@0.5.0

22 Feb 03:25
6609d01
Compare
Choose a tag to compare

Minor Changes

  • d74dd05: Adds a selectKey prompt type
  • 54c1bc3: Breaking Change multiselect has renamed initialValue to initialValues

Patch Changes

  • Updated dependencies [d74dd05]
  • Updated dependencies [54c1bc3]
    • @clack/core@0.2.0

@clack/core@0.2.0

22 Feb 03:25
6609d01
Compare
Choose a tag to compare

Minor Changes

  • d74dd05: Adds a selectKey prompt type
  • 54c1bc3: Breaking Change multiselect has renamed initialValue to initialValues