Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 4.68 KB

CHANGELOG.md

File metadata and controls

64 lines (43 loc) · 4.68 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.2 (2021-11-08)

Bug Fixes

1.0.1 (2021-11-06)

Bug Fixes

  • 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)

Bug Fixes

  • templates: Overridden run method to messageRun (#30) (07fc1d5)

0.0.2 (2021-10-16)

Features

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)

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)