child-process-ext
Version:
Extensions to Node.js child_process module
79 lines (46 loc) • 3.68 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [3.0.2](https://github.com/medikoo/child-process-ext/compare/v3.0.1...v3.0.2) (2023-08-22)
### Bug Fixes
- Fix handling of just `stderr` being observable ([cf390ff](https://github.com/medikoo/child-process-ext/commit/cf390ff7163061b537a722b0122044bf609a6e21))
### [3.0.1](https://github.com/medikoo/child-process-ext/compare/v3.0.0...v3.0.1) (2023-06-27)
### Maintenance Improvements
- Setup .npmignore rules (do not package dev files for npm package) ([34184c1](https://github.com/medikoo/child-process-ext/commit/34184c1fc48685f5a1e5378f2c09d2c5c9cce3f2))
## [3.0.0](https://github.com/medikoo/child-process-ext/compare/v2.1.1...v3.0.0) (2023-06-27)
### ⚠ BREAKING CHANGES
- Drop support for Node.js versions lower than v8
### Maintenance Improvements
- Upgrade `cross-spawn` to v7 ([1293c06](https://github.com/medikoo/child-process-ext/commit/1293c068b2336a2ebfa3798b2b534543b03298df))
### [2.1.1](https://github.com/medikoo/child-process-ext/compare/v2.1.0...v2.1.1) (2020-04-05)
### Bug Fixes
- Ensure to maintain dynamic resolution of cumulated buffers ([3fdeab5](https://github.com/medikoo/child-process-ext/commit/3fdeab5359b12c2cb03dce93b8ee4160425d11f8)) ([Mariusz Nowak](https://github.com/medikoo))
## [2.1.0](https://github.com/medikoo/child-process-ext/compare/v2.0.0...v2.1.0) (2019-09-03)
### Features
- Configure debug logging ([deb3ea1](https://github.com/medikoo/child-process-ext/commit/deb3ea1))
- Expose std & stdBuffer properties (merged std output) ([dabf7ca](https://github.com/medikoo/child-process-ext/commit/dabf7ca))
- Improve exit error message ([f52dfd9](https://github.com/medikoo/child-process-ext/commit/f52dfd9))
- Introduce `shouldCloseStdin` option ([ecddc13](https://github.com/medikoo/child-process-ext/commit/ecddc13))
### Tests
- Improve assert method ([0237539](https://github.com/medikoo/child-process-ext/commit/0237539))
- Improve test case ([5831f6d](https://github.com/medikoo/child-process-ext/commit/5831f6d))
- Improve test name ([448b6e5](https://github.com/medikoo/child-process-ext/commit/448b6e5))
- improve tests ([33043d8](https://github.com/medikoo/child-process-ext/commit/33043d8))
- Simplify ([cc26813](https://github.com/medikoo/child-process-ext/commit/cc26813))
<a name="2.0.0"></a>
# [2.0.0](https://github.com/medikoo/child-process-ext/compare/v1.0.0...v2.0.0) (2019-01-18)
### Features
- decorate std streams with promise behavior ([bbf5dc1](https://github.com/medikoo/child-process-ext/commit/bbf5dc1))
- improve split handling ([3a73750](https://github.com/medikoo/child-process-ext/commit/3a73750))
### BREAKING CHANGES
- Trailing non-empty line is now emittted
<a name="1.0.0"></a>
# 1.0.0 (2019-01-11)
### Bug Fixes
- expose programmer errors as promise rejections ([25db17b](https://github.com/medikoo/child-process-ext/commit/25db17b))
- windows requires double quotes ([69f67f5](https://github.com/medikoo/child-process-ext/commit/69f67f5))
### Features
- "split" option ([1b31933](https://github.com/medikoo/child-process-ext/commit/1b31933))
- expose current std buffers on promise ([9541e99](https://github.com/medikoo/child-process-ext/commit/9541e99))
- expose std buffers at better names ([e4e0962](https://github.com/medikoo/child-process-ext/commit/e4e0962))
- expose std streams directly on promise ([a2751c2](https://github.com/medikoo/child-process-ext/commit/a2751c2))
- improve arguments handling ([41bb8e9](https://github.com/medikoo/child-process-ext/commit/41bb8e9))