Releases: kyleburton/bake
bake-1.0.18
Fixes a bake init bug when EDITOR was unset, documentation updates allowing the getting started examples to be literal copy & paste.
bake-1.0.17
Fix git import for packages
This fixes importing for packages coming from git. It adds support
for importing over ssh and gets rid of dependencies on sed ( because
OSX's sed is trash ) and awk.
The only thing not supported is packages that want to use the
Git daemon protocol, but it's recommended that you wrap that in
ssh/https anyways, due to it's concerning lack of auth.
bake-1.0.14
Complete only the first arg to bake
bake-1.0.13
- attempt to handle colons in task names for bash completion
- rework requires to support full paths as well as paths relative to the bakefile
bake-1.0.12
Introduce support for auto-including files from ./bake
, allowing projects to have no Bakefile
and just a directory of libraries.
bake-1.0.11
- allow BAKEPATH to be set w/o overriding the default entirely
- additional shellcheck linting
bake-1.0.10
Major Features:
- none
Fixes:
- silence the output of popd
- ignore shellcheck warning about dynamically sourced libraries or scripts (this is a key feature of bake)
bake 1.0.6
Fully linted with shellcheck : https://github.com/koalaman/shellcheck
New with bake_require_git
This supersedes the 1.0.4 release.
New and Improved with Git Requires!
Introduce bake_require_git
which allows for arbitrary git repositories, though is slightly more complex than the standard bake_require
.