Releases: TopCli/prompts
Releases · TopCli/prompts
v1.8.0
What's Changed
- refactor: migrate to TypeScript by @PierreDemailly in #74
Full Changelog: 1.7.0...1.8.0
v1.7.0
What's Changed
- docs: add fraxken as a contributor for code, and doc by @allcontributors in #65
- docs(README): use CAUTION blockquote for ESM-only notice by @fraxken in #64
- feat(multiselect): caseSensitive option by @PierreDemailly in #67
Full Changelog: 1.6.0...1.7.0
v1.6.0
What's Changed
- refactor: improve folder structure by @PierreDemailly in #61
- Remove useless deps by @fraxken in #63
- feat(multiselect): autocomplete by @PierreDemailly in #62
New Contributors
Full Changelog: 1.5.1...1.6.0
v1.5.1
What's Changed
- chore(deps): bump is-unicode-supported from 1.3.0 to 2.0.0 by @dependabot in #52
- chore(deps): bump actions/setup-node from 3.8.1 to 4.0.0 by @dependabot in #56
- chore(deps): bump github/codeql-action from 2.22.2 to 2.22.5 by @dependabot in #55
- chore(deps): bump ossf/scorecard-action from 2.3.0 to 2.3.1 by @dependabot in #54
- chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #53
- fix: wrong cleanup for multi line prompts by @PierreDemailly in #59
- fix: prevent forbidden inputs & handle SIGINT by @PierreDemailly in #60
Full Changelog: 1.5.0...1.5.1
v1.5.0
What's Changed
- feat(question): add secure option by @PierreDemailly in #51
Full Changelog: 1.4.0...1.5.0
v1.4.0
What's Changed
- fix: frozen subsequent select after using confirm by @PierreDemailly in #43
- chore(deps): bump github/codeql-action from 2.21.2 to 2.21.5 by @dependabot in #41
- chore(deps): bump step-security/harden-runner from 2.5.0 to 2.5.1 by @dependabot in #40
- chore(deps): bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #39
- chore(ci): define toplevel permissions by @PierreDemailly in #45
- feat: multiselect by @PierreDemailly in #44
- feat(multiselect): toggle all by @PierreDemailly in #46
- feat(multiselect): input validators by @PierreDemailly in #50
Full Changelog: 1.3.0...1.4.0
v1.3.1
What's Changed
- fix: frozen subsequent select after using confirm by @PierreDemailly in #43
Full Changelog: 1.3.0...1.3.1
v1.3.0
What's Changed
- feat: add PromptAgent to programmatically set answers by @PierreDemailly in #42
Full Changelog: 1.2.0...1.3.0
v1.2.0
What's Changed
- chore(ci): run tests on Windows & Mac by @PierreDemailly in #26
- chore(deps): bump github/codeql-action from 2.20.2 to 2.20.3 by @dependabot in #29
- feat(confirm): make the function interactive to improve ux by @PierreDemailly in #32
- chore(deps): bump github/codeql-action from 2.20.3 to 2.21.2 by @dependabot in #37
- chore(deps): bump step-security/harden-runner from 2.4.1 to 2.5.0 by @dependabot in #36
- chore: updated prompts to latest demo.js by @JUSTIVE in #34
- refactor: PromptOptions to QuestionOptions by @JUSTIVE in #35
- docs: add JUSTIVE as a contributor for doc, and maintenance by @allcontributors in #38
New Contributors
Full Changelog: 1.1.0...1.2.0
v1.1.0
What's Changed
- chore: make repository contributing friendly by @PierreDemailly in #19
- fix(confirm): returns the correct type (boolean) by @SofianD in #18
- docs: add SofianD as a contributor for code, and doc by @allcontributors in #20
- feat: add unicode fallback for unsupported terminals by @PierreDemailly in #21
- feat(question): add default value option by @PierreDemailly in #27
New Contributors
- @SofianD made their first contribution in #18
- @allcontributors made their first contribution in #20
Full Changelog: 1.0.0...1.1.0