Releases: Melkeydev/go-blueprint
Releases · Melkeydev/go-blueprint
v0.3.1
Changelog
What's Changed
- fix: adds project version to release artifacts by @mimatache in #117
- Feature/Tests to Generated Projects by @SudoSurya in #99
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Changelog
What's Changed
- Linting before approval by @CamPen21 in #88
- Fixing deps on existing workflow by @Melkeydev in #92
- fix: add issue and pr templates by @SputNikPlop in #84
- Gives an error if a directory already exists. Colorized the errors when doing
create
if occurred by @Jamlie in #72 - fix 🐛: added hotfix to taps on homebrew by @muandane in #87
- fix 🐛: completion in homebrew by @muandane in #100
- Project name input is not being sanitized by @CamPen21 in #103
- fix: full contributors list by @SputNikPlop in #104
- fix: templates not appearing because of config by @SputNikPlop in #106
- adding DB support by @MohammadAlhallaq in #22
New Contributors
- @Jamlie made their first contribution in #72
- @MohammadAlhallaq made their first contribution in #22
Full Changelog: v0.2.13...v0.3.0
v0.2.13
v0.2.12
v0.2.11
feat: move templates to embedded files (#51) * feat: move templates to embedded files * feat: move gitignore to embed files and updates to make and readme
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