Skip to content

Latest commit

 

History

History
246 lines (140 loc) · 4.33 KB

CHANGELOG.md

File metadata and controls

246 lines (140 loc) · 4.33 KB

7.0.1

Dependencies

7.0.0

Breaking changes

  • Upgrade Execa to 9.0.0
  • Rename verbose option to debug

6.0.0

Breaking changes

  • Minimal supported Node.js version is now 18.18.0

5.0.1

Bug fixes

5.0.0

Breaking changes

  • Minimal supported Node.js version is now 16.17.0

4.5.0

Features

  • Upgrade Execa

4.4.1

Bug fixes

  • Fix TypeScript types

4.4.0

Features

  • Improve TypeScript types

4.3.0

Features

  • Improve tree-shaking support

4.2.0

Features

  • Reduce npm package size

4.1.0

Features

  • Add TypeScript types

4.0.0

Breaking changes

  • Minimal supported Node.js version is now 14.18.0

Features

3.0.2

Bug fixes

  • Fix examples

3.0.1

Bug fixes

  • Fix main field in package.json

3.0.0

Breaking changes

  • Minimal supported Node.js version is now 12.20.0
  • This package is now an ES module. It can only be loaded with an import or import() statement, not require(). See this post for more information.

Features

  • Improve colors detection

2.0.0

Breaking changes

  • Minimal supported Node.js version is now 10.17.0
  • Add stderr and stdout to error.message. A new property error.shortMessage is now available to retrieve the error message without stderr nor stdout (#397)

Features

1.1.0

Features

1.0.3

Bug fixes

1.0.2

Dependencies

1.0.1

Bug fixes

1.0.0

Features

  • Upgrade to latest execa release 2.0.0

0.9.1

Internal

  • Fix some tests

0.9.0

Internal

  • Only internal changes and documentation updates

0.8.0

Features

Bug fixes

  • Ensure errors always have the same shape.

0.7.1

Bug fixes

  • Fix npm install gulp-execa sometimes failing (#2)

0.7.0

Features

  • Improve error messages

0.6.1

Bug fixes

  • Fix option env triggering process warnings

0.6.0

Dependencies

  • Remove dependency keep-func-props

0.5.5

Internal

  • Upgrade to latest execa

0.5.4

Bug fixes

  • Fix a bug where the wrong dependency version was installed.

0.5.3

Bug fixes

  • Fix bug when escaping multiple spaces with backslashes in the command.

0.5.2

Bug fixes

  • Fix error messages for task() on Node >=12.3.0

0.5.0

Features

  • The function passed to stream() can now return an object, allowing file-specific options.