Releases: denoland/deno_task_shell
Releases · denoland/deno_task_shell
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)
0.15.0
- feat: implement exit status var (#110)
- feat: support input redirects (#106)
- feat: support output fd redirects for stdout and stderr (#111)
- feat: support parsing fd redirects (#107)
- fix: exit error code on arg parse failure (#112)
0.14.4
- fix(serialization): redirect with fd panicked (#105)
0.14.3
- fix: bump monch to 0.5.0 (#103)
0.14.2
- fix: parse escaped parens (#99)
0.14.1
- fix: exit with code 127 on command not found (#98)