Skip to content

Releases: gliderlabs/glidergun

v0.1.0

02 Jul 21:13
Compare
Choose a tag to compare

Fixed

  • Resolved issue where deps-install download URL has a redirect
  • Ensure gun-find-root changes working directory to $GUN_ROOT

Added

  • -t and --trace as last argument, enables -x closer to command
  • Basic test coverage
  • Build artifacts on CircleCI, including Go workspace
  • Calling help explicitly will show second level commands
  • GUN_PATH used for module sourcing with PATH-like semantics
  • Added some initial remote module libraries

Changed

  • Deprecated GUN_MODULE_PATH in favor of GUN_PATH
  • Standard error used for warnings and errors
  • Static compilation of binary
  • version builtin command is now :version
  • help builtin command is now :help
  • update builtin command is now :update
  • env builtin command is now :env
  • fn builtin command is now ::

v0.0.7

21 Feb 01:58
Compare
Choose a tag to compare

Added

  • Support for Gunfile as global module / profile
  • Support for projects without profiles, just Gunfile
  • Support for init() in profiles and Gunfile
  • Support for -h and --help as last argument
  • .gun and Gunfile.* added to .gitignore on gun init

Removed

  • Stopped listing second level commands

Changed

  • Using Gunfile to detect glidergun project instead of .gun
  • Profiles now use Gunfile.<name> instead of .gun_<name>

v0.0.6

17 Feb 02:04
Compare
Choose a tag to compare

Fixed

  • Resolved issue where deps-require downloads wrong binary

Changed

  • Switched from shunit2 to simpler test system

v0.0.5

11 Feb 20:18
Compare
Choose a tag to compare

Fixed

  • Avoid use of system md5 by using baked-in checksum
  • Ensure chmod +x on downloaded binaries in deps.bash
  • gun init no longer breaks .gitignore

Added

  • gun update which performs a self-update to latest release
  • gun version also displays latest released version if different

Changed

  • gun init makes .gun with its own .gitignore

v0.0.4

10 Feb 00:31
Compare
Choose a tag to compare

Fixed

  • Use bash from PATH
  • Fix single quoting in environment variables

v0.0.3

09 Feb 23:46
Compare
Choose a tag to compare

Fixed

  • Fixed profile loading logic

Added

  • Added basic colored output helpers
  • Added fn-source function

Removed

  • Dropped bindata.go from versioned source

Changed

  • Changed env-export to env-import, now allows default value
  • Checksum checking is skipped if index provides none
  • show-env (env subcommand) output is better aligned

v0.0.2: Merge pull request #1 from gliderlabs/master

04 Feb 19:07
Compare
Choose a tag to compare

v0.0.1

04 Feb 17:27
Compare
Choose a tag to compare
add .gun to .gitignore if exists, use tmp dir under .gun dir for deps