smart-spawn follows Semantic Versioning.
- Node 0.10/0.12/4 are no longer supported
- Fix an error sometimes being returned even if the process finished with an exit code of zero
- Refactored module for simplicity
- Fix error messages' stderr text sometimes being the word "undefined"
- If there was no error, the first callback argument will be
undefined, notnull - stdout is returned even if there was an error
- List
concat-streamas a dependency
- The module now contains a
'use strict';directive
- Add a missing space in an error message
- Initial release