node/doc/api
Shelley Vohr eb8fc2bf0f
2020-06-30, Version 14.5.0 (Current)
Notable changes:

build:
  * (SEMVER-MINOR) reset embedder string to "-node.0" (Michaël Zasso) https://github.com/nodejs/node/pull/33376
cli:
  * (SEMVER-MINOR) add alias for report-directory to make it consistent (AshCripps) https://github.com/nodejs/node/pull/33587
crypto:
  * (SEMVER-MINOR) allow KeyObjects in postMessage (Tobias Nießen) https://github.com/nodejs/node/pull/33360
deps:
  * (SEMVER-MINOR) V8: cherry-pick 0d6debcc5f08 (Michaël Zasso) https://github.com/nodejs/node/pull/33376
  * (SEMVER-MINOR) update V8 to 8.3.110.9 (Michaël Zasso) https://github.com/nodejs/node/pull/33376
dgram:
  * (SEMVER-MINOR) allow typed arrays in .send() (Sarat Addepalli) https://github.com/nodejs/node/pull/22413
events:
  * (SEMVER-MINOR) initial implementation of experimental EventTarget (James M Snell) https://github.com/nodejs/node/pull/33556
fs:
  * (SEMVER-MINOR) implement lutimes (Maël Nison) https://github.com/nodejs/node/pull/33399
http:
  * (SEMVER-MINOR) expose host and protocol on ClientRequest (wenningplus) https://github.com/nodejs/node/pull/33803
  * (SEMVER-MINOR) add maxTotalSockets to agent class (rickyes) https://github.com/nodejs/node/pull/33617
  * (SEMVER-MINOR) return this from OutgoingMessage#destroy() (Colin Ihrig) https://github.com/nodejs/node/pull/32789
  * (SEMVER-MINOR) return this from ClientRequest#destroy() (Colin Ihrig) https://github.com/nodejs/node/pull/32789
  * (SEMVER-MINOR) return this from IncomingMessage#destroy() (Colin Ihrig) https://github.com/nodejs/node/pull/32789
  * (SEMVER-MINOR) added scheduling option to http agent (delvedor) https://github.com/nodejs/node/pull/33278
http2:
  * (SEMVER-MINOR) return this for Http2ServerRequest#setTimeout (Pranshu Srivastava) https://github.com/nodejs/node/pull/33994
  * (SEMVER-MINOR) do not modify explicity set date headers (Pranshu Srivastava) https://github.com/nodejs/node/pull/33160
process:
  * (SEMVER-MINOR) add unhandled-rejection throw and warn-with-error-code (Dan Fabulich) https://github.com/nodejs/node/pull/33475
src:
  * (SEMVER-MINOR) store key data in separate class (Tobias Nießen) https://github.com/nodejs/node/pull/33360
  * (SEMVER-MINOR) add NativeKeyObject base class (Tobias Nießen) https://github.com/nodejs/node/pull/33360
  * (SEMVER-MINOR) rename internal key handles to KeyObjectHandle (Tobias Nießen) https://github.com/nodejs/node/pull/33360
  * (SEMVER-MINOR) add equality operators for BaseObjectPtr (Anna Henningsen) https://github.com/nodejs/node/pull/33772
  * (SEMVER-MINOR) introduce BaseObject base FunctionTemplate (Anna Henningsen) https://github.com/nodejs/node/pull/33772
  * (SEMVER-MINOR) add public APIs to manage v8::TracingController (Anna Henningsen) https://github.com/nodejs/node/pull/33850
stream*:
  * runtime deprecate Transform._transformState (Robert Nagy) https://github.com/nodejs/node/pull/32763
win:
  * (SEMVER-MINOR) allow skipping the supported platform check (João Reis) https://github.com/nodejs/node/pull/33176
worker:
  * (SEMVER-MINOR) add public method for marking objects as untransferable (Anna Henningsen) https://github.com/nodejs/node/pull/33979
  * (SEMVER-MINOR) emit `'messagerror'` events for failed deserialization (Anna Henningsen) https://github.com/nodejs/node/pull/33772
  * (SEMVER-MINOR) allow passing JS wrapper objects via postMessage (Anna Henningsen) https://github.com/nodejs/node/pull/33772
  * (SEMVER-MINOR) allow transferring/cloning generic BaseObjects (Anna Henningsen) https://github.com/nodejs/node/pull/33772
