Skip to content

Releases: bombshell-dev/clack

@clack/[email protected]

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

Patch Changes

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

@clack/[email protected]

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

@clack/[email protected]

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

Minor Changes

  • 8a4a12f: Add GroupMultiSelect prompt

Patch Changes

  • 8a4a12f: add groupMultiselect prompt

@clack/[email protected]

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

Patch Changes

@clack/[email protected]

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

Patch Changes

  • ec812b6: fix readline hang on Windows

@clack/[email protected]

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

@clack/[email protected]

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

@clack/[email protected]

21 Feb 13:52
4605547
Compare
Choose a tag to compare

Patch Changes

@clack/[email protected]

21 Feb 02:28
386134c
Compare
Choose a tag to compare

Patch Changes

  • d96071c: Don't mutate initialValue in multiselect, fix parameter type for validate().

    Credits to @banjo for the bug report and initial PR!

  • Updated dependencies [d96071c]

@clack/[email protected]

21 Feb 13:52
4605547
Compare
Choose a tag to compare

Patch Changes

  • 1251132: Multiselect: return Value[] instead of Option[].
  • 8994382: Add a password prompt to @clack/prompts