Skip to content

Latest commit

 

History

History
111 lines (62 loc) · 6.97 KB

CHANGELOG.md

File metadata and controls

111 lines (62 loc) · 6.97 KB

Changelog

7.0.2 (2024-05-04)

Bug Fixes

  • 4912015 #102 reject with error from parent context on close (#102) (@lukekarrys)

Chores

  • 09872d7 #105 linting: no-unused-vars (@lukekarrys)
  • 70f0eb7 #105 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
  • 82ae2a7 #105 postinstall for dependabot template-oss PR (@lukekarrys)
  • 2855879 #104 bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

7.0.1 (2023-12-21)

Bug Fixes

  • 46fad5a #98 parse options.env more similarly to process.env (#98) (@thecodrr)

Chores

  • d3ba687 #97 postinstall for dependabot template-oss PR (@lukekarrys)
  • cf18492 #97 bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
  • c72524e #95 postinstall for dependabot template-oss PR (@lukekarrys)
  • 8102197 #95 bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])
  • 3d54f38 #76 postinstall for dependabot template-oss PR (@lukekarrys)
  • ca63a18 #76 bump @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot])
  • e3e359f #74 postinstall for dependabot template-oss PR (@lukekarrys)
  • cc8e9c9 #74 bump @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot])

7.0.0 (2023-08-30)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed

Bug Fixes

Dependencies

6.0.2 (2022-12-12)

Bug Fixes

6.0.1 (2022-11-01)

Dependencies

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

  • 6ab90b8 #48 switch stdioString default to true (#48) (@nlf)
  • a854057 #47 add open method for using system default apps to open arguments (#47) (@nlf)
  • 723fc32 #44 implement argument escaping when the shell option is set (@nlf)

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

  • 422e1b6 #40 remove infer-owner (#40) (@nlf, @wraithgar)

Bug Fixes

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

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

  • 4fba970 #29 postinstall for dependabot template-oss PR (@lukekarrys)

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