Skip to content

Releases: SBoudrias/Inquirer.js

@inquirer/core@2.0.0

03 Jun 21:01
8653186
Compare
Choose a tag to compare

Major refactor of the core to allow multiple features:

  1. Prompt function now return cancelable promise (e.g input(...).cancel())
  2. Reduced amount of writes to the readline (should now be ~1 per render cycle)
  3. Make sure to restore the cursor on force exit.

@inquirer/confirm@2.0.0

03 Jun 20:58
8653186
Compare
Choose a tag to compare

Now includes a stricter answer parser. Prior to this change, the prompt would default to Yes on almost any input.

inquirer@9.1.4

17 Oct 21:04
Compare
Choose a tag to compare

Fix issue with the default value disappearing from prompt.

inquirer@9.0.0

18 Jun 17:53
Compare
Choose a tag to compare

Inquirer is now a native Node ECMAScript module. This will require your Node runtime to support es modules, and your app to be an es module. Node documentation over here: https://nodejs.org/api/esm.html#modules-ecmascript-modules

If you cannot migrate, please remember you can keep using the v8.x release line until you're ready.

inquirer@8.2.3

26 Apr 19:30
Compare
Choose a tag to compare
  • Fix line wrapping with using with terminal links
  • Fix number prompt not working with negative numbers

inquirer@8.2.2

24 Mar 21:21
Compare
Choose a tag to compare

Fix bugs with the rawlist

inquirer@8.2.1

09 Mar 01:24
Compare
Choose a tag to compare
  • Fix bug when using both arrow keys and number keys on the rawList prompt.
  • Dependencies bump

inquirer@8.2.0

05 Oct 22:26
Compare
Choose a tag to compare
  • checkbox prompt: Update the help message to be more complete. And the help message is now shown until a selection is made.

inquirer@8.1.5

15 Sep 18:48
Compare
Choose a tag to compare

Fix older Node version compatibility issue.

inquirer@8.1.4

15 Sep 00:18
Compare
Choose a tag to compare
  • Fix an error being thrown inside the rawlist prompt