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 b54bc9b

Browse files
authored
0.91.0
1 parent ecfccd6 commit b54bc9b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Releases.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### 0.91.0 / 2021.03.21
2+
3+
- chore(codecov): ignore coverage of examples (#798)
4+
- feat(encoding/yaml): add support for JS types and user types (#789)
5+
- feat(io/streams): Add readerFromIterable() (#752)
6+
- feat(std/node): add utimes and utimesSync (#805)
7+
- fix(multipart): support useDefineForClassFields (#807)
8+
- fix(node): fix node/cli.ts (#797)
9+
- fix(node): move `throw error` in fs.writeFile to pass `no-unsafe-finally`
10+
(#810)
11+
- fix(path): enable and fix file URL tests (#804)
12+
- refactor(node/fs): update fs import (#793)
13+
114
### 0.90.0 / 2021.03.09
215

316
- fix(http): Create a single encoder instance (#790)

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

0 commit comments

Comments
 (0)