Age | Commit message (Expand) | Author |
---|---|---|
2022-12-09 | unstable: remove Deno.spawn, Deno.spawnSync, Deno.spawnChild APIs (#16893) | Bartek Iwańczuk |
2022-11-10 | feat: don't require --unstable flag for npm programs (#16520) | Bartek Iwańczuk |
2022-10-17 | feat(unstable): add windowsRawArguments to SpawnOptions (#16319) | Yoshiya Hinosawa |
2022-09-27 | feat: Add requesting API name to permission prompt (#15936) | Bartek Iwańczuk |
2022-07-18 | feat(unstable): Ability to ref/unref "Child" in "Deno.spawnChild()" API (#15151) | Leo Kettmeir |
2022-06-26 | build: require safety comments on unsafe code (#13870) | Luca Casonato |
2022-05-18 | feat: return a signal string instead number on ChildStatus (#14643) | Leo Kettmeir |
2022-04-26 | fix(test): capture inherited stdout and stderr for subprocesses in test outpu... | David Sherret |
2022-04-26 | refactor(ops/process): add `StdioOrRid` enum (#14393) | David Sherret |
2022-04-21 | feat(runtime): two-tier subprocess API (#11618) | Leo Kettmeir |