2.7 KiB
2.7 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.0 (2019-12-20)
⚠ BREAKING CHANGES
- no longer feature detect spawnSync, present since Node 0.11.
- Drop support for iojs (#84)
- explicitly drops support for Node 6
Bug Fixes
- Avoid path concatenation (5626f2a)
- Handle whitespace in homedir paths (#98) (f002ecc), closes istanbuljs/nyc#784
- Make munge functions pure (#99) (5c1293e)
- Remove '/.node-spawn-wrap-' from lib/homedir.js export (5bcb288)
- Remove legacy
ChildProcess
resolution (#85) (da05012) - Remove legacy
spawnSync
feature detection (#87) (78777aa) - Switch from mkdirp to make-dir (#94) (b8dace1)
- Use
is-windows
package for detection (#88) (c3e6239), closes istanbuljs/spawn-wrap#61 - Use safe path functions in
setup
(#86) (4103f72)
Features
2.0.0-beta.0 (2019-10-07)
See 2.0.0 for notes.