Releases: denoland/deno_task_shell
Releases · denoland/deno_task_shell
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)
0.18.1
- fix: use current deno executable even when not named deno (#123)
0.18.0
- feat: expose lightweight API for resolving a command path (#121)
0.17.0
- fix(BREAKING): move
.resolve_command_path
to ShellState
(#117)
- fix: do not propagate env changes outside subshells (#120)
0.16.1
- feat:
ShellCommandContext
- ability to resolve path to command (#116)
0.16.0
- feat: initial cross-platform shebang support (#113)