diff options
| author | Myles Borins <mylesborins@google.com> | 2017-12-12 03:09:37 -0500 |
|---|---|---|
| committer | Myles Borins <mylesborins@google.com> | 2017-12-12 04:26:14 -0500 |
| commit | 08941e9f1b3f1e8214e0a23d02b19bb07de8b951 (patch) | |
| tree | ee3dfe675424ac814a2e577c7d666780fc193b8e /doc/api/process.md | |
| parent | e7ae8eb457ae764565bd3cee6d36bfe7919601c7 (diff) | |
| download | node-new-v9.3.0-proposal.tar.gz | |
2017-12-12 Version 9.3.0 (Current)v9.3.0v9.3.0-proposal
Notable changes:
* async\_hooks:
- add trace events to async_hooks (Andreas Madsen)
https://github.com/nodejs/node/pull/15538
- add provider types for net server (Andreas Madsen)
https://github.com/nodejs/node/pull/17157
* console:
- console.debug can now be used outside of the inspector
(Benjamin Zaslavsky) https://github.com/nodejs/node/pull/17033
* deps:
- upgrade libuv to 1.18.0 (cjihrig)
https://github.com/nodejs/node/pull/17282
- patch V8 to 6.2.414.46 (Myles Borins)
https://github.com/nodejs/node/pull/17206
* module:
- module.builtinModules will return a list of built in modules
(Jon Moss) https://github.com/nodejs/node/pull/16386
* n-api:
- add helper for addons to get the event loop (Anna Henningsen)
https://github.com/nodejs/node/pull/17109
* process:
- process.setUncaughtExceptionCaptureCallback can now be used to
customize behavior for `--abort-on-uncaught-exception`
(Anna Henningsen) https://github.com/nodejs/node/pull/17159
- A signal handler is now able to receive the signal code that
triggered the handler. (Robert Rossmann)
https://github.com/nodejs/node/pull/15606
* src:
- embedders can now use Node::CreatePlatform to create an instance of
NodePlatform (Cheng Zhao)
https://github.com/nodejs/node/pull/16981
* stream:
- writable.writableHighWaterMark and readable.readableHighWaterMark
will return the values the stream object was instantiated with
(Calvin Metcalf) https://github.com/nodejs/node/pull/12860
* **Added new collaborators**
* [maclover7](https://github.com/maclover7) Jon Moss
* [guybedford](https://github.com/guybedford) Guy Bedford
* [hashseed](https://github.com/hashseed) Yang Guo
PR-URL: https://github.com/nodejs/node/pull/17631
Diffstat (limited to 'doc/api/process.md')
| -rw-r--r-- | doc/api/process.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/process.md b/doc/api/process.md index 8c91a6c9d7..60545ff062 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1137,7 +1137,7 @@ or Android). ## process.hasUncaughtExceptionCaptureCallback() <!-- YAML -added: REPLACEME +added: v9.3.0 --> * Returns: {boolean} @@ -1647,7 +1647,7 @@ or Android). ## process.setUncaughtExceptionCaptureCallback(fn) <!-- YAML -added: REPLACEME +added: v9.3.0 --> * `fn` {Function|null} |