worker,fs:
  * (SEMVER-MINOR) make FileHandle transferable (Anna Henningsen) https://github.com/nodejs/node/pull/33772
zlib:
  * (SEMVER-MINOR) add `maxOutputLength` option (unknown) https://github.com/nodejs/node/pull/33516

PR-URL: https://github.com/nodejs/node/pull/34093
2020-06-30 15:27:43 -07:00
..
addons.md doc: use sentence-case for headings in docs 2020-06-19 08:09:05 -07:00
assert.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
async_hooks.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
buffer.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
child_process.md doc: make minor improvements to paragraph in child_process.md 2020-06-28 21:47:33 -07:00
cli.md 2020-06-30, Version 14.5.0 (Current) 2020-06-30 15:27:43 -07:00
cluster.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
console.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
crypto.md 2020-06-30, Version 14.5.0 (Current) 2020-06-30 15:27:43 -07:00
debugger.md doc: use sentence-case for headings in docs 2020-06-19 08:09:05 -07:00
deprecations.md 2020-06-30, Version 14.5.0 (Current) 2020-06-30 15:27:43 -07:00
dgram.md 2020-06-30, Version 14.5.0 (Current) 2020-06-30 15:27:43 -07:00
dns.md 2020-06-30, Version 14.5.0 (Current) 2020-06-30 15:27:43 -07:00
documentation.md doc: use sentence-case for headings in docs 2020-06-19 08:09:05 -07:00
domain.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
embedding.md doc: use sentence-case for headings in docs 2020-06-19 08:09:05 -07:00
errors.md 2020-06-30, Version 14.5.0 (Current) 2020-06-30 15:27:43 -07:00
esm.md doc: improve paragraph in esm.md 2020-06-28 20:26:27 -07:00
events.md 2020-06-30, Version 14.5.0 (Current) 2020-06-30 15:27:43 -07:00
fs.md 2020-06-30, Version 14.5.0 (Current) 2020-06-30 15:27:43 -07:00
globals.md doc: use sentence-case for headings in docs 2020-06-19 08:09:05 -07:00
http2.md 2020-06-30, Version 14.5.0 (Current) 2020-06-30 15:27:43 -07:00
http.md 2020-06-30, Version 14.5.0 (Current) 2020-06-30 15:27:43 -07:00
https.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
index.md doc: change "GitHub Repo" to "Code repository" 2020-06-21 21:27:29 -07:00
inspector.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
intl.md doc: use sentence-case for headings in docs 2020-06-19 08:09:05 -07:00
modules.md doc: use a single space between sentences 2020-06-22 19:29:18 -07:00
n-api.md 2020-06-30, Version 14.5.0 (Current) 2020-06-30 15:27:43 -07:00
net.md net: doc deprecate bufferSize 2020-06-30 22:36:51 +02:00
os.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
path.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
perf_hooks.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
policy.md doc: use sentence-case for headings in docs 2020-06-19 08:09:05 -07:00
process.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
punycode.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
querystring.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
quic.md quic: updates to implement for h3-29 2020-06-24 12:33:11 -07:00
readline.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
repl.md 2020-06-30, Version 14.5.0 (Current) 2020-06-30 15:27:43 -07:00
report.md doc: use sentence-case for headings in docs 2020-06-19 08:09:05 -07:00
stream.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
string_decoder.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
synopsis.md doc: use sentence-case for headings in docs 2020-06-19 08:09:05 -07:00
timers.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
tls.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
tracing.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
tty.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
url.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
util.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
v8.md doc: add dynamic source code links 2020-06-26 10:25:14 -07:00
vm.md vm: add run-after-evaluate microtask mode 2020-06-26 11:41:33 -07:00
wasi.md wasi: add reactor support 2020-06-29 09:52:09 -05:00
worker_threads.md 2020-06-30, Version 14.5.0 (Current) 2020-06-30 15:27:43 -07:00
zlib.md 2020-06-30, Version 14.5.0 (Current) 2020-06-30 15:27:43 -07:00