All notable changes to this project will be documented in this file.
1.2.0 (2022-02-26)
1.1.0 (2022-01-31)
- deps: update dependency commander to v9 (#76) (d75ea1b)
- Generated command comportnent code has error (#67) (9901517)
1.0.2 (2021-11-08)
- update URL for guide (0b7e402)
1.0.1 (2021-11-06)
- allow more node & npm versions in engines field (ce6c97f)
- deps: update all non-major dependencies (#36) (1a9e791)
- typo
msg
->message
(#39) (0f8933b)
1.0.0 (2021-10-16)
0.0.3 (2021-10-16)
0.0.2 (2021-10-16)
- 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)
- 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)
- 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)
- language value was not getting replaced when creating the
.sapphirerc.json
file from template (946a40a)