Skip to content

Releases: SBoudrias/Inquirer.js

[email protected]

21 Jul 20:31
Compare
Choose a tag to compare
  • Adds the new { type: 'search' } prompt.

@inquirer/[email protected]

@inquirer/[email protected]

21 Jul 20:30
Compare
Choose a tag to compare

First release on a brand new search prompt! See documentation

@inquirer/[email protected]

21 Jul 20:31
Compare
Choose a tag to compare
  • Now includes a search prompt. import { search } from @inquirer/prompts

@inquirer/[email protected]

@inquirer/[email protected]

[email protected]

17 Jul 21:47
Compare
Choose a tag to compare
  • Fix: Re-added missing short on select and checkbox prompt.
  • Fix: Remove type requiring a close method on prompt class instances (it wasn't required.)

@inquirer/[email protected]

17 Jul 21:45
Compare
Choose a tag to compare
  • Added optional short property to the choices. When defined, we'll use short instead of name when rendering the selection after submitting the prompt.

@inquirer/[email protected]

17 Jul 21:45
Compare
Choose a tag to compare
  • Added optional short property to the choices. When defined, we'll use short instead of name when rendering the selection after submitting the prompt. This is added to maintain compatibility with the inquirer API.

[email protected]

07 Jul 17:53
Compare
Choose a tag to compare
  • Fix issue with plugins relying on internal inquirer packages file structure.