Skip to content

Releases: sapphiredev/cli

v1.3.1

06 Sep 22:05
Compare
Choose a tag to compare

1.3.1 - (2022-09-06)

🐛 Bug Fixes

  • Fixed core templates (#159) (85ea98b)
  • deps: Update dependency @sapphire/result to ^2.4.1 (1960263)
  • Update messagecommand to v3 and use Command (#152) (f897118)

v1.3.0

21 Aug 13:40
Compare
Choose a tag to compare

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

🚀 Features

  • Add templates for slash commands and context menu commands (#141) (b97aeac)

v1.2.0

26 Feb 19:43
Compare
Choose a tag to compare

What's Changed

  • feat: add yarn v3 support by @pinkcig in #84
  • perf: rewrite most of the code by @favna in #85

New Contributors

  • @pinkcig made their first contribution in #84

Full Changelog: v1.1.0...v1.2.0

v1.1.0

31 Jan 22:04
Compare
Choose a tag to compare

What's Changed

1.1.0 (2022-01-31)

Features

  • add tsup and swc template options (#71) (625dd8e)

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

06 Nov 13:17
Compare
Choose a tag to compare

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)

v1.0.0

16 Oct 16:25
Compare
Choose a tag to compare

Full Changelog: v0.0.3...v1.0.0

v0.0.3

16 Oct 15:09
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

What's Changed

  • fix(templates): Overridden run method to messageRun by @kaname-png in #30

Full Changelog: v0.0.2...v0.0.3

v0.0.2

16 Oct 12:57
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

What's Changed

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)

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

16 Oct 12:57
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

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