go-james v1.1.0 Release Notes

Release Date: 2019-10-31 // over 4 years ago
    • ๐Ÿ“ฆ When you run the init command and you have a go.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 each GOOS 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 and linux
    • ๐Ÿ›  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.