mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.97.0
This commit is contained in:
parent
eab3a72efc
commit
69245d3dc8
@ -1,3 +1,11 @@
|
||||
### 0.97.0 / 2021.05.17
|
||||
|
||||
- fix(io/buffer): make Buffer compatible with Deploy (#912)
|
||||
- fix(io/bufio): readDelim returns wrong result if delim strides over chunks
|
||||
(#877)
|
||||
- fix(node/events): accept only functions as listener arguments (#916)
|
||||
- fix(testing): support array values in assertObjectMatch (#906)
|
||||
|
||||
### 0.96.0 / 2021.05.11
|
||||
|
||||
- feat(fs/walk): show path in walk error (#875)
|
||||
|
@ -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.96.0";
|
||||
export const VERSION = "0.97.0";
|
||||
|
Loading…
Reference in New Issue
Block a user