mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.115.0 (#1606)
This commit is contained in:
parent
f6ea992f33
commit
e5d1f055f4
20
Releases.md
20
Releases.md
@ -1,3 +1,23 @@
|
||||
### 0.115.0 / 2021.11.17
|
||||
|
||||
- feat(node): add wasi module (#1534)
|
||||
- feat(node): process.config, process.exitCode, process._exiting (#1597)
|
||||
- feat(node): process.stdin.setRawMode (#1572)
|
||||
- feat(node/_fs): Add `fs.readSync` (#1598)
|
||||
- feat(node/fs): add `fs.read` API (#1557)
|
||||
- feat(node/fs): implement `fs.rm` and `fs.rmSync` (#1568)
|
||||
- feat(node/process): add process.hrtime.bigint() (#1600)
|
||||
- feat(node/util): Add `util.isBuffer` and `util._extend` (#1567)
|
||||
- fix(node): Align exports and declarations for Buffer and Events module (#1570)
|
||||
- fix(node): improve http.Server.listen() compat (#1574)
|
||||
- fix(node/http): fix no body chunked response (#1603)
|
||||
- fix(node/http): improve http.Server compatibility (#1595)
|
||||
- fix(node/http): improve http.Server#close() compat (#1602)
|
||||
- fix(node/util): improve test coverage (#1591)
|
||||
- node: add nextTick helper module (#1584)
|
||||
- node: polyfill process.nextTick using Deno.core bindings (#1588)
|
||||
- node: Use upstream source for "events" module (#1558)
|
||||
|
||||
### 0.114.0 / 2021.11.09
|
||||
|
||||
- BREAKING(http): update `serve`, add `serveListener`, deprecate
|
||||
|
@ -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.114.0";
|
||||
export const VERSION = "0.115.0";
|
||||
|
Loading…
Reference in New Issue
Block a user