- Add support for grunt tasks
- Add
log.write
andlog.writeln
for standard logging - Change
filter
tosetup
- Add
teardown
- Add
process.nextTick
in strategic places to kill long stack traces - Add a task builder to create tasks programmatically, new and better task syntax
- Split built-in tasks into their own repository
- Add
context.string
with thelib/string
functions - Subtasks descriptions can now contain placeholders or be a function
- Remove
ctx.prompt
, use promptly directly - Minor bug fixes and improvements
- Add
fatal
- Add
mute
- Add
ctx.prompt
- Add dot operator to placeholders
- Add negate operator to placeholders
- More windows fixes
- Add missing tests for
mv
task
- Lock
glob
version temporarly due to a bug
- More windows fixes, all tests now pass
- Allow null values in task descriptions to allow a task to be hidden from the output
- Fix issues in the mv and cp tasks on windows