0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/doc
Michaël Zasso cb68c04ce1
2019-06-04, Version 12.4.0 (Current)
Notable changes:

* doc:
  * The JSON variant of the API documentation is no longer experimental
    (Rich Trott) https://github.com/nodejs/node/pull/27842.
* esm:
  * JSON module support is always enabled under
    `--experimental-modules`. The `--experimental-json-modules` flag
    has been removed (Myles Borins)
    https://github.com/nodejs/node/pull/27752.
* http,http2:
  * A new flag has been added for overriding the default HTTP server
    socket timeout (which is two minutes). Pass
    `--http-server-default-timeout=milliseconds`
    or `--http-server-default-timeout=0` to respectively change or
    disable the timeout. Starting with Node.js 13.0.0, the timeout will
    be disabled by default
    (Ali Ijaz Sheikh) https://github.com/nodejs/node/pull/27704.
* inspector:
  * Added an experimental `--heap-prof` flag to start the V8 heap
    profiler on startup and write the heap profile to disk before exit
    (Joyee Cheung) https://github.com/nodejs/node/pull/27596.
* stream:
  * The `readable.unshift()` method now correctly converts strings to
    buffers. Additionally, a new optional argument is accepted to
    specify the string's encoding, such as `'utf8'` or `'ascii'`
    (Marcos Casagrande) https://github.com/nodejs/node/pull/27194.
* v8:
  * The object returned by `v8.getHeapStatistics()` has two new
    properties: `number_of_native_contexts` and
    `number_of_detached_contexts` (Yuriy Vasiyarov)
    https://github.com/nodejs/node/pull/27933.

PR-URL: https://github.com/nodejs/node/pull/28040
2019-06-04 16:01:53 +02:00
..
api 2019-06-04, Version 12.4.0 (Current) 2019-06-04 16:01:53 +02:00
api_assets
changelogs 2019-06-04, Version 12.4.0 (Current) 2019-06-04 16:01:53 +02:00
guides doc: adds link to nightly code coverage report 2019-05-30 08:37:51 +02: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 build: remove mips support 2019-02-22 05:29:25 +01:00
onboarding.md doc: remove tsc-review 2019-03-09 22:25:19 -08:00
osx_installer_logo.png
releases.md doc,meta: codify security release commit message 2019-05-13 16:20:10 -07:00
STYLE_GUIDE.md doc: revise Style Guide 2019-02-19 19:17:12 -08:00
template.html
thin-white-stripe.jpg