Releases: srackham/drake
Releases · srackham/drake
v1.4.2
1.4.2 / 2020-09-26
- fix: Allow Drakefile execution with Deno
--unstable
option.
- Export types
Action
, EnvValue
from mod.ts
module.
- Export types
ShCaptureOpts
, ShOpts
, ShOutput
from lib.ts
module.
v1.4.0
1.4.0 / 2020-09-17
- Add
--cache FILE
command-line option.
v1.3.2
1.3.2 / 2020-09-08
- Update examples.
- Rename
releases.md
to the more idiomatic CHANGELOG.md
.
v1.3.1
1.3.1 / 2020-09-07
- The
execute
API conditionally executes file task actions.
- Add
compile-async
task to the examples/dynamic-tasks.ts
example Drakefile.
- An error is thrown if the
execute
API is not called from the run
API.
- Report total time to run all tasks.
- Reassign
no action
and out of date
info messages to debug messages.
glob
API debug message truncates files list to 100 files.
debug
API does not print title
if it is blank.
- Upgraded to Deno version 1.3.3,
std/0.68.0
.
v1.2.6
1.2.6 / 2020-08-03
- Upgraded to Deno version 1.2.2,
std/0.63.0
.
v1.2.5
1.2.5 / 2020-07-14
- Upgraded to Deno version 1.2.0,
std/0.61.0
.
v1.2.4
1.2.4 / 2020-06-27
- Upgraded to Deno version 1.1.2,
std/0.59.0
.
v1.2.3
1.2.3 / 2020-06-16
- Upgraded to Deno version 1.1.0,
std/0.57.0
.
v1.2.2
1.2.2 / 2020-06-04
- Upgraded to Deno version 1.0.5,
std/0.56.0
.