Skip to content

Releases: j50n/deno-proc

0.19.1

10 Mar 22:14
Compare
Choose a tag to compare
0.19.1 Pre-release
Pre-release
  • Fix line split to correctly remove trailing carriage returns on lines and to
    remove an empty line at end of input.

0.19.0

04 Mar 19:36
Compare
Choose a tag to compare
0.19.0 Pre-release
Pre-release
  • Add a few useful items to mod.ts.

0.18.0

25 Feb 05:18
Compare
Choose a tag to compare
0.18.0 Pre-release
Pre-release

This release contains breaking changes.

  • Conversion function names changed to be more specific.

0.17.0

20 Feb 18:48
Compare
Choose a tag to compare
0.17.0 Pre-release
Pre-release

This release contains breaking changes.

  • Iterable handlers have been renamed to include "async."
  • Rework of short-form functions.

0.16.0

19 Feb 05:54
Compare
Choose a tag to compare
0.16.0 Pre-release
Pre-release

This release contains minor breaking changes.

  • Dependency maintenance.
  • Build is written in Typescript; no more shell builds.
  • Added some short-form run functions.

0.15.0

16 Feb 22:08
Compare
Choose a tag to compare
0.15.0 Pre-release
Pre-release

This release contains minor breaking changes.

  • #23 fix Separators on Windows are "\r\n" and "\n" elsewhere.
  • #24 enhancement stderr handler now passes bytes rather than text.
  • #25 enhancement stderr handler can pass back something (unknown
    type) to be attached to the error, if there is an error.

To convert bytes to lines of text, you can use proc.toLines().

0.14.4

16 Feb 04:23
Compare
Choose a tag to compare
0.14.4 Pre-release
Pre-release
  • documentation Various edits to documentation and examples.

0.14.3

14 Feb 04:04
Compare
Choose a tag to compare
0.14.3 Pre-release
Pre-release
  • documentation Various edits to documentation and examples.

0.14.2

13 Feb 04:12
Compare
Choose a tag to compare
0.14.2 Pre-release
Pre-release
  • fix Removed file.

0.14.1

13 Feb 04:06
Compare
Choose a tag to compare
0.14.1 Pre-release
Pre-release
  • documentation Demonstrate using aplay to play .wav files.