Skip to content

Commit e2360e7

Browse files
authored
0.98.0
1 parent a4c4dc2 commit e2360e7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Releases.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
### 0.98.0 / 2021.06.08
2+
3+
- feat(async): add async/tee (#919)
4+
- feat(async/mux): take AsyncIterable as source iterator (#923)
5+
- feat(io/bufio): add encoding options to `readLines` and `readStringDelim`
6+
(#921)
7+
- feat(node/perf_hooks): add perf_hooks module (#945)
8+
- fix(encoding/binary): allow getNBytes to read until EOF (#932)
9+
- fix(encoding/binary): respect non 0 byte offsets (#826)
10+
- fix(node/events): fix EventEmitter#once to pass native node tests (#935)
11+
- fix(node/events): fix getMaxListeners and setMaxListeners to pass native node
12+
tests (#928)
13+
- fix(node/fs): fix type error in fs.watch impl (#947)
14+
- fix(testing/asserts): fix handling of Weak* objects (#951)
15+
116
### 0.97.0 / 2021.05.17
217

318
- fix(io/buffer): make Buffer compatible with Deploy (#912)

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.97.0";
8+
export const VERSION = "0.98.0";

0 commit comments

Comments
 (0)