Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello 👋
🚀🚀🚀
inquirer just published its new version 1.0.0, which is not covered by your current version range.
If this pull request passes your tests you can publish your software with the latest version of inquirer – otherwise use this branch to work on adaptions and fixes.
Happy fixing and merging 🌴
GitHub Release
Say hello to promises!
The whole inquirer API is now based on promises!
inquirer.prompt(questions).then()
. There's no more callback function.this.async()
.Breaking changes
filter
is now always run beforevalidate
#122inquirer.prompt
doesn't take a callback argument anymoreBug fixes
And various other minor fixes and cleanup to the code base.
The new version differs by 42 commits .
20c3c5d
Fix markdown formatting issue
c4e547e
1.0.0
6af7429
Updates to readme
9a260c5
Get rid of unused functions
f2487f4
Simplify handling of default parameters
51aa29b
Less magic in the base prompt handling of submit events
0f3fdf3
Update expand prompt to new filter/validate order
43efd8c
Get rid of double filtering
554e2d4
Decouple tests from the run callback parameter
474415f
Delete usage from callback in checkbox tests
0f19ee1
Filter input before validation - Fix #122
20459ff
Update Observable interface documentation
cbf9f95
Get rid of the callback interface (reduce complexity of managing two different error system)
db09799
Update test to only use promise interface
3e83456
Make sure readline isn't muted when updating the BottomBar - Fix #116
There are 42 commits in total. See the full diff.
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡It keeps your software, up to date, all the time.