All notable changes to this project will be documented in this file.
-
:complete
builtin generates bash autocomplete function:eval "$(gun :complete)"
-
Auto-export for module functions starting with
cmd:
-
:complete
builtin generates bash autocomplete function:eval "$(gun :complete)"
0.1.0 - 2015-07-02
- Resolved issue where
deps-install
download URL has a redirect - Ensure
gun-find-root
changes working directory to $GUN_ROOT
-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 withPATH
-like semantics- Added some initial remote module libraries
- Deprecated
GUN_MODULE_PATH
in favor ofGUN_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::
0.0.7 - 2015-02-20
- Support for
Gunfile
as global module / profile - Support for projects without profiles, just
Gunfile
- Support for
init()
in profiles andGunfile
- Support for
-h
and--help
as last argument .gun
andGunfile.*
added to.gitignore
ongun init
- Stopped listing second level commands
- Using
Gunfile
to detect glidergun project instead of.gun
- Profiles now use
Gunfile.<name>
instead of.gun_<name>
0.0.6 - 2015-02-16
- Resolved issue where
deps-require
downloads wrong binary
- Switched from shunit2 to simpler test system
0.0.5 - 2015-02-11
- Avoid use of system
md5
by using baked-inchecksum
- Ensure
chmod +x
on downloaded binaries in deps.bash gun init
no longer breaks.gitignore
gun update
which performs a self-update to latest releasegun version
also displays latest released version if different
gun init
makes.gun
with its own.gitignore
0.0.4 - 2015-02-09
- Use bash from PATH
- Fix single quoting in environment variables
0.0.3 - 2015-02-09
- Fixed profile loading logic
- Added basic colored output helpers
- Added
fn-source
function
- Dropped bindata.go from versioned source
- Changed
env-export
toenv-import
, now allows default value - Checksum checking is skipped if index provides none
show-env
(env
subcommand) output is better aligned
0.0.2 - 2015-02-04
- Fixed profiles not loading