Skip to content

Releases: j50n/deno-proc

0.12.2

06 Feb 04:30
Compare
Choose a tag to compare
0.12.2 Pre-release
Pre-release
  • #16 documentation Continuing work on various examples.
  • #18 documentation Example showing decorating stderr and stdout in
    real time.

0.12.1

05 Feb 02:24
Compare
Choose a tag to compare
0.12.1 Pre-release
Pre-release
  • maint Dependency maintenance.

0.12.0

05 Feb 01:48
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release
  • #19 enhancement support for unbuffered input/output handlers (optional).
  • #20 enhancement stderr is unbuffered.

0.11.1

03 Feb 02:51
Compare
Choose a tag to compare
0.11.1 Pre-release
Pre-release
  • #17 fix stringArrayInput() performance.
  • maint Dependency maintenance.

0.11.0

01 Feb 02:03
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release
  • #14 feature Chained errors are optional and off by default.

0.10.0

31 Jan 00:37
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release

This release contains breaking changes.

  • documentation Multiple changes to the README.md.
  • feature Added input and output support for string[].
  • fix Errors are chained through multiple connected processes.
  • fix Errors are correctly proagated in examples.

0.9.2

29 Jan 22:33
Compare
Choose a tag to compare
0.9.2 Pre-release
Pre-release

There are no breaking API changes in this release.

  • documentation Multiple changes to the README.md.

0.9.1

29 Jan 18:27
Compare
Choose a tag to compare
0.9.1 Pre-release
Pre-release

This release contains breaking changes.

  • feature Usability. Moved the Group reference that was previously in the
    run(...) call to a bind call from the runner definition. Seems small, but
    makes a difference in readability.

0.8.0

29 Jan 04:29
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

This release contains breaking changes.

  • documentation Added additional examples.
  • fix Organized files at the top folder level.

0.7.0

28 Jan 23:25
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

This release contains breaking changes.

  • fix Added defensive close to all process resources on process exit in
    output handlers.
  • fix Added additional error traps for Deno.errors.Interrupted.
  • fix Pulled some classes out of mod.ts. These are still available to be imported but will not be visible through mod.ts.
  • example Added War and Peace example.