Releases: dsherret/dax
Releases · dsherret/dax
0.19.0
What's Changed
- feat:
$.request
-pipeTo
andpipeThrough
in #55 - feat:
$.request
-pipeToPath
in #56 - fix: better handling for if terminal supports progress bars and selecion in #58
- feat:
$.request
- automatically derive file name from URL withpipeToPath
in #59 - feat: upgrade internal deno/std to 0.170.0 in #60
Full Changelog: 0.18.1...0.19.0
0.18.1
0.18.0
What's Changed
Progress bars and a new prompt/selection API.
- feat: add prompt/selection API by @dsherret in #45
- feat: add pwd command by @sigmaSd in #43
- feat: progress bars by @dsherret in #46
- feat: add
formData
method to requests by @dsherret in #49 - feat: ability to easily show a progress bar with
$.request
by @dsherret in #51 - feat: ability to format value in progress bars as bytes by @dsherret in #52
Full Changelog: 0.17.0...0.18.0
0.17.0
0.16.0
0.15.0
What's Changed
- feat: add
$.setPrintCommand(true)
to mutate print command configuration for a$
#23 - fix: evaluate real environment on each command execution rather than once on startup #24
- feat: upgrade deno_std to 0.160.0 #25
Full Changelog: 0.14.1...0.15.0
0.14.1
0.14.0
0.13.0
- feat: accept file URL for
Command#cwd
- feat: upgrade deno_std to 0.158.0
Full Changelog: 0.12.0...0.13.0
0.12.0
Adds CommandResult#combined
for getting the interleaved stdout and stderr.
For example:
const result = await $`some_command`.stdout("pipe").stderr("pipe");
console.log(result.combined);
Full Changelog: 0.11.0...0.12.0