mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.117.0
This commit is contained in:
parent
e5e9b4eaa4
commit
d4a2ae275f
11
Releases.md
11
Releases.md
@ -1,3 +1,14 @@
|
||||
### 0.117.0 / 2021.12.03
|
||||
|
||||
- feat(http): introduce onError option on ServerInit (#1621)
|
||||
- feat(node/readline): Interface, createInterface (#1554)
|
||||
- fix(node): use async read for stdin (#1653)
|
||||
- fix(std/node): Add base64url encoding support, indexOf, lastIndexOf and
|
||||
includes to Buffer (#1636)
|
||||
- test(node/fs): enable `test-fs-rm.js` (#1632)
|
||||
- fix(node/util/inspect): Fix some bugs (#1637)
|
||||
- fix(node): Use upstream implementation for streams (#1634)
|
||||
|
||||
### 0.116.0 / 2021.11.24
|
||||
|
||||
- feat(node/os): implement os.hostname() (#1631)
|
||||
|
@ -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.116.0";
|
||||
export const VERSION = "0.117.0";
|
||||
|
Loading…
Reference in New Issue
Block a user