Releases: TopCli/prompts
Releases · TopCli/prompts
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
v1.0.1
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
New Contributors
- @SofianD made their first contribution in #18
- @allcontributors made their first contribution in #20
Full Changelog: 1.0.0...1.0.1
v1.0.0
What's Changed
- feat(security): securize repo by @PierreDemailly in #4
- chore(deps): bump actions/upload-artifact from 3.1.0 to 3.1.2 by @dependabot in #8
- chore(deps): bump ossf/scorecard-action from 2.1.2 to 2.1.3 by @dependabot in #7
- chore(deps): bump step-security/harden-runner from 2.2.1 to 2.3.1 by @dependabot in #5
- chore(deps): bump github/codeql-action from 2.2.12 to 2.3.2 by @dependabot in #9
- chore(deps): bump actions/setup-node from 2 to 3 by @dependabot in #6
- feat(prompt): add validators by @PierreDemailly in #10
- feat: introduce default validators with required one by @PierreDemailly in #11
- refactor!: rename prompt to question by @PierreDemailly in #12
- chore(deps): bump github/codeql-action from 2.3.2 to 2.3.5 by @dependabot in #13
- chore(deps): bump step-security/harden-runner from 2.3.1 to 2.4.0 by @dependabot in #15
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #14
- refactor(test): use objects instead of multi params by @PierreDemailly in #16
New Contributors
- @dependabot made their first contribution in #8
Full Changelog: 0.0.3...1.0.0
v0.1.1
What's Changed
- feat(security): securize repo by @PierreDemailly in #4
- chore(deps): bump actions/upload-artifact from 3.1.0 to 3.1.2 by @dependabot in #8
- chore(deps): bump ossf/scorecard-action from 2.1.2 to 2.1.3 by @dependabot in #7
- chore(deps): bump step-security/harden-runner from 2.2.1 to 2.3.1 by @dependabot in #5
- chore(deps): bump github/codeql-action from 2.2.12 to 2.3.2 by @dependabot in #9
- chore(deps): bump actions/setup-node from 2 to 3 by @dependabot in #6
- feat(prompt): add validators by @PierreDemailly in #10
New Contributors
- @dependabot made their first contribution in #8
Full Changelog: 0.0.3...0.1.1
v0.0.2
What's Changed
- feat: select ignoreValues option by @PierreDemailly in #1
Full Changelog: 0.0.1...0.0.2