mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.145.0 (#2382)
Co-authored-by: aslilac <aslilac@users.noreply.github.com> Co-authored-by: Kayla Washburn <mckayla@hey.com>
This commit is contained in:
parent
d4a589b05b
commit
09e24d81ce
14
Releases.md
14
Releases.md
@ -1,3 +1,17 @@
|
||||
### 0.145.0 / 2022.06.23
|
||||
|
||||
- fix(wasi): Fix WASI initialize() (#2372)
|
||||
- feat(encoding): add json/stream.ts (#2231)
|
||||
- feat(flags): infer argument types, names and defaults (#2180)
|
||||
- feat(media_types): Improve contentType type definition (#2357)
|
||||
- feat(node): add missing modules node/util/types.ts node/diagnostics_channel.ts
|
||||
(#2369)
|
||||
- fix(encoding/csv/stream): properly handle CR characters (#2325)
|
||||
- fix(http): Disable `console.error` if `opts.quiet` is true (#2379)
|
||||
- fix(node): make performance object event target (#2371)
|
||||
- fix(testing/bdd): fix flat test grouping context (#2308)
|
||||
- node: improve error for unsupported import (#2380)
|
||||
|
||||
### 0.144.0 / 2022.06.15
|
||||
|
||||
- Add warning on usage of collections/mod.ts (#2321, #2346)
|
||||
|
@ -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.144.0";
|
||||
export const VERSION = "0.145.0";
|
||||
|
Loading…
Reference in New Issue
Block a user