mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.116.0
This commit is contained in:
parent
653973a428
commit
e59b24543e
@ -1,3 +1,11 @@
|
||||
### 0.116.0 / 2021.11.24
|
||||
|
||||
- feat(node/os): implement os.hostname() (#1631)
|
||||
- feat(node/util): add `util.inspect` (#1592)
|
||||
- fix(fmt/printf): print with rounding taken into account (#1623)
|
||||
- fix(node/http): ignore server request parse errors (#1624)
|
||||
- refactor(node): reorganize _next_tick.ts module (#1608)
|
||||
|
||||
### 0.115.1 / 2021.11.17
|
||||
|
||||
- fix(node): use old "process.nextTick" polyfill if Deno.core is not available
|
||||
|
@ -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.115.1";
|
||||
export const VERSION = "0.116.0";
|
||||
|
Loading…
Reference in New Issue
Block a user