mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.158.0 (#2708)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
This commit is contained in:
parent
3f1f6929d2
commit
ea36330ddf
15
Releases.md
15
Releases.md
@ -1,3 +1,18 @@
|
||||
### 0.158.0 / 2022.09.28
|
||||
|
||||
- feat(node): add child_process.exec() (#2684)
|
||||
- feat(node): add child_process.execFileSync() (#2699)
|
||||
- feat(node): add child_process.execSync() (#2689)
|
||||
- feat(node/process): `process.getuid()` and `process.getgid()` (#2680)
|
||||
- fix(http): `serve` swallows errors when `Response.body` has already been
|
||||
consumed (#2702)
|
||||
- fix(node): `test-child-process-spawnsync-validation-errors.js` (#2690)
|
||||
- fix(node): support mapping Node flags to Deno (#2688)
|
||||
- fix(node/fs): Enable `test-fs-read-zero-length.js` and `test-fs-read-type.js`
|
||||
(#2692)
|
||||
- fix(node/fs): improve compatibility of fs.WriteStream (#2696)
|
||||
- fix: testing example pages failing to load (#2693)
|
||||
|
||||
### 0.157.0 / 2022.09.22
|
||||
|
||||
- feat(node/child_process): `spawnSync` (#2637)
|
||||
|
@ -5,4 +5,4 @@
|
||||
* the cli's API is stable. In the future when std becomes stable, likely we
|
||||
* will match versions with cli as we have in the past.
|
||||
*/
|
||||
export const VERSION = "0.157.0";
|
||||
export const VERSION = "0.158.0";
|
||||
|
Loading…
Reference in New Issue
Block a user