Releases: TopCli/prompts
Releases · TopCli/prompts
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
v.0.0.1
Initial release
- Added
prompt()
- Added
select()
- Added
confirm()