Releases: denoland/deno_task_shell
Releases · denoland/deno_task_shell
0.3.2
- fix(parser): support strings in words
0.3.1
- fix: wasn't using current deno executable (#40)
0.3.0
- feat: always resolve the current executable path for the
deno
command name (#38)
0.2.1
- fix: handle
PATHEXT
with trailing semi-colon (#28)
0.2.0
- fix: allow escaping spaces in words (#21)
- feat: support negated pipelines (#20)
- feat: support
-L
and -P
for pwd
(#19)
- fix: disallow args on
pwd
for now (#17)
- feat: add recursive copy (
cp -R
) (#16)
- feat: support
|&
pipelines (#13)
- fix: improve backticks parse error range (#14)
0.1.9
- fix: better errors for question mark glob characters - 0.1.9 (#11)
0.1.6
- feat: initial implementation (#1)
- Initial commit.