File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
16
### 0.97.0 / 2021.05.17
2
17
3
18
- fix(io/buffer): make Buffer compatible with Deploy (#912 )
Original file line number Diff line number Diff line change 5
5
* the cli's API is stable. In the future when std becomes stable, likely we
6
6
* will match versions with cli as we have in the past.
7
7
*/
8
- export const VERSION = "0.97 .0" ;
8
+ export const VERSION = "0.98 .0" ;
You can’t perform that action at this time.
0 commit comments