All notable changes will be documented in this file. EZ Spawn adheres to Semantic Versioning.
Moved EZ Spawn to the @JSDevTools scope on NPM
The “ez-spawn” NPM package is now just a wrapper around the scoped “@jsdevtools/ez-spawn” package
The encoding option now defaults to "utf8", since most CLIs output UTF-8 text. You can set the encoding option to a different encoding, or to "buffer" to get raw binary output.
Errors (including non-zero exit codes) are now thrown, rather than returning an object with an error property. See Error Handling for more details.
EZ-Spawn now includes TypeScript definitions.
All releases are now automatically tested on all active LTS versions of Node on Windows, Mac, and Linux.