mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.91.0
This commit is contained in:
parent
ecfccd60ad
commit
b54bc9be39
13
Releases.md
13
Releases.md
@ -1,3 +1,16 @@
|
||||
### 0.91.0 / 2021.03.21
|
||||
|
||||
- chore(codecov): ignore coverage of examples (#798)
|
||||
- feat(encoding/yaml): add support for JS types and user types (#789)
|
||||
- feat(io/streams): Add readerFromIterable() (#752)
|
||||
- feat(std/node): add utimes and utimesSync (#805)
|
||||
- fix(multipart): support useDefineForClassFields (#807)
|
||||
- fix(node): fix node/cli.ts (#797)
|
||||
- fix(node): move `throw error` in fs.writeFile to pass `no-unsafe-finally`
|
||||
(#810)
|
||||
- fix(path): enable and fix file URL tests (#804)
|
||||
- refactor(node/fs): update fs import (#793)
|
||||
|
||||
### 0.90.0 / 2021.03.09
|
||||
|
||||
- fix(http): Create a single encoder instance (#790)
|
||||
|
@ -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.90.0";
|
||||
export const VERSION = "0.91.0";
|
||||
|
Loading…
Reference in New Issue
Block a user