WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 07be23e

Browse files
authored
0.96.0
1 parent db348ae commit 07be23e

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Releases.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### 0.96.0 / 2021.05.11
2+
3+
- feat(fs/walk): show path in walk error (#875)
4+
- feat(http): allow custom response code (#855)
5+
- feat(io): add readRange, readRangeSync (#884)
6+
- feat(mime/multipart): add options to readForm (#895)
7+
- feat(node): add console module (#892)
8+
- feat(node/assert): add rejects and doesNotReject (#894)
9+
- feat(std/node): add implementation of os.homedir() (#873)
10+
- fix(http/file_server): keep url and name consistent (#908)
11+
- fix(io): Improve readDelims() performance (#867)
12+
- fix(io/streams): don't use a byte ReadableStream (#891)
13+
- fix(node/assert): enable test-assert-fail.js and align assert.fail to it
14+
(#874)
15+
- fix(node/child_process): Try to fix flaky tests (#876)
16+
- fix(node/stream): make `Stream` the default export (#901)
17+
118
### 0.95.0 / 2021.04.23
219

320
- feat(node): add basic support for child_process.spawn (#785)

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
* the cli's API is stable. In the future when std becomes stable, likely we
66
* will match versions with cli as we have in the past.
77
*/
8-
export const VERSION = "0.95.0";
8+
export const VERSION = "0.96.0";

0 commit comments

Comments
 (0)