mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.121.0
This commit is contained in:
parent
91a09d7144
commit
8fd8c132f5
16
Releases.md
16
Releases.md
@ -1,3 +1,19 @@
|
||||
### 0.121.0 / 2022.01.12
|
||||
|
||||
- feat(crypto): add md4 hash (#1799)
|
||||
- feat(http): add eyecandy to file_server (#1804)
|
||||
- feat(http/file_server): add 'quiet' flag (#1773)
|
||||
- feat(node): add zlib (#1790)
|
||||
- feat(node): mock more APIs (#1802)
|
||||
- feat(node): upstream caller-path package (#1801)
|
||||
- feat(node/fs): fs.write()/fs.writeSync() (#1817)
|
||||
- fix(node): placeholder process.getgid() (#1814)
|
||||
- fix(node): process.env ownPropertyDescriptor (#1795)
|
||||
- fix(node): set prototype for Module (#1797)
|
||||
- fix(node/http): client emit response, trailers & abort (#1809)
|
||||
- fix(node/http/client): convert response's Headers to plain Object (#1811)
|
||||
- fix(node/url): format auth/search/hash corruption (#1810)
|
||||
|
||||
### 0.120.0 / 2022.01.05
|
||||
|
||||
- feat(crypto): add Tiger hash (#1749)
|
||||
|
@ -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.120.0";
|
||||
export const VERSION = "0.121.0";
|
||||
|
Loading…
Reference in New Issue
Block a user