Releases: j50n/deno-proc
0.20.10 Bugfix
Standalone run
- stdin
is now specified as null
; was defaulted.
0.20.9 Starting to Gel
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
Changed runnable
to enumerate
because the term needed to reflect the generic nature of the ADT.
More documentation.
0.20.7 Getting There
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
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
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
- Formal build script.
- Cleaned up code.
- Added exitcode check, passed thorugh
stdout
stream. - Dependency maintenance.
- Various odds and ends.
0.20.3 Documentation
Set up a static project website. Documentation for the project is underway!
0.20.1
0.20.0 Blue Sky
This marks the start of a complete rewrite of proc
around Deno.Command
in preparation for the release of Deno 2.0.