node/doc/api
Shelley Vohr e65a904f11
2019-04-30, Version 11.15.0 (Current)
Notable changes:

* deps: add s390 asm rules for OpenSSL-1.1.1 (Shigeki Ohtsu) [#19794](https://github.com/nodejs/node/pull/19794)
* src: add .code and SSL specific error properties (Sam Roberts) [#25093](https://github.com/nodejs/node/pull/25093)
* tls:
  * add --tls-min-v1.2 CLI switch (Sam Roberts) [#26951](https://github.com/nodejs/node/pull/26951)
  * supported shared openssl 1.1.0 (Sam Roberts) [#26951](https://github.com/nodejs/node/pull/26951)
  * revert default max toTLSv1.2 (Sam Roberts) [#26951](https://github.com/nodejs/node/pull/26951)
  * revert change to invalid protocol error type (Sam Roberts) [#26951](https://github.com/nodejs/node/pull/26951)
  * support TLSv1.3 (Sam Roberts) [#26209](https://github.com/nodejs/node/pull/26209)
  * add code for ERR\_TLS\_INVALID\_PROTOCOL\_METHOD (Sam Roberts) [#24729](https://github.com/nodejs/node/pull/24729)

PR-URL: https://github.com/nodejs/node/pull/27314
2019-04-29 20:23:51 -07:00
..
addons.md doc: hello addon example should return "world" 2019-03-12 21:04:27 +01:00
assert.md doc: sort bottom-of-file markdown links 2018-12-05 17:54:13 +01:00
async_hooks.md doc: list when promiseResolve hook was added to async_hooks 2019-04-10 15:30:23 +01:00
buffer.md doc: unify link formatting in buffer.md 2019-04-10 15:30:27 +01:00
child_process.md doc: fix default maxBuffer size 2019-04-10 15:30:29 +01:00
cli.md 2019-04-30, Version 11.15.0 (Current) 2019-04-29 20:23:51 -07:00
cluster.md benchmark,doc,lib,test: capitalize comments 2019-03-14 11:02:41 +01:00
console.md 2019-01-17, Version 11.7.0 (Current), @BridgeAR 2019-01-17 20:48:06 +01:00
crypto.md 2019-03-28, Version 11.13.0 (Current) 2019-03-28 08:03:41 +01:00
debugger.md inspector: use js_app.html as the landing page for chrome devtools 2018-06-28 09:24:02 -03:00
deprecations.md 2019-04-11, Version 11.14.0 (Current) 2019-04-11 11:39:56 +01:00
dgram.md benchmark,doc,lib,test: capitalize comments 2019-03-14 11:02:41 +01:00
dns.md doc: move dns.promises to stable status 2019-04-08 23:15:12 +01:00
documentation.md doc: sort bottom-of-file markdown links 2018-12-05 17:54:13 +01:00
domain.md benchmark,doc,lib,test: capitalize comments 2019-03-14 11:02:41 +01:00
errors.md tls: add code for ERR_TLS_INVALID_PROTOCOL_METHOD 2019-04-15 13:29:03 +01:00
esm.md doc: fix file extension on ESM file example 2019-01-28 18:39:18 +01:00
events.md 2019-03-28, Version 11.13.0 (Current) 2019-03-28 08:03:41 +01:00
fs.md fs: remove experimental warning for fs.promises 2019-04-10 15:30:25 +01:00
globals.md doc: hyperlink reference to process.nextTick 2019-01-23 19:32:56 +01:00
http.md doc: improve the doc of the 'information' event 2019-04-10 15:30:24 +01:00
http2.md doc: mark settings as optional and add callback 2019-03-27 22:16:24 +01:00
https.md doc: add missing https Agent maxCachedSessions 2019-03-14 11:02:27 +01:00
index.md doc: add node-report documentation 2019-01-24 16:21:58 +01:00
inspector.md doc: add inspector API example for heapdump 2019-03-14 11:02:46 +01:00
intl.md doc: sort bottom-of-file markdown links 2018-12-05 17:54:13 +01:00
modules.md doc: add information about modules cache behavior 2019-04-10 15:30:23 +01:00
n-api.md doc: fix up N-API support matrix 2019-03-12 20:57:37 +01:00
net.md benchmark,doc,lib,test: capitalize comments 2019-03-14 11:02:41 +01:00
os.md doc: remove old system_errors 2019-04-10 15:30:27 +01:00
path.md doc,lib,test: capitalize comment sentences 2018-12-25 02:35:52 -05:00
perf_hooks.md benchmark,doc,lib,test: capitalize comments 2019-03-14 11:02:41 +01:00
policy.md doc: fix metadata for v11.8.0 doc changes 2019-01-28 18:39:06 +01:00
process.md 2019-04-11, Version 11.14.0 (Current) 2019-04-11 11:39:56 +01:00
punycode.md doc: prevent some redirections 2018-07-14 22:57:03 +03:00
querystring.md doc: add decode() & encode() methods into querystring.md 2019-03-14 11:02:43 +01:00
readline.md 2019-04-11, Version 11.14.0 (Current) 2019-04-11 11:39:56 +01:00
repl.md repl: add replDefaults to customize the writer 2019-03-14 11:02:33 +01:00
report.md report: add cwd to report 2019-04-10 15:30:28 +01:00
stream.md 2019-04-11, Version 11.14.0 (Current) 2019-04-11 11:39:56 +01:00
string_decoder.md string_decoder: support typed array or data view 2018-09-17 17:48:44 +02:00
synopsis.md doc: sort bottom-of-file markdown links 2018-12-05 17:54:13 +01:00
timers.md timers: truncate decimal values 2019-01-29 22:19:14 +01:00
tls.md 2019-04-30, Version 11.15.0 (Current) 2019-04-29 20:23:51 -07:00
tracing.md doc,lib,test: capitalize comment sentences 2018-12-25 02:35:52 -05:00
tty.md 2019-03-28, Version 11.13.0 (Current) 2019-03-28 08:03:41 +01:00
url.md doc: list all versions WHATWG URL api was added 2018-12-07 13:32:47 +01:00
util.md 2019-03-06, Version 11.11.0 (Current) 2019-03-05 23:38:46 +01:00
v8.md 2019-03-28, Version 11.13.0 (Current) 2019-03-28 08:03:41 +01:00
vm.md doc: fix section order in vm.md 2019-01-14 16:50:55 +01:00
worker_threads.md 2019-04-11, Version 11.14.0 (Current) 2019-04-11 11:39:56 +01:00
zlib.md doc: add example for setting Vary: Accept-Encoding header in zlib.md 2019-03-01 10:41:46 +01:00