Croupier version v0.4.0 is out
What's Changed
- Support key/value in addition to files as input/output
- Implement a persistent k/v store
- Implement fast_mode
- auto mode with kv
Full Changelog: v0.3.4...v0.4.0
Full Changelog: v0.3.4...v0.4.0
Make tasks not be default
by default. This means that if you
don't specify a task when invoking hace
, nothing will happen.
This is a breaking change.
Added self
to exposed variables in tasks. This can be used
to achieve what you would use $@ or other automatic variables
in Makefiles.
Added -f
option to specify a Hacefile to use.
Added -n
option to do a dry run.
Added always_run
flag for tasks which causes them to always
run even if their dependencies are unchanged.
Implemented --question
flag to ask if a task should be run.
Implemented auto
command, which continuously rebuilds as needed
reacting to filesystem changes.