mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.129.0
This commit is contained in:
parent
1be36ca756
commit
cb31f6e585
16
Releases.md
16
Releases.md
@ -1,3 +1,19 @@
|
||||
### 0.129.9 / 2022.03.10
|
||||
|
||||
- feat: streams based `Buffer` (#1970)
|
||||
- feat(node/crypto): add crypto.publicEncrypt (#1987)
|
||||
- feat(node/fs): add `fs.writev(fd, buffers[, position], callback)` (#2008)
|
||||
- feat(streams): LimitedTransformStream & LimitedBytesTransformStream (#2007)
|
||||
- feat(streams): TextDelimiterStream (#2006)
|
||||
- feat(testing/asserts): use assertion signature for "assertStrictEquals"
|
||||
(#1984)
|
||||
- fix(async): re-export abortable in mod.ts (#1959)
|
||||
- fix(fmt/colors): update `ANSI_PATTERN` (#1996)
|
||||
- fix(node): fix http.request for minipass-fetch 2.x (#2004)
|
||||
- fix(node/process): ignore SIGBREAK binding when the platform is not windows
|
||||
(#2014)
|
||||
- fix(testing): Misleading assertion error in assertNotEquals (#1989)
|
||||
|
||||
### 0.128.0 / 2022.03.03
|
||||
|
||||
- feat(node): add crypto.webcrypto (#1961)
|
||||
|
@ -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.128.0";
|
||||
export const VERSION = "0.129.0";
|
||||
|
Loading…
Reference in New Issue
Block a user