v9.0.0v8.0.1
Reading changes from the repo…
Buffer
objects directly to the input
and stdin
options, making it easier to work with binary data. all
option is now supported in execaSync()
, allowing you to capture both stdout
and stderr
in a single output stream. stdin
option now accepts ReadableStream
, enabling more flexible input handling. stdin
, stdout
, and stderr
options, providing more versatility in specifying input and output sources. verbose
option now prints command completion messages, helping you track the progress of your commands more effectively. input
option is improved to clarify the expected types, enhancing user understanding. maxBuffer
option now allows for graceful termination of subprocesses, improving overall process management. encoding
option is enhanced to ensure it only applies to Execa's result, leaving subprocess streams encoding-agnostic. killSignal
option is now more effective, ensuring it properly terminates subprocesses as intended. all
option when combined with ignore
or inherit
, ensuring consistent output behavior. inputFile
option with missing files. stdout
and stderr
streams properly terminate the child process, preventing it from hanging. encoding
option to ensure it works seamlessly with ignore
and inherit
settings.