Skip to content

Releases: j50n/deno-proc

0.6.1

28 Jan 03:38
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

This release contains breaking changes.

  • #13 fix The error message returned from a failed process has been fixed.
  • #12 feature Runners can be defined with custom error handling.
  • #10 feature Processes are removed from their group when they close
    naturally (output is exhausted).

0.5.0

27 Jan 18:22
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

This release contains breaking changes.

  • fix Renamed ProcGroup to Group.
  • fix Renamed Proc to Runner.

0.4.0

27 Jan 02:48
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

This release contains breaking changes.

  • fix ReaderInputHandler no longer requires the input reader to implement
    Deno.Closer. It just uses a plain Deno.Reader now.
  • fix ProcGroup unload events are now being called on exit. Long running
    child processes are now correctly shut down when the Deno process exits due to
    a call to Deno.exit().

0.3.0

25 Jan 22:36
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

This release contains breaking changes. There are trivial changes to the case of factory functions to match the style guide.

  • fix Case change on factory functions to match the style guide.

0.2.0

25 Jan 02:19
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

There are no breaking API changes in this release.

  • feature Specialized the error for process failures to ProcessExitError.
    Previously this was a plain Error.

0.1.0

24 Jan 02:31
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

This is the first release of the new API. This is a pre-release.

0.0.8

23 Jan 23:53
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release

Dependency updates.

This version of the API is now frozen.

Development Release

28 Nov 21:18
Compare
Choose a tag to compare
Development Release Pre-release
Pre-release

Dependency updates.

Development Release

10 Nov 17:54
Compare
Choose a tag to compare
Development Release Pre-release
Pre-release

Pass through environment variables.

Development Release

09 Nov 16:36
Compare
Choose a tag to compare
Development Release Pre-release
Pre-release

Passthrough of current working directory (cwd).