Skip to content

@inquirer/core@2.0.0

Compare
Choose a tag to compare
@SBoudrias SBoudrias released this 03 Jun 21:01
8653186

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.