mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.152.0 (#2514)
Co-authored-by: dsherret <dsherret@users.noreply.github.com>
This commit is contained in:
parent
e83306672e
commit
e5d48464bf
@ -1,3 +1,11 @@
|
||||
### 0.152.0 / 2022.08.11
|
||||
|
||||
- feat(crypto): add subtle.timingSafeEqual() (#2503)
|
||||
- feat(testing): allow for stubbing non existent instance methods (#2487)
|
||||
- node: add stub for child_process.execSync (#2513)
|
||||
- node: remove import to global.ts from module_esm.ts (#2501)
|
||||
- remove 'unhandledRejection' from list of unsupported events (#2500)
|
||||
|
||||
### 0.151.0 / 2022.08.04
|
||||
|
||||
- fix(node): fs.existsSync never throws (#2495)
|
||||
|
@ -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.151.0";
|
||||
export const VERSION = "0.152.0";
|
||||
|
Loading…
Reference in New Issue
Block a user