Skip to content

Releases: tmattio/spin

Release v0.4.6

12 Jan 06:30
Compare
Choose a tag to compare

Changed

  • Redirect stderr to dev null when calling git commands.

Fixed

  • Fix a wrong exit code when calling a generator that does not exist.
  • Rename Homebrew formula to prevent duplication with existing spin formula.
  • Fix installation from NPM using yarn

Release v0.4.2

06 Jan 22:39
Compare
Choose a tag to compare

Fixed

  • Fix release artifacts on linux that was using darwin binaries.

Release v0.4.1

04 Jan 21:37
Compare
Choose a tag to compare

Changed

  • Use master branch of spin-templates.
  • The template argument in spin new is not required. To use the minimal template, you can run spin new native.

Fixed

  • Use HTTPS instead of SSH to clone spin-templates.
  • Remove duplicated git clone logs.

Release v0.4.0

02 Jan 17:04
Compare
Choose a tag to compare

Added

  • Create new projects from official templates with spin new TEMPLATE.
  • Create new projects from git repositories with spin new TEMPLATE.
  • Create new minimal projects with spin new when no argument is provided.
  • Generate new modules in existing Spin projects with spin gen [GENERATOR].
  • List existing official templates with spin ls.
  • Install with Homebrew.
  • Install with a bash script.