Skip to content

Releases: clue/reactphp-shell

v0.2.0

17 Jun 17:13
Compare
Choose a tag to compare
  • Feature: Forcefully terminate underlying Process if its Stream closes.
    As such, calling DeferredShell::close() now terminates the underlying Process.
    (#2)
  • Feature: ProcessLauncher::createDeferredShell() now also accepts a Process instance.
    (#1)

v0.1.0

07 Dec 00:35
Compare
Choose a tag to compare
  • Initial concept