github SBoudrias/Inquirer.js inquirer@10.0.0

latest releases: inquirer@11.0.2, inquirer@11.0.1, @inquirer/type@2.0.0...
2 months ago
  • 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.

Don't miss a new Inquirer.js release

NewReleases is sending notifications on new releases.