Skip to content

Releases: clue/reactphp-shell

Release list

v0.2.0

Choose a tag to compare

@clue clue released this 17 Jun 17:13
  • 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

Choose a tag to compare

@clue clue released this 07 Dec 00:35
  • Initial concept