Releases: sapphiredev/cli
Releases · sapphiredev/cli
v1.3.1
v1.3.0
1.3.0 - (2022-08-21)
🏠 Refactor
- Switch to @favware/colorette-spinner (e52962d)
🐛 Bug Fixes
- deps: Update dependency @sapphire/result to ^2.3.3 (4c6891b)
- deps: Update dependency @sapphire/result to ^2.1.1 (e42c188)
- deps: Update dependency @sapphire/result to v2 (#135) (025c7ca)
📝 Documentation
- Add @boingtheboeing as a contributor (ac6088c)
🚀 Features
v1.2.0
v1.1.0
What's Changed
1.1.0 (2022-01-31)
Features
Bug Fixes
- deps: update dependency commander to v9 (#76) (d75ea1b)
- Generated command comportnent code has error (#67) (9901517)
New Contributors
- @Allianaab2m made their first contribution in #67
- @MajesticString made their first contribution in #71
Full Changelog: v1.0.2...v1.1.0
v1.0.1
v1.0.0
Full Changelog: v0.0.3...v1.0.0
v0.0.3
v0.0.2
What's Changed
0.0.2 (2021-10-16)
Features
- add
init
command (588e956) - add JSON scheme for CLI config (1ca569b)
- add prompt for
init
command (67d5a10) - category support (0498b31)
- switch to commander (#15) (8f34fa8)
- YAML support (#17) (f69ae95)
Bug Fixes
- add timeout when finding the config file (46e3e21)
- create the config file on project root instead of the current folder (aa3b352)
- include
templates
directory in the npm package (c85406f) - path and executable issues on Windows (f317d7f)
- templates: typescript types (3812b34)
New Contributors
- @depfu made their first contribution in #1
- @renovate made their first contribution in #3
- @enxg made their first contribution in #15
- @kaname-png made their first contribution in #19
- @allcontributors made their first contribution in #20
Full Changelog: v0.0.1...v0.0.2
v0.0.1
0.0.1 (2021-09-23)
Features
- add a function to check if a command exists (107ccee)
- add command:
generate
(b14a965) - add command:
new
(4afa8cd) - add command:
new
(ffe5a69) - add function to create files using templates (e95db50)
- add path aliases (1b65110)
- add PWSH script for Windows (c69c55f)
- add templates for
generate
command (be6f535) - update batch file for Windows Command Prompt (746ab83)
- update config template (65c47a0)
- use new template format (1adcbeb)
Bug Fixes
- language value was not getting replaced when creating the
.sapphirerc.json
file from template (946a40a)
Full Changelog: https://github.com/sapphiredev/cli/commits/v0.0.1