Skip to content

Tags: devzeebo/yargs-interactive

Tags

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(yargs): bump yargs to v14 (nanovazquez#21)

BREAKING CHANGE: This upgrade could introduce several breaking changes with yargs

v2.2.0

Toggle v2.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: fix security issues (nanovazquez#20)

v2.1.0

Toggle v2.1.0's commit message
feat(prompt): New `if-no-arg` prompt option (nanovazquez#17)

Authored-By: iamturns <matt@iamturns.com>

* Add new `if-no-arg` prompt option
* Update README.md explaining new prompt option
* Add tests for each prompt option

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(semantic-release): Bump semantic release to its latest version (n…

…anovazquez#16)

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(interactive-mode): Pass choices directly to inquirer (fixes nanov…

…azquez#10) (nanovazquez#11)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(prompt): Add the 'if-empty' value to the prompt option (closes n…

…anovazquez#8) (nanovazquez#9)

BREAKING CHANGE: this feature breaks the contract of the prompt property, changing it from a boolean to a string.

v1.1.1

Toggle v1.1.1's commit message
fix: Simplified examples and documentation

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(interactive-mode): Support interactive as an option (nanovazquez#6)

* feat(interactive-mode): Support interactive as an option

* test: Replace beforeEach with before

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(npm): Change usage from a bin to a JS file (nanovazquez#5)

v1.0.0

Toggle v1.0.0's commit message
chore(Travis): Update .travis.yml to work with semantic-release