Skip to content

Releases: shammishailaj/goboiler

1.0.8

24 Jan 15:39
Compare
Choose a tag to compare

Changelog

  • b66eb89 1.0.0 - Goboiler now outputs templating system supported by golang embed >= Go 1.16 - Multiple Optimizations
  • 56e052e 1.0.1 - Fixed issues with template utility
  • 1ae9fb6 1.0.2 - Go Module changes for version.go
  • ee754fe 1.0.3 - Fixed version numbers in VERSION and main.go
  • 35cf491 1.0.4 - Fixed issue with template utility which was making the generator throw error while generating the file
  • e5b21e3 1.0.5 - Fixed issue where generated boilerplate did not compile on first run due to the absence of the function func (u *Utils) GetFileContentType(string) (string, error) - Modified README first run commands to use make cli instead of make run
  • 98acf5f 1.0.6 - Fixed issue where generated boilerplate did not compile on first run due to 1. Missing import in pkg/utils/filesystem.go 2. Declared but unused variable internal/app/gobi/server/middleware/log.go 3. Imported but unused package: {{ModuleName}}/pkg/schemas in internal/app/gobi/cmd/root.go
  • aa1fca0 1.0.8 - Fixed issue where templates/utils_ses_old.go.tmpl was still being generated
  • f813dca 1.0.8 - Fixed version numbers

0.0.92

15 Dec 18:23
Compare
Choose a tag to compare

Changelog

  • f070077 0.0.92 - Fixed hardcoded version in main.go

0.0.90

15 Dec 18:13
Compare
Choose a tag to compare

Changelog

  • ec3290b 0.0.90 - Fixed issue where generated code was retruning correct version via api /ping - Updated README

0.0.89

15 Dec 18:03
Compare
Choose a tag to compare

Changelog

  • d051311 0.0.89
  • Fixed issue with templating utility
  • Changes to README
  • Makefile now expects arguments os=<os-name> and arch=<arch-name>. The valid values for os-name and arch-name can be found out by running the go command go tool dist list.
  • Hardcoded version upgraded to 0.0.89 in main. Go
  • Fixed issue where compilation of generated boilerplat was failing due to non-detection of compile-time ldflags being generated by govvv
  • Changes to deployments/build_cli.sh for os=<os-name> and arch=<arch-name>
  • govvv changes for app.go.tmpl

0.0.88

12 Nov 08:19
Compare
Choose a tag to compare

Changelog

  • 112804b 0.0.88::Changed hardcoded version number to match VERSION file

0.0.87

12 Nov 07:45
Compare
Choose a tag to compare

Changelog

  • d654cd9 0.0.87::Go Mod Tidy and Go Mod Vendor

0.0.86

12 Nov 07:29
Compare
Choose a tag to compare

Changelog

  • 8e1e742 0.0.85::Changed module name to github.com/shammishailaj/goboiler
  • a65eda7 0.0.86::Documentation Changes and module name changed to github.com/shammishailaj/goboiler
  • 81c1411 Renaming module to github.com/shammishailaj/goboiler
  • 49fc69d Update README.md

0.0.84

14 Jun 06:59
Compare
Choose a tag to compare

Changelog

  • b224cf6 0.0.84 - Updated Dockerfile to use gobuilder version 0.0.5 - Added gitignore - Added VERSION file

0.0.83-build-8

14 Jun 04:03
Compare
Choose a tag to compare

Changelog

  • 24f7474 0.0.83-build-8::Vendoring dependencies

0.0.83-build-3

27 May 16:56
Compare
Choose a tag to compare

Changelog

  • 238bbaf 0.0.83-build-3::Fix for version.go