Skip to content

Releases: SBoudrias/Inquirer.js

@inquirer/prompts@5.3.0

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

@inquirer/core@9.0.5

21 Jul 20:28
Compare
Choose a tag to compare

@inquirer/checkbox@2.4.2

inquirer@10.0.3

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/select@2.4.0

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/checkbox@2.4.0

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.

inquirer@9.3.5

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

inquirer@10.0.0

07 Jul 21:15
Compare
Choose a tag to compare
  • Re-implemented with Typescript.
  • Adding CJS support (now inquirer is publishes a dual-build CJS/ESM.)
  • All core prompts are now coming from @inquirer/prompt.
  • Custom prompts now should be implemented with @inquirer/core. Custom prompts built on inquirer@9.x.x will keep working, but should plan a migration.
  • inquirer.ui.BottomBar is deleted.

My expectation is that this release should be a drop-in replacement for people using inquirer.prompt() and built-ins 🤞🏻. Please open an issue on Github if you run into issues migrating; it's a large rewrite and there might be a few sharp edges to cut! Hope you'll like this new release.

@inquirer/input@2.2.0

03 Jul 22:23
Compare
Choose a tag to compare
  • Added required option.

@inquirer/prompts@5.1.0

30 Jun 20:58
Compare
Choose a tag to compare