Skip to content

Latest commit

 

History

History
164 lines (74 loc) · 5.09 KB

CHANGELOG.md

File metadata and controls

164 lines (74 loc) · 5.09 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.1.2 (2019-07-22)

Bug Fixes

  • do not exclude /path/ from process.env copying (53e6318)

3.1.0 (2019-07-17)

Bug Fixes

  • 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

Features

  • process.env.path: Use platform specific path casing if present (5523951), closes #29 #30

3.0.0 (2019-07-10)

BREAKING CHANGES

  • requires modifying the version of node-gyp in npm cli.

Required for #208 Fix: npm/npm-lifecycle#37 Close: npm/npm-lifecycle#38 PR-URL: npm/npm-lifecycle#38 Credit: @irega Reviewed-by: @isaacs

2.1.1 (2019-05-08)

Bug Fixes

  • test: update postinstall script for fixture (220cd70)

2.1.0 (2018-08-13)

Bug Fixes

  • windows: revert writing all possible cases of PATH variables (#22) (8fcaa21), closes #20

Features

2.0.3 (2018-05-16)

2.0.2 (2018-05-16)

Bug Fixes

  • 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)

Bug Fixes

  • log: Fix formatting of invalid wd warning (#12) (ced38f3)

2.0.0 (2017-11-17)

Features

  • 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)

BREAKING CHANGES

  • 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 a node-gyp-bin in it.

Fixes: #4

1.0.3 (2017-09-01)

Bug Fixes

  • runCmd: add missing option to runCmd recursive queue call (1a69ce8)

1.0.2 (2017-08-17)

1.0.1 (2017-08-16)

Bug Fixes

  • license: fix up license documentation (a784ca0)

1.0.0 (2017-08-16)

Bug Fixes

Features

  • api: Extract from npm proper (#1) (27d9930)

BREAKING CHANGES

  • api: this is the initial implementation