This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/spawn-wrap/CHANGELOG.md
2020-11-01 22:46:04 +00:00

2.7 KiB
Raw Blame History

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

Features

2.0.0-beta.0 (2019-10-07)

See 2.0.0 for notes.

1.4.3 (2019-08-23)

Bug Fixes

  • win32: handle cases where “node” is quoted (#102) (aac8730)