Releases: Melkeydev/go-blueprint
Releases · Melkeydev/go-blueprint
v0.2.10
fix: linting issues (#85) * fix: linting issues * fix: error log nits
v0.2.9
Print the Equivalent Non-interactive Command (#59) * add equivalent non interactive command to create command output if command was run interactively use visitAll instead of visit, dont visit help flag remove newline * add ProgramName constant * check if any flags have been changed by the user at the beginning add isInteractive fix isInteractive * add tip message style
v0.2.8
Fixing broken linting pipeline (#50)
v0.2.7
Fix/air: Air Install Globally (#44) * feat: go install air(installing globally) * remove air globall install * fix: install air if its not installed * fix: fixed bashscript for make watch
v0.2.6
Feature: Initialize Git repository (#21) * feat: Initialize Git repository for new feature * fix: git init and creating .gitigonre file * fix: injecting .gitignore file instead of using npx * feat: Checkout to main branch after git init * fix: fix gitignore for air hot reload * fix: git checkout to main branch (resolved) * feat: rename master branch to main branch * feat: master to main * fix: format * fix: master to main * feat: checkout main * fix: removed switching from main branch
v0.2.5
Merge pull request #42 from CamPen21/feat/precommit feat: Added precommit support
v0.2.4
Merge pull request #24 from MitchellBerend/main A github action to create a release on git tag