mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.88.0
This commit is contained in:
parent
5bc48298bb
commit
51ff0f0d5f
11
Releases.md
11
Releases.md
@ -1,3 +1,14 @@
|
||||
### 0.88.0 / 2021.02.19
|
||||
|
||||
- BREAKING(encoding): remove module utf8.ts (#728)
|
||||
- chore: fix typo in contributing section (#709)
|
||||
- docs(bytes): improve README.md (#737)
|
||||
- feat(node): add native module polyfills: url, crypto (#729)
|
||||
- feat(node): add tty module (#738)
|
||||
- feat(node): support conditional exports (#726)
|
||||
- fix(std/testing) : Handle Symbols correctly in deep equalities (#731)
|
||||
- test(node): run external tests with --quiet (#732)
|
||||
|
||||
### 0.87.0 / 2021.02.12
|
||||
|
||||
- BREAKING(http/cookie): remove Cookies and SameSite type aliases (#720)
|
||||
|
@ -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.87.0";
|
||||
export const VERSION = "0.88.0";
|
||||
|
Loading…
Reference in New Issue
Block a user