Skip to content

Releases: thescientist13/gallinago

0.11.0

05 Nov 03:13

Choose a tag to compare

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

  1. feat: #58 output listener callback (thanks @KaiPrince 🙌 )
  2. feat: #77 add type definitions

Breaking Changes

N / A

Known Issues

N / A

Diff

0.10.2...0.11.0

0.10.2

05 Nov 02:51

Choose a tag to compare

Overview

This release fixes an issue with stderr output returning incorrect results

Changelog

https://github.com/thescientist13/gallinago/issues?q=label%3A0.10.2

  1. fix: #76 accumulate stderr (thanks @KaiPrince 🙌 )

Breaking Changes

N / A

Known Issues

N / A

Diff

0.10.1...0.10.2

0.10.1

15 Oct 00:59

Choose a tag to compare

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

  1. fix: stopCommand not waiting for process termination before resolving

Breaking Changes

N / A

Known Issues

N / A

Diff

0.10.0...0.10.1

0.10.0

09 Oct 02:36

Choose a tag to compare

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

  1. feat: make gallinago APIs async only (thanks @KaiPrince 🙌 )
  2. fix: resolve .on error in child process when enabling standard out (thanks @KaiPrince 🙌 )
  3. bug: #65 do not reject on 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

Diff

0.9.1...0.10.0