0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/doc
Michaël Zasso fcf8fe9f1a
2019-07-03, Version 12.6.0 (Current)
Notable changes:

* build:
  * Experimental support for building Node.js on MIPS architecture
    is back. https://github.com/nodejs/node/pull/27992
* child_process:
  * The promisified versions of `child_process.exec` and
    `child_process.execFile` now both return a `Promise` which has the
	child instance attached to their `child` property.
	https://github.com/nodejs/node/pull/28325
* deps:
  * Updated libuv to 1.30.1. https://github.com/nodejs/node/pull/28449,
    https://github.com/nodejs/node/pull/28511
    * Support for the Haiku platform has been added.
    * The maximum `UV_THREADPOOL_SIZE` has been increased from 128 to
	  1024.
    * `uv_fs_copyfile()` now works properly when the source and
	  destination files are the same.
* process:
  * A new method, `process.resourceUsage()` was added. It returns
    resource usage for the current process, such as CPU time.
	https://github.com/nodejs/node/pull/28018
* src:
  * Fixed an issue related to stdio that could lead to a crash of the
    process in some circumstances.
	https://github.com/nodejs/node/pull/28490
* stream:
  * Added a `writableFinished` property to writable streams. It
    indicates that all the data has been flushed to the underlying
	system. https://github.com/nodejs/node/pull/28007
* worker:
  * Fixed an issue that prevented worker threads to listen for data on
    stdin. https://github.com/nodejs/node/pull/28153
* meta:
  * Added Jiawen Geng (https://github.com/gengjiawen) to collaborators.
    https://github.com/nodejs/node/pull/28322

PR-URL: https://github.com/nodejs/node/pull/28508
2019-07-03 15:53:31 +02:00
..
api 2019-07-03, Version 12.6.0 (Current) 2019-07-03 15:53:31 +02:00
api_assets doc: adjust TOC margins 2019-06-07 11:22:16 +02:00
changelogs 2019-07-03, Version 12.6.0 (Current) 2019-07-03 15:53:31 +02:00
guides doc: remove "note that" from pull-requests.md 2019-06-23 07:07:24 -07:00
.eslintrc.yaml
abi_version_registry.json src: update NODE_MODULE_VERSION to 74 2019-06-01 09:55:27 -04:00
first_timer_badge.png
full-white-stripe.jpg
node.1 doc: add missing --experimental-wasm-modules docs 2019-05-31 09:33:45 -04:00
offboarding.md
onboarding-extras.md Revert "build: remove mips support" 2019-06-18 14:28:13 +10:00
onboarding.md doc: remove "make that" from onboarding.md 2019-06-23 07:07:14 -07:00
osx_installer_logo.png
releases.md doc: remove "note that" from releases.md 2019-06-23 07:07:12 -07:00
STYLE_GUIDE.md doc: revise Style Guide 2019-02-19 19:17:12 -08:00
template.html
thin-white-stripe.jpg