Skip to content

Releases: SBoudrias/Inquirer.js

@inquirer/prompts@7.5.2

23 May 21:05
85d4642

Choose a tag to compare

  • Chore: dependencies bump

@inquirer/core@10.1.12

23 May 21:04
85d4642

Choose a tag to compare

  • Fix: Set state functions returned by useState are now always bound to the prompt async context. This could previously be worked around calling AsyncResource.bind() in user code, it is much more convenient not having to think about it! (See #1758)

inquirer@12.6.1

10 May 16:25
50bac82

Choose a tag to compare

  • Fix #1741: Issue with SIGINT in some scenarios leaving promises unsettled on exit.
  • Fix: Remove monorepo related dependencies from all artifacts published to npm. This removes non-standard version specifiers like workspace:* from the public npm packages.

@inquirer/core@10.1.11

10 May 16:25
50bac82

Choose a tag to compare

  • Fix #1741: Issue with SIGINT in some scenarios leaving promises unsettled on exit.
  • Fix: Remove monorepo related dependencies from all artifacts published to npm. This removes non-standard version specifiers like workspace:* from the public npm packages.

inquirer@12.6.0

24 Apr 07:35

Choose a tag to compare

  • Feat(@inquirer/select): Added an instructions option allowing to customize the messages in the help tips.
  • Feat(@inquirer/rawlist): Arrow keys will now cycle through the option, just like the @inquirer/select prompt. Also added a loop option to control the list loop behaviour when reaching the boundaries.

@inquirer/select@4.2.0

24 Apr 07:33

Choose a tag to compare

  • Feat(@inquirer/select): Added an instructions option allowing to customize the messages in the help tips.

@inquirer/rawlist@4.1.0

24 Apr 07:34

Choose a tag to compare

  • Feat(@inquirer/rawlist): Arrow keys will now cycle through the option, just like the @inquirer/select prompt. Also added a loop option to control the list loop behaviour when reaching the boundaries.

@inquirer/prompts@7.5.0

24 Apr 07:35

Choose a tag to compare

  • Feat(@inquirer/select): Added an instructions option allowing to customize the messages in the help tips.
  • Feat(@inquirer/rawlist): Arrow keys will now cycle through the option, just like the @inquirer/select prompt. Also added a loop option to control the list loop behaviour when reaching the boundaries.

inquirer@12.5.2

03 Apr 21:50
b06133f

Choose a tag to compare

  • README: Add new sponsor
  • Chore: dependency updates

@inquirer/prompts@7.4.1

03 Apr 21:49
d367155

Choose a tag to compare

  • Fix number prompt (typescript): If prompt is required, only number can be returned. (previously was nullable)
  • README: Add new sponsor
  • Chore: dependency updates