dotfiles/vscode/.vscode/extensions/matangover.mypy-0.3.1/node_modules/child-process-promise/CHANGELOG.md
Errol Sancaktar 5f8db31398 alacritty
2024-07-15 17:06:13 -06:00

831 B

Changelog

2.x

2.1.x

2.1.0

  • Now compatible with all versions of Node.js (PR #22 by @olsonpm with modification)

2.0.x

2.0.1

  • Minor cleanup

2.0.0

Major changes

  • Switched from q to native ES2015 promises.
  • This module now uses various ES2015 functionality only available in Node.js 4.0+
  • Despite the major version being incremented, v2.x maintains backwards compatibility with v1.x

Breaking changes

  • This library now requires Node.js 4.0+
    • If you are using Node.js <4 you should use child-process-promise@^1.0.0

1.x

  • Initial release