Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 44416ea

Browse filesBrowse files
authored
doc: fix documentation history missing 25.9.0
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: #63151 Fixes: #63141 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Paolo Insogna <paolo@cowtech.it>
1 parent 5f6dfbf commit 44416ea
Copy full SHA for 44416ea

12 files changed

+201-62Lines changed: 201 additions & 62 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/api/async_context.md‎

Copy file name to clipboardExpand all lines: doc/api/async_context.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ try {
389389
### `asyncLocalStorage.withScope(store)`
390390

391391
<!-- YAML
392-
added: v26.0.0
392+
added: v25.9.0
393393
-->
394394

395395
> Stability: 1 - Experimental
@@ -527,7 +527,7 @@ probably responsible for the context loss.
527527
## Class: `RunScope`
528528

529529
<!-- YAML
530-
added: v26.0.0
530+
added: v25.9.0
531531
-->
532532

533533
> Stability: 1 - Experimental
@@ -543,7 +543,7 @@ exits, whether through normal completion or by throwing an error.
543543
### `scope.dispose()`
544544

545545
<!-- YAML
546-
added: v26.0.0
546+
added: v25.9.0
547547
-->
548548

549549
Explicitly ends the scope and restores the previous store value. This method
Collapse file

‎doc/api/cli.md‎

Copy file name to clipboardExpand all lines: doc/api/cli.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ Enable experimental support for storage inspection
13251325
### `--experimental-stream-iter`
13261326

13271327
<!-- YAML
1328-
added: v26.0.0
1328+
added: v25.9.0
13291329
-->
13301330

13311331
> Stability: 1 - Experimental
Collapse file

‎doc/api/deprecations.md‎

Copy file name to clipboardExpand all lines: doc/api/deprecations.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -4488,7 +4488,7 @@ changes:
44884488
- version: v26.0.0
44894489
pr-url: https://github.com/nodejs/node/pull/62453
44904490
description: Runtime deprecation.
4491-
- version: v26.0.0
4491+
- version: v25.9.0
44924492
pr-url: https://github.com/nodejs/node/pull/62321
44934493
description: Documentation-only deprecation.
44944494
-->
@@ -4513,7 +4513,7 @@ changes:
45134513
- version: v26.0.0
45144514
pr-url: https://github.com/nodejs/node/pull/62453
45154515
description: Runtime deprecation.
4516-
- version: v26.0.0
4516+
- version: v25.9.0
45174517
pr-url: https://github.com/nodejs/node/pull/62321
45184518
description: Documentation-only deprecation.
45194519
-->
@@ -4530,7 +4530,7 @@ changes:
45304530
- version: v26.0.0
45314531
pr-url: https://github.com/nodejs/node/pull/62401
45324532
description: Runtime deprecation.
4533-
- version: v26.0.0
4533+
- version: v25.9.0
45344534
pr-url: https://github.com/nodejs/node/pull/62395
45354535
description: Documentation-only deprecation.
45364536
-->
Collapse file

‎doc/api/diagnostics_channel.md‎

Copy file name to clipboardExpand all lines: doc/api/diagnostics_channel.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,7 @@ Emitted when [`process.execve()`][] is invoked.
18581858
> Stability: 1 - Experimental
18591859
18601860
<!-- YAML
1861-
added: v26.0.0
1861+
added: v25.9.0
18621862
-->
18631863

18641864
These channels are emitted for each [`locks.request()`][] call. See
Collapse file

‎doc/api/fs.md‎

Copy file name to clipboardExpand all lines: doc/api/fs.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ added: v10.0.0
380380
#### `filehandle.pull([...transforms][, options])`
381381
382382
<!-- YAML
383-
added: v26.0.0
383+
added: v25.9.0
384384
-->
385385
386386
> Stability: 1 - Experimental
@@ -457,7 +457,7 @@ run().catch(console.error);
457457
#### `filehandle.pullSync([...transforms][, options])`
458458
459459
<!-- YAML
460-
added: v26.0.0
460+
added: v25.9.0
461461
-->
462462
463463
> Stability: 1 - Experimental
@@ -1012,7 +1012,7 @@ the end of the file.
10121012
#### `filehandle.writer([options])`
10131013
10141014
<!-- YAML
1015-
added: v26.0.0
1015+
added: v25.9.0
10161016
-->
10171017
10181018
> Stability: 1 - Experimental
Collapse file

‎doc/api/module.md‎

Copy file name to clipboardExpand all lines: doc/api/module.md
+1-5Lines changed: 1 addition & 5 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,11 @@ isBuiltin('wss'); // false
178178
added:
179179
- v20.6.0
180180
- v18.19.0
181-
deprecated: v26.0.0
181+
deprecated: v25.9.0
182182
changes:
183183
- version: v26.0.0
184184
pr-url: https://github.com/nodejs/node/pull/62401
185185
description: Runtime deprecation (DEP0205).
186-
- version: v26.0.0
187-
pr-url: https://github.com/nodejs/node/pull/62395
188-
description: Documentation-only deprecation (DEP0205). Use
189-
`module.registerHooks()` instead.
190186
- version:
191187
- v23.6.1
192188
- v22.13.1
Collapse file

‎doc/api/process.md‎

Copy file name to clipboardExpand all lines: doc/api/process.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ This feature is not available in [`Worker`][] threads.
739739
## `process.addUncaughtExceptionCaptureCallback(fn)`
740740

741741
<!-- YAML
742-
added: v26.0.0
742+
added: v25.9.0
743743
-->
744744

745745
> Stability: 1 - Experimental
@@ -4077,7 +4077,7 @@ This implies calling `module.setSourceMapsSupport()` with an option
40774077
<!-- YAML
40784078
added: v9.3.0
40794079
changes:
4080-
- version: v26.0.0
4080+
- version: v25.9.0
40814081
pr-url: https://github.com/nodejs/node/pull/61227
40824082
description: Use `process.addUncaughtExceptionCaptureCallback()` to
40834083
register multiple callbacks.
Collapse file

‎doc/api/quic.md‎

Copy file name to clipboardExpand all lines: doc/api/quic.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ True to enable TLS keylogging output.
12491249
<!-- YAML
12501250
added: v23.8.0
12511251
changes:
1252-
- version: v26.0.0
1252+
- version: v25.9.0
12531253
pr-url: https://github.com/nodejs/node/pull/62335
12541254
description: CryptoKey is no longer accepted.
12551255
-->
Collapse file

‎doc/api/repl.md‎

Copy file name to clipboardExpand all lines: doc/api/repl.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ npx codemod@latest @nodejs/repl-builtin-modules
709709
<!-- YAML
710710
added: v0.1.91
711711
changes:
712-
- version: v26.0.0
712+
- version: v25.9.0
713713
pr-url: https://github.com/nodejs/node/pull/62188
714714
description: The `handleError` parameter has been added.
715715
- version: v24.1.0
Collapse file

‎doc/api/stream_iter.md‎

Copy file name to clipboardExpand all lines: doc/api/stream_iter.md
+27-27Lines changed: 27 additions & 27 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Iterable Streams
22

3-
<!--introduced_in=v26.0.0-->
3+
<!--introduced_in=v25.9.0-->
44

55
> Stability: 1 - Experimental
66
@@ -521,7 +521,7 @@ Including the `node:` prefix on the module specifier is optional.
521521
### `from(input)`
522522

523523
<!-- YAML
524-
added: v26.0.0
524+
added: v25.9.0
525525
-->
526526

527527
* `input` {string|ArrayBuffer|ArrayBufferView|Iterable|AsyncIterable|Object}
@@ -561,7 +561,7 @@ run().catch(console.error);
561561
### `fromSync(input)`
562562

563563
<!-- YAML
564-
added: v26.0.0
564+
added: v25.9.0
565565
-->
566566

567567
* `input` {string|ArrayBuffer|ArrayBufferView|Iterable|Object}
@@ -591,7 +591,7 @@ console.log(textSync(fromSync('hello'))); // 'hello'
591591
### `pipeTo(source[, ...transforms], writer[, options])`
592592

593593
<!-- YAML
594-
added: v26.0.0
594+
added: v25.9.0
595595
-->
596596

597597
* `source` {AsyncIterable|Iterable} The data source.
@@ -648,7 +648,7 @@ run().catch(console.error);
648648
### `pipeToSync(source[, ...transforms], writer[, options])`
649649

650650
<!-- YAML
651-
added: v26.0.0
651+
added: v25.9.0
652652
-->
653653

654654
* `source` {Iterable} The sync data source.
@@ -668,7 +668,7 @@ The `writer` must have the `*Sync` methods (`writeSync`, `writevSync`,
668668
### `pull(source[, ...transforms][, options])`
669669

670670
<!-- YAML
671-
added: v26.0.0
671+
added: v25.9.0
672672
-->
673673

674674
* `source` {AsyncIterable|Iterable} The data source.
@@ -739,7 +739,7 @@ ac.abort(); // Pipeline throws AbortError on next iteration
739739
### `pullSync(source[, ...transforms])`
740740

741741
<!-- YAML
742-
added: v26.0.0
742+
added: v25.9.0
743743
-->
744744

745745
* `source` {Iterable} The sync data source.
@@ -753,7 +753,7 @@ Synchronous version of [`pull()`][]. All transforms must be synchronous.
753753
### `push([...transforms][, options])`
754754

755755
<!-- YAML
756-
added: v26.0.0
756+
added: v25.9.0
757757
-->
758758

759759
* `...transforms` {Function|Object} Optional transforms applied to the
@@ -817,7 +817,7 @@ The writer returned by `push()` conforms to the \[Writer interface]\[].
817817
### `duplex([options])`
818818

819819
<!-- YAML
820-
added: v26.0.0
820+
added: v25.9.0
821821
-->
822822

823823
* `options` {Object}
@@ -895,7 +895,7 @@ run().catch(console.error);
895895
### `array(source[, options])`
896896

897897
<!-- YAML
898-
added: v26.0.0
898+
added: v25.9.0
899899
-->
900900

901901
* `source` {AsyncIterable\<Uint8Array\[]>|Iterable\<Uint8Array\[]>}
@@ -910,7 +910,7 @@ Collect all chunks as an array of `Uint8Array` values (without concatenating).
910910
### `arrayBuffer(source[, options])`
911911

912912
<!-- YAML
913-
added: v26.0.0
913+
added: v25.9.0
914914
-->
915915

916916
* `source` {AsyncIterable\<Uint8Array\[]>|Iterable\<Uint8Array\[]>}
@@ -925,7 +925,7 @@ Collect all bytes into an `ArrayBuffer`.
925925
### `arrayBufferSync(source[, options])`
926926

927927
<!-- YAML
928-
added: v26.0.0
928+
added: v25.9.0
929929
-->
930930

931931
* `source` {Iterable\<Uint8Array\[]>}
@@ -939,7 +939,7 @@ Synchronous version of [`arrayBuffer()`][].
939939
### `arraySync(source[, options])`
940940

941941
<!-- YAML
942-
added: v26.0.0
942+
added: v25.9.0
943943
-->
944944

945945
* `source` {Iterable\<Uint8Array\[]>}
@@ -953,7 +953,7 @@ Synchronous version of [`array()`][].
953953
### `bytes(source[, options])`
954954

955955
<!-- YAML
956-
added: v26.0.0
956+
added: v25.9.0
957957
-->
958958

959959
* `source` {AsyncIterable\<Uint8Array\[]>|Iterable\<Uint8Array\[]>}
@@ -986,7 +986,7 @@ run().catch(console.error);
986986
### `bytesSync(source[, options])`
987987

988988
<!-- YAML
989-
added: v26.0.0
989+
added: v25.9.0
990990
-->
991991

992992
* `source` {Iterable\<Uint8Array\[]>}
@@ -1000,7 +1000,7 @@ Synchronous version of [`bytes()`][].
10001000
### `text(source[, options])`
10011001

10021002
<!-- YAML
1003-
added: v26.0.0
1003+
added: v25.9.0
10041004
-->
10051005

10061006
* `source` {AsyncIterable\<Uint8Array\[]>|Iterable\<Uint8Array\[]>}
@@ -1032,7 +1032,7 @@ run().catch(console.error);
10321032
### `textSync(source[, options])`
10331033

10341034
<!-- YAML
1035-
added: v26.0.0
1035+
added: v25.9.0
10361036
-->
10371037

10381038
* `source` {Iterable\<Uint8Array\[]>}
@@ -1049,7 +1049,7 @@ Synchronous version of [`text()`][].
10491049
### `ondrain(drainable)`
10501050

10511051
<!-- YAML
1052-
added: v26.0.0
1052+
added: v25.9.0
10531053
-->
10541054

10551055
* `drainable` {Object} An object implementing the drainable protocol.
@@ -1104,7 +1104,7 @@ run().catch(console.error);
11041104
### `merge(...sources[, options])`
11051105

11061106
<!-- YAML
1107-
added: v26.0.0
1107+
added: v25.9.0
11081108
-->
11091109

11101110
* `...sources` {AsyncIterable\<Uint8Array\[]>|Iterable\<Uint8Array\[]>} Two or more iterables.
@@ -1137,7 +1137,7 @@ run().catch(console.error);
11371137
### `tap(callback)`
11381138

11391139
<!-- YAML
1140-
added: v26.0.0
1140+
added: v25.9.0
11411141
-->
11421142

11431143
* `callback` {Function} `(chunks) => void` Called with each batch.
@@ -1176,7 +1176,7 @@ chunks by the tapping callback; but return values are ignored.
11761176
### `tapSync(callback)`
11771177

11781178
<!-- YAML
1179-
added: v26.0.0
1179+
added: v25.9.0
11801180
-->
11811181

11821182
* `callback` {Function}
@@ -1189,7 +1189,7 @@ Synchronous version of [`tap()`][].
11891189
### `broadcast([options])`
11901190

11911191
<!-- YAML
1192-
added: v26.0.0
1192+
added: v25.9.0
11931193
-->
11941194

11951195
* `options` {Object}
@@ -1290,7 +1290,7 @@ Alias for `broadcast.cancel()`.
12901290
### `Broadcast.from(input[, options])`
12911291

12921292
<!-- YAML
1293-
added: v26.0.0
1293+
added: v25.9.0
12941294
-->
12951295

12961296
* `input` {AsyncIterable|Iterable|Broadcastable}
@@ -1303,7 +1303,7 @@ automatically and pushed to all subscribers.
13031303
### `share(source[, options])`
13041304

13051305
<!-- YAML
1306-
added: v26.0.0
1306+
added: v25.9.0
13071307
-->
13081308

13091309
* `source` {AsyncIterable} The source to share.
@@ -1384,7 +1384,7 @@ Alias for `share.cancel()`.
13841384
### `Share.from(input[, options])`
13851385

13861386
<!-- YAML
1387-
added: v26.0.0
1387+
added: v25.9.0
13881388
-->
13891389

13901390
* `input` {AsyncIterable|Shareable}
@@ -1396,7 +1396,7 @@ Create a {Share} from an existing source.
13961396
### `shareSync(source[, options])`
13971397

13981398
<!-- YAML
1399-
added: v26.0.0
1399+
added: v25.9.0
14001400
-->
14011401

14021402
* `source` {Iterable} The sync source to share.
@@ -1411,7 +1411,7 @@ Synchronous version of [`share()`][].
14111411
### `SyncShare.fromSync(input[, options])`
14121412

14131413
<!-- YAML
1414-
added: v26.0.0
1414+
added: v25.9.0
14151415
-->
14161416

14171417
* `input` {Iterable|SyncShareable}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.