All Versions
13
Latest Version
Avg Release Cycle
19 days
Latest Release
1763 days ago

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

    Milestone

  • v1.5.2

    May 23, 2020
  • v1.5.1 Changes

    May 23, 2020

    ๐Ÿ›  Some smaller bugfixes.

    Milestone

  • 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

    Milestone

  • v1.4.0 Changes

    May 04, 2020
    • โž• Added support for building with gotip
    • ๐Ÿ›  Fixed a couple of bugs in the logging
    • The version info no longer fails if the project doesn't use Git
    • When the project is using Git, a VSCode task is added to push to Git

    Milestone

  • 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 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.
  • 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 update go-james to the latest version
  • v0.7.0 Changes

    October 18, 2019

    โž• Added the udpate command to update go-james itself.