execa v3.0.0 Release Notes

Release Date: 2019-10-14 // over 4 years ago
  • ๐Ÿ’ฅ Breaking changes

    ๐Ÿ”‹ Features

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix errors being thrown when detached: true or cleanup: false is used (#360)
    • ๐Ÿ‘‰ Make execa compatible with Node.js 13.0.0-pre (#370)

    Dependencies

    • โฌ†๏ธ Upgrade npm-run-path from 3.0.0 to 4.0.0 (#376)
    • โฌ†๏ธ Upgrade cross-spawn to 7.0.0 (#367)

    ๐Ÿ“š Documentation

    • Document the reasons why the returned promise might fail (#364)