Skip to content

1.0.8

Latest
Compare
Choose a tag to compare
@shammishailaj shammishailaj released this 24 Jan 15:39

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