Skip to content

@inquirer/[email protected]

Compare
Choose a tag to compare
@SBoudrias SBoudrias released this 15 Sep 21:37
· 146 commits to main since this release
  • theme.prefix can now be defined per status: { idle: string; done: string; }
  • theme.prefix changed the default prefix.done style to a tick mark (previously was the same ? as when idle.)
  • theme.message now takes a second argument representing the status of the prompt; (message: string, status: 'idle' | 'loading' | 'done') => string
  • Bump dependencies & an internal refactor of exit handlers.