mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
parent
bcec5f9d8b
commit
cd98c2dd5b
11
Releases.md
11
Releases.md
@ -1,3 +1,14 @@
|
||||
### 0.135.0 / 2022.04.14
|
||||
|
||||
- BREAKING(io/readers): use an array as a MultiReader constructor parameter to
|
||||
avoid Maximum call stack size exceeded (#2016)
|
||||
- BREAKING(mime/multipart): deprecate mime/multipart module (#2105)
|
||||
- BREAKING(testing/bench): deprecate testing/bench module (#2104)
|
||||
- feat(node): `Duplex.fromWeb` (#2086)
|
||||
- feat(testing): add behavior-driven development (#2067)
|
||||
- feat(testing): add utility for faking time (#2069)
|
||||
- fix(node): Make global.ts evaluate synchronously (#2098)
|
||||
|
||||
### 0.134.0 / 2022.04.07
|
||||
|
||||
- feat(node/child_process): support `signal` parameter for `ChildProcess.kill`
|
||||
|
@ -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.134.0";
|
||||
export const VERSION = "0.135.0";
|
||||
|
Loading…
Reference in New Issue
Block a user