Releases: denoland/deno_task_shell
Releases · denoland/deno_task_shell
0.23.1
- fix: move sys_traits to shell feature to fix Wasm build (#149)
0.23.0
- feat: support backticks (#147)
- feat: support tilde expansion (#146)
0.22.0
- fix: filter empty elements in
xargs
(#144)
0.21.0
- feat: make deno executable name configurable (#140)
0.20.3
- fix: update
thiserror
and nix
(#138)
0.20.2
- feat: terminate spawned processes when the deno task process is terminated on Windows (#35)
0.20.1
- fix: use signal constants from nix (#133)
0.20.0
- feat: introduce
KillSignal
for sending signals to tasks (#131)