All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.1.5 (2020-03-26)
3.1.4 (2019-09-18)
- filter functions and undefined out of makeEnv (10c0c08)
3.1.3 (2019-08-12)
- fail properly if uid-number raises an error (e0e1b62)
3.1.2 (2019-07-22)
- do not exclude /path/ from process.env copying (53e6318)
3.1.0 (2019-07-17)
- remove procInterrupt listener on SIGINT in procError (ea18ed2), closes #36 #11 #18
- set only one PATH env variable for child proc (3aaf954), closes #22 #25
3.0.0 (2019-07-10)
- requires modifying the version of node-gyp in npm cli.
Required for npm/cli#208 Fix: #37 Close: #38 PR-URL: #38 Credit: @irega Reviewed-by: @isaacs
2.1.1 (2019-05-08)
- test: update postinstall script for fixture (220cd70)
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