Skip to content

Releases: denoland/deno_task_shell

0.18.1

03 Oct 11:31
Compare
Choose a tag to compare
  • fix: use current deno executable even when not named deno (#123)

0.18.0

01 Sep 00:18
Compare
Choose a tag to compare
  • feat: expose lightweight API for resolving a command path (#121)

0.17.0

19 Jun 23:26
Compare
Choose a tag to compare
  • fix(BREAKING): move .resolve_command_path to ShellState (#117)
  • fix: do not propagate env changes outside subshells (#120)

0.16.1

08 May 00:13
Compare
Choose a tag to compare
  • feat: ShellCommandContext - ability to resolve path to command (#116)

0.16.0

27 Mar 01:13
Compare
Choose a tag to compare
  • feat: initial cross-platform shebang support (#113)

0.15.0

21 Mar 16:08
Compare
Choose a tag to compare
  • 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

26 Jan 15:32
Compare
Choose a tag to compare
  • fix(serialization): redirect with fd panicked (#105)

0.14.3

21 Jan 19:50
Compare
Choose a tag to compare
  • fix: bump monch to 0.5.0 (#103)

0.14.2

23 Nov 20:25
Compare
Choose a tag to compare
  • fix: parse escaped parens (#99)

0.14.1

22 Nov 19:07
Compare
Choose a tag to compare
  • fix: exit with code 127 on command not found (#98)