diff options
author | Myles Borins <mylesborins@google.com> | 2018-01-09 19:23:55 -0500 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2018-01-10 10:24:22 -0500 |
commit | e688175c500a556b94191df2c0236b7510654923 (patch) | |
tree | 3f8d78d947cc7839342b8b297616f2aa241062b0 /doc/api/events.md | |
parent | 1e0f3315c77033ef0e01bb37c3d41c8e1d65e686 (diff) | |
download | node-new-e688175c500a556b94191df2c0236b7510654923.tar.gz |
2019-01-10 Version 9.4.0 (Current)
Notable change:
* async_hooks:
- deprecate AsyncHooks Sensitive API and runInAsyncIdScope. Neither
API were documented. (Andreas Madsen)
https://github.com/nodejs/node/pull/16972
* deps:
- update nghttp2 to 1.29.0 (James M Snell)
https://github.com/nodejs/node/pull/17908
- upgrade npm to 5.6.0 (Kat Marchán)
https://github.com/nodejs/node/pull/17535
- cherry-pick 50f7455 from upstream V8 (Michaël Zasso)
https://github.com/nodejs/node/pull/16591
* events:
- remove reaches into _events internals (Anatoli Papirovski)
https://github.com/nodejs/node/pull/17440
* http:
- add rawPacket in err of `clientError` event (XadillaX)
https://github.com/nodejs/node/pull/17672
* http2:
- implement maxSessionMemory (James M Snell)
https://github.com/nodejs/node/pull/17967
- add initial support for originSet (James M Snell)
https://github.com/nodejs/node/pull/17935
- add altsvc support (James M Snell)
https://github.com/nodejs/node/pull/17917
- perf_hooks integration (James M Snell)
https://github.com/nodejs/node/pull/17906
- Refactoring and cleanup of Http2Session and Http2Stream destroy
(James M Snell) https://github.com/nodejs/node/pull/17406
* net:
- remove Socket.prototype.write (Anna Henningsen)
https://github.com/nodejs/node/pull/17644
- remove Socket.prototype.listen (Ruben Bridgewater)
https://github.com/nodejs/node/pull/13735
* repl:
- show lexically scoped vars in tab completion (Michaël Zasso)
https://github.com/nodejs/node/pull/16591
* stream:
- rm {writeable/readable}State.length (Calvin Metcalf)
https://github.com/nodejs/node/pull/12857
- add flow and buffer properties to streams (Calvin Metcalf)
https://github.com/nodejs/node/pull/12855
* util:
- allow wildcards in NODE_DEBUG variable (Tyler)
https://github.com/nodejs/node/pull/17609
* zlib:
- add ArrayBuffer support (Jem Bezooyen)
https://github.com/nodejs/node/pull/16042
* Addedew collaborator**
- [starkwang](https://github.com/starkwang) Weijia Wang
* Addedew TSC member**
- [danbev](https://github.com/danbev) Daniel Bevenius
PR-URL: https://github.com/nodejs/node/pull/18069
Diffstat (limited to 'doc/api/events.md')
-rw-r--r-- | doc/api/events.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/events.md b/doc/api/events.md index d0bf2c1897..7b510fac05 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -576,7 +576,7 @@ Returns a reference to the `EventEmitter`, so that calls can be chained. ### emitter.rawListeners(eventName) <!-- YAML -added: REPLACEME +added: v9.4.0 --> - `eventName` {string|symbol} |