All Versions
13
Latest Version
Avg Release Cycle
19 days
Latest Release
1763 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.6.0 Changes
May 28, 2020- โ Added the option to build and publish your app as a Docker image
- โ Added the option to create a GitHub action
- Conditional create commands
- โ Added support for installing go-james via Homebrew
- ๐ Smaller bugfixes
-
v1.5.2
May 23, 2020 -
v1.5.1 Changes
May 23, 2020๐ Some smaller bugfixes.
-
v1.5.0 Changes
May 22, 2020- ๐ณ We have added support for creating Docker images.
- Integration of the staticcheck analyzer
- 0๏ธโฃ Default VSCode settings when creating a new project
-
v1.4.0 Changes
May 04, 2020 -
v1.3.0 Changes
December 12, 2019๐ Several smaller fixes.
-
v1.2.0 Changes
December 12, 2019๐ Several Windows fixes
-
v1.1.0 Changes
October 31, 2019- ๐ฆ When you run the
init
command and you have ago.mod
file present, it will try to parse the package name from there unless you override it with the option--package
- When creating a new project which is hosted on GitHub, the Git origin is now automatically set
- ๐ In the post and pre build scripts, the output path is now an absolute path
- You can now specify the
ldflags
for eachGOOS
specifically - The
run
command now has the option to set environment variables - ๐ Fixed a bug where building for windows didn't add the
.exe
suffix - โ Added specific VSCode tasks to build for
darwin
,windows
andlinux
- ๐ Fixed a bug in the VSCode tasks definition where the wrong name for the
version
argument was used - The output is now colored
- ๐ Fixed a bug where run wouldn't work when you create a .app package for mac
- ๐ Package now packages all files in the build folder
- โ Added library functions under
github.com/pieterclaerhout/go-james
which can be used to generate.app
packages on Mac.
- ๐ฆ When you run the
-
v1.0.0 Changes
October 19, 2019- ๐ Improvements to the logging
- ๐ The VSCode tasks are now prefixed with the project name
- โก๏ธ There is now an
update
command to updatego-james
to the latest version
-
v0.7.0 Changes
October 18, 2019โ Added the
udpate
command to updatego-james
itself.