Skip to content

0.5.0

Compare
Choose a tag to compare
@tmattio tmattio released this 09 Mar 04:26
· 141 commits to main since this release

CHANGES:

Added

  • Before generating a template, Spin will check if the user has all the dependencies installed and exit gracefully if not. (by @citizen428)
  • Add a condition field in the postinstall stanza for the templates.

Changed

  • Print a warning when the update of the official templates failed, but continue the execution.
  • Do not update the official templates when running new with a local path or a git repository.
  • Remove some runtime dependencies to reduce Spin's binary size.

Fixed

  • Trying to generate a file that already exists now raises an error instead of overwritting the file.
  • Fix to output a proper message when no generator exist for the current project.
  • Exit gracefully when failing to download a git repository or the initial templates for the first time. (by @citizen428)