New feature
- `inquirer.createPromptModule(opt)` not take an `option` arguments. These [options will be passed to the readline factory](https://nodejs.org/api/readline.html#readline_readline_createinterface_options).
Bug fix
- Fix 276 and 209: adding a new observer to the process won't duplicate the prompts (basically the prompt processing queue is now a [hot observable](https://github.com/Reactive-Extensions/RxJS/blob/master/doc/gettingstarted/creating.md#cold-vs-hot-observables)).