Skip to content

Releases: Melkeydev/go-blueprint

v0.3.1

20 Nov 02:22
bd73857
Compare
Choose a tag to compare

Changelog

  • bd73857 Feature/Tests to Generated Projects (#99)

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

16 Nov 21:19
5cfe8e3
Compare
Choose a tag to compare

Changelog

What's Changed

New Contributors

Full Changelog: v0.2.13...v0.3.0

v0.2.13

12 Nov 19:21
3d6693c
Compare
Choose a tag to compare

Changelog

v0.2.12

12 Nov 18:57
bfeae99
Compare
Choose a tag to compare

Changelog

  • bfeae99 feat ✨ (workflows): added go-releaser (#66)

v0.2.11

12 Nov 18:52
43228a4
Compare
Choose a tag to compare
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

12 Nov 18:47
52e70c4
Compare
Choose a tag to compare
fix: linting issues (#85)

* fix: linting issues

* fix: error log nits

v0.2.9

11 Nov 19:38
da70da5
Compare
Choose a tag to compare
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

11 Nov 18:50
77f5c78
Compare
Choose a tag to compare
Fixing broken linting pipeline (#50)

v0.2.7

11 Nov 18:40
4f0a774
Compare
Choose a tag to compare
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

11 Nov 18:26
ae4df06
Compare
Choose a tag to compare
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