@@ -77,7 +77,7 @@ $ source node_bash_completion
7777
7878### ` --cpu-prof `
7979<!-- YAML
80- added: REPLACEME
80+ added: v12.0.0
8181-->
8282
8383> Stability: 1 - Experimental
@@ -99,7 +99,7 @@ CPU.20190409.202950.15293.0.0.cpuprofile
9999
100100### ` --cpu-prof-dir `
101101<!-- YAML
102- added: REPLACEME
102+ added: v12.0.0
103103-->
104104
105105> Stability: 1 - Experimental
@@ -109,7 +109,7 @@ be placed.
109109
110110### ` --cpu-prof-name `
111111<!-- YAML
112- added: REPLACEME
112+ added: v12.0.0
113113-->
114114
115115> Stability: 1 - Experimental
@@ -126,7 +126,7 @@ Enable FIPS-compliant crypto at startup. (Requires Node.js to be built with
126126
127127### ` --es-module-specifier-resolution=mode `
128128<!-- YAML
129- added: REPLACEME
129+ added: v12.0.0
130130-->
131131
132132To be used in conjunction with ` --experimental-modules ` . Sets the resolution
@@ -140,7 +140,7 @@ Please see [customizing esm specifier resolution][] for example usage.
140140
141141### ` --experimental-json-modules `
142142<!-- YAML
143- added: REPLACEME
143+ added: v12.0.0
144144-->
145145
146146Enable experimental JSON support for the ES Module loader.
@@ -209,7 +209,7 @@ Both of the above may change in future updates, which will be breaking changes.
209209
210210### ` --heapsnapshot-signal=signal `
211211<!-- YAML
212- added: REPLACEME
212+ added: v12.0.0
213213-->
214214
215215Generates a heap snapshot each time the process receives the specified signal.
@@ -240,7 +240,7 @@ Specify ICU data load path. (Overrides `NODE_ICU_DATA`.)
240240
241241### ` --input-type=type `
242242<!-- YAML
243- added: REPLACEME
243+ added: v12.0.0
244244-->
245245
246246Used with ` --experimental-modules ` , this configures Node.js to interpret string
@@ -455,7 +455,7 @@ warning will be written to stderr instead.
455455<!-- YAML
456456added: v11.8.0
457457changes:
458- - version: REPLACEME
458+ - version: v12.0.0
459459 pr-url: https://github.com/nodejs/node/pull/27312
460460 description: Changed from `--diagnostic-report-directory` to
461461 `--report-directory`
@@ -467,7 +467,7 @@ Location at which the report will be generated.
467467<!-- YAML
468468added: v11.8.0
469469changes:
470- - version: REPLACEME
470+ - version: v12.0.0
471471 pr-url: https://github.com/nodejs/node/pull/27312
472472 description: changed from `--diagnostic-report-filename` to
473473 `--report-filename`
@@ -479,7 +479,7 @@ Name of the file to which the report will be written.
479479<!-- YAML
480480added: v11.8.0
481481changes:
482- - version: REPLACEME
482+ - version: v12.0.0
483483 pr-url: https://github.com/nodejs/node/pull/27312
484484 description: changed from `--diagnostic-report-on-fatalerror` to
485485 `--report-on-fatalerror`
@@ -495,7 +495,7 @@ consumption etc. to reason about the fatal error.
495495<!-- YAML
496496added: v11.8.0
497497changes:
498- - version: REPLACEME
498+ - version: v12.0.0
499499 pr-url: https://github.com/nodejs/node/pull/27312
500500 description: changed from `--diagnostic-report-on-signal` to
501501 `--report-on-signal`
@@ -509,7 +509,7 @@ The signal to trigger the report is specified through `--report-signal`.
509509<!-- YAML
510510added: v11.8.0
511511changes:
512- - version: REPLACEME
512+ - version: v12.0.0
513513 pr-url: https://github.com/nodejs/node/pull/27312
514514 description: changed from `--diagnostic-report-signal` to
515515 `--report-signal`
@@ -522,7 +522,7 @@ Default signal is `SIGUSR2`.
522522<!-- YAML
523523added: v11.8.0
524524changes:
525- - version: REPLACEME
525+ - version: v12.0.0
526526 pr-url: https://github.com/nodejs/node/pull/27312
527527 description: changed from `--diagnostic-report-uncaught-exception` to
528528 `--report-uncaught-exception`
@@ -556,39 +556,39 @@ with crypto support (default).
556556
557557### ` --tls-max-v1.2 `
558558<!-- YAML
559- added: REPLACEME
559+ added: v12.0.0
560560-->
561561
562562Set [ ` tls.DEFAULT_MAX_VERSION ` ] [ ] to 'TLSv1.2'. Use to disable support for
563563TLSv1.3.
564564
565565### ` --tls-max-v1.3 `
566566<!-- YAML
567- added: REPLACEME
567+ added: v12.0.0
568568-->
569569
570570Set default [ ` tls.DEFAULT_MAX_VERSION ` ] [ ] to 'TLSv1.3'. Use to enable support
571571for TLSv1.3.
572572
573573### ` --tls-min-v1.0 `
574574<!-- YAML
575- added: REPLACEME
575+ added: v12.0.0
576576-->
577577
578578Set default [ ` tls.DEFAULT_MIN_VERSION ` ] [ ] to 'TLSv1'. Use for compatibility with
579579old TLS clients or servers.
580580
581581### ` --tls-min-v1.1 `
582582<!-- YAML
583- added: REPLACEME
583+ added: v12.0.0
584584-->
585585
586586Set default [ ` tls.DEFAULT_MIN_VERSION ` ] [ ] to 'TLSv1.1'. Use for compatibility
587587with old TLS clients or servers.
588588
589589### ` --tls-min-v1.3 `
590590<!-- YAML
591- added: REPLACEME
591+ added: v12.0.0
592592-->
593593
594594Set default [ ` tls.DEFAULT_MIN_VERSION ` ] [ ] to 'TLSv1.3'. Use to disable support
@@ -648,7 +648,7 @@ Track heap object allocations for heap snapshots.
648648
649649### ` --unhandled-rejections=mode `
650650<!-- YAML
651- added: REPLACEME
651+ added: v12.0.0
652652-->
653653
654654By default all unhandled rejections trigger a warning plus a deprecation warning
0 commit comments