Skip to content

Releases: j50n/deno-proc

0.14.0

11 Feb 22:42
Compare
Choose a tag to compare
0.14.0 Pre-release
Pre-release
  • feature Support workers with PushIterable; includes example.

0.13.8

11 Feb 02:06
Compare
Choose a tag to compare
0.13.8 Pre-release
Pre-release
  • documentation Fixed links in documentation.

0.13.7

11 Feb 02:01
Compare
Choose a tag to compare
0.13.7 Pre-release
Pre-release
  • documentation Fixed a typo.

0.13.6

11 Feb 01:57
Compare
Choose a tag to compare
0.13.6 Pre-release
Pre-release
  • documentation Added Direct Control Over stderr section.
  • documentation Added Overriding the Default Exit-Code Error Handling
    Behavior
    section.

0.13.5

10 Feb 00:34
Compare
Choose a tag to compare
0.13.5 Pre-release
Pre-release
  • #16 documentation Minor documentation edits.

0.13.4

10 Feb 00:09
Compare
Choose a tag to compare
0.13.4 Pre-release
Pre-release
  • #16 documentation Example for string arrays.

0.13.3

08 Feb 05:10
Compare
Choose a tag to compare
0.13.3 Pre-release
Pre-release
  • documentation Moved the Key Concepts section.

0.13.2

08 Feb 04:57
Compare
Choose a tag to compare
0.13.2 Pre-release
Pre-release
  • documentation Example with global Group.

0.13.1

08 Feb 03:21
Compare
Choose a tag to compare
0.13.1 Pre-release
Pre-release
  • feature Minor refactor of line split code.
  • documentation Simplified the initial example.

0.13.0

07 Feb 21:23
Compare
Choose a tag to compare
0.13.0 Pre-release
Pre-release
  • #15 feature Added simpleRunner.
  • #21 feature Supports a global process group by default; allows omitting
    group create/close boilerplate in most cases.