mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.130.0
This commit is contained in:
parent
a19bd322f2
commit
dbccc64488
@ -1,4 +1,11 @@
|
||||
### 0.129.9 / 2022.03.10
|
||||
### 0.130.0 / 2022.03.16
|
||||
|
||||
- feat(testing): add `assertInstanceOf` (#2028)
|
||||
- feat(node): shim get-caller-file (#2029)
|
||||
- fix(node): fix dynamic require (#2024)
|
||||
- feat(node/fs): add `fs.writevSync(fd, buffers[, position])` (#2020)
|
||||
|
||||
### 0.129.0 / 2022.03.10
|
||||
|
||||
- feat: streams based `Buffer` (#1970)
|
||||
- feat(node/crypto): add crypto.publicEncrypt (#1987)
|
||||
|
@ -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.129.0";
|
||||
export const VERSION = "0.130.0";
|
||||
|
Loading…
Reference in New Issue
Block a user