Skip to content

Releases: j50n/deno-proc

0.20.10 Bugfix

08 Jun 00:34
Compare
Choose a tag to compare

Standalone run - stdin is now specified as null; was defaulted.

0.20.9 Starting to Gel

07 Jun 15:33
Compare
Choose a tag to compare

The new API is starting to feel minimally usable. It should be mostly stable at this point, but no promises. Documentation is just not there, but the tests provide a lot of examples.

This API is moving toward a 1.0.0 release at some point in the future.

0.20.8 A Breaking Refactor

06 Jun 19:53
Compare
Choose a tag to compare

Changed runnable to enumerate because the term needed to reflect the generic nature of the ADT.

More documentation.

0.20.7 Getting There

06 Jun 02:15
Compare
Choose a tag to compare

The new API works. There are enough tests to call it usable. The documentation is either nonexistent or misleading. Under construction.

0.20.6 The Return of the Legacy

30 May 22:37
Compare
Choose a tag to compare

The new API dead-ended and will be removed completely in a near release.

Dependencies for the legacy API have been corrected.

0.20.5 Not Ready for Prime Time

28 May 20:58
Compare
Choose a tag to compare

Disclaimer in the readme. There are some fundamental problems with streams and error handling, and I need to do some rework to fix it. As a result, the API is still fluid at this point.

0.20.4 Formal and Various

28 May 17:41
Compare
Choose a tag to compare
  • Formal build script.
  • Cleaned up code.
  • Added exitcode check, passed thorugh stdout stream.
  • Dependency maintenance.
  • Various odds and ends.

0.20.3 Documentation

27 May 16:57
Compare
Choose a tag to compare

Set up a static project website. Documentation for the project is underway!

0.20.1

25 May 22:31
Compare
Choose a tag to compare
  • Dependency updates.
  • Added convenience methods to procChildProcess.

0.20.0 Blue Sky

24 May 14:36
Compare
Choose a tag to compare

This marks the start of a complete rewrite of proc around Deno.Command in preparation for the release of Deno 2.0.