github SBoudrias/Inquirer.js v0.6.0

latest releases: @inquirer/core@8.1.0, inquirer@9.2.20, @inquirer/type@1.3.1...
9 years ago

Mainly an internal API update. We now use RxJS internally and provide a few public API surfacing this internal switch.

Reactive JS

See full doc for details

  • You can now pass an Observable in lieu of a question array. This allow you to programmatically (and progressively) fill up Inquirer question queue.
  • Using inquirer.prompts(prompts).process.subscribe() you can be notified each time a question is answered.

Features (not Rx specific)

  • filter functions can now be async.

Bug Fix

  • filter function on an input prompt is not re-runned on the previously filtered value.

Don't miss a new Inquirer.js release

NewReleases is sending notifications on new releases.