v7.1.0v7.0.0
Reading changes from the repo…
inputFile
option, enhancing flexibility in handling input data. verbose
option allows users to see commands before they execute, along with timestamps, making it easier to debug complex process orchestration. $
tagged templates API simplifies command execution, allowing users to run commands with a more intuitive syntax. execa()
, execaCommand()
, execaNode()
, and $
, helping users make informed choices. pipeStdout()
, pipeStderr()
, and pipeAll()
methods have been added, providing users with convenient shortcuts for redirecting process output. child_process.ChildProcess
and ChildProcessResult
, ensuring users understand what to expect when using Execa. preferLocal
option to be true
when using $
, aligning it with user expectations and improving the overall experience. Why
section in the documentation to include additional features and improve clarity, helping users understand the benefits of using Execa.