Releases: thescientist13/gallinago
0.11.0
Overview
This release introduces a callback function to runCommand for listening on process activity, and adds type definitions for the project..
Changelog
https://github.com/thescientist13/gallinago/issues?q=label%3A0.11.0
Breaking Changes
N / A
Known Issues
N / A
Diff
0.10.2
Overview
This release fixes an issue with stderr output returning incorrect results
Changelog
https://github.com/thescientist13/gallinago/issues?q=label%3A0.10.2
- fix: #76 accumulate stderr (thanks @KaiPrince 🙌 )
Breaking Changes
N / A
Known Issues
N / A
Diff
0.10.1
Overview
This release fixes an issue stopCommand not resolving before actually waiting for the process to exit.
Changelog
https://github.com/thescientist13/gallinago/issues?q=label%3A0.10.0
Breaking Changes
N / A
Known Issues
N / A
Diff
0.10.0
Overview
This release introduces a breaking change that formalizes all of Gallinago's APIs as async, improves stderr handling, and addresses other misc fixes and improvements
Changelog
https://github.com/thescientist13/gallinago/issues?q=label%3A0.10.0
- feat: make gallinago APIs
asynconly (thanks @KaiPrince 🙌 ) - fix: resolve
.onerror in child process when enabling standard out (thanks @KaiPrince 🙌 ) - bug: #65 do not
rejecton process stderr
Breaking Changes
async APIs
All Gallinago APIs now explicitly operate around Promises, so for all APIs, it is recommended to await them now.
Known Issues
N / A