Skip to content

Releases: denoland/deno_task_shell

0.20.3

05 Jan 20:31
Compare
Choose a tag to compare
  • fix: update thiserror and nix (#138)

0.20.2

30 Nov 00:11
Compare
Choose a tag to compare
  • feat: terminate spawned processes when the deno task process is terminated on Windows (#35)

0.20.1

28 Nov 22:14
Compare
Choose a tag to compare
  • fix: use signal constants from nix (#133)

0.20.0

28 Nov 18:12
Compare
Choose a tag to compare
  • feat: introduce KillSignal for sending signals to tasks (#131)

0.19.0

27 Nov 21:53
Compare
Choose a tag to compare
0.19.0

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)