Skip to content

Releases: j50n/deno-proc

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.

0.19.13

21 May 12:34
Compare
Choose a tag to compare
  • Dependency updates.
  • Deno.run deprecation notice.

0.19.12

12 Feb 16:58
Compare
Choose a tag to compare

Full Changelog: 0.19.11...0.19.12