mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.126.0
This commit is contained in:
parent
51a00a2230
commit
7363da42a4
12
Releases.md
12
Releases.md
@ -1,3 +1,15 @@
|
||||
### 0.126.0 / 2022.02.17
|
||||
|
||||
- feat(node): add tls.connect (#1923)
|
||||
- fix(collections/group_by): improve type safety (#1880)
|
||||
- fix(io/buffer): super and initialized prop (#1917)
|
||||
- fix(node): add networkInterfaces to unstable (#1904)
|
||||
- fix(node): fix fs.createWriteStream (#1874)
|
||||
- fix(node): fix fs.write again, enable more test cases (#1892)
|
||||
- fix(node): support 6-arg fs.write (#1888)
|
||||
- fix(node/buffer): fix base64 decode (#1885)
|
||||
- fix(node/module): fix commonjs wrapper (#1902)
|
||||
|
||||
### 0.125.0 / 2022.02.03
|
||||
|
||||
- feat(node): add punycode module (#1857)
|
||||
|
@ -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.125.0";
|
||||
export const VERSION = "0.126.0";
|
||||
|
Loading…
Reference in New Issue
Block a user