- Minor cleanup
- Switched from q to native ES2015 promises.
- This module now uses various ES2015 functionality only available in Node.js 4.0+
- Despite the major version being incremented,
v2.x
maintains backwards compatibility withv1.x
- This library now requires Node.js 4.0+
- If you are using Node.js <4 you should use
child-process-promise@^1.0.0
- If you are using Node.js <4 you should use
- Initial release