mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
0.131.0
This commit is contained in:
parent
b36f8a41b7
commit
537dffd8c4
13
Releases.md
13
Releases.md
@ -1,3 +1,16 @@
|
||||
### 0.131.0 / 2022.03.24
|
||||
|
||||
- feat(node): add NodeEventTarget (#2032)
|
||||
- feat(node): add Console constructor (#2037)
|
||||
- feat(node): worker_threads (#1151)
|
||||
- feat(node): add process.allowedNodeEnvironmentFlags (#2049)
|
||||
- feat(collections): add BinaryHeap (#2022)
|
||||
- feat(async): expose asyncPromise and asyncAsyncIterable (#2034)
|
||||
- fix(node/http): ignore error from `respondWith` (#2058)
|
||||
- fix(node): warn on non supported event, but still register listener (#2050)
|
||||
- fix(node): fix `EventEmitter` methods (#2035)
|
||||
- fix(node): make global.<timerFunc> Node.js timers (#2038)
|
||||
|
||||
### 0.130.0 / 2022.03.16
|
||||
|
||||
- feat(testing): add `assertInstanceOf` (#2028)
|
||||
|
@ -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.130.0";
|
||||
export const VERSION = "0.131.0";
|
||||
|
Loading…
Reference in New Issue
Block a user