Skip to content

Releases: npm/promise-spawn

v7.0.2

04 May 01:09
7928731
Compare
Choose a tag to compare

7.0.2 (2024-05-04)

Bug Fixes

Chores

v7.0.1

04 Jan 16:24
16b3641
Compare
Choose a tag to compare

7.0.1 (2023-12-21)

Bug Fixes

Chores

v7.0.0

30 Aug 17:23
Compare
Choose a tag to compare

7.0.0 (2023-08-30)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed

Bug Fixes

Dependencies

v6.0.2

12 Dec 22:59
ad8d1ef
Compare
Choose a tag to compare

6.0.2 (2022-12-12)

Bug Fixes

v6.0.1

01 Nov 19:46
9693f8f
Compare
Choose a tag to compare

6.0.1 (2022-11-01)

Dependencies

v6.0.0

01 Nov 19:16
164dc7c
Compare
Choose a tag to compare

6.0.0 (2022-11-01)

⚠️ BREAKING CHANGES

  • stdout and stderr will now be returned as strings by default, for buffers set stdioString to false
  • when the shell option is set provided arguments will automatically be escaped

Features

v5.0.0

26 Oct 18:30
26e313a
Compare
Choose a tag to compare

5.0.0 (2022-10-26)

⚠️ BREAKING CHANGES

  • leading and trailing whitespace is no longer preserved when stdioStrings is set
  • this module no longer attempts to infer a uid and gid for processes

Features

Bug Fixes

  • 0f3dc07 #42 trim stdio strings before returning when stdioStrings is set (#42) (@nlf)

v4.0.0

14 Oct 05:24
143ce0f
Compare
Choose a tag to compare

4.0.0 (2022-10-10)

⚠️ BREAKING CHANGES

  • @npmcli/promise-spawn is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

v3.0.0

05 Apr 19:50
7a4a82c
Compare
Choose a tag to compare

3.0.0 (2022-04-05)

⚠ BREAKING CHANGES

  • this will drop support for node 10 and non-LTS versions of node 12 and node 14

Bug Fixes

Dependencies