This is not a huge release feature wise. It's been mostly a huge internal refactoring of our rendering system. This is all done with the hope of moving towards a 1.0 release where we'll have a stronger Prompt API allowing the creation of custom prompts.
In the meantime, included in 0.9:
- Fix a lot of issues with natural line returns messing inquirer.js prompt re-rendering.
- The
validate
function now takes the list of current answers as arguments. #198