All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.1.0 (2018-08-13)
- ci: add node@10 to CI (e206aa0)
2.0.3 (2018-05-16)
2.0.2 (2018-05-16)
- hooks: run .hooks scripts even if package.json script is not present (#13) (67adc2d)
- windows: Write to all possible cases of PATH variables (#17) (e4ecc54)
2.0.1 (2018-03-08)
2.0.0 (2017-11-17)
- node-gyp: use own node-gyp (ae94ed2)
- nodeOptions: add "nodeOptions" option to set NODE_OPTIONS for child (#7) (2eb7a38)
- stdio: add child process io options and default logging of piped stdout/err (#3) (7b8281a)
- node-gyp: Previously you had to bring your own node-gyp AND you had
to provide access the way npm does, by having a
bin
dir with anode-gyp-bin
in it.
Fixes: #4
1.0.3 (2017-09-01)
- runCmd: add missing option to runCmd recursive queue call (1a69ce8)
1.0.2 (2017-08-17)
1.0.1 (2017-08-16)
- license: fix up license documentation (a784ca0)
- api: this is the initial implementation