This commit is contained in:
Bartek Iwańczuk 2021-03-21 15:05:40 +01:00 committed by GitHub
parent ecfccd60ad
commit b54bc9be39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -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)

View File

@ -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";