@@ -1675,7 +1675,7 @@ changes:
1675
1675
- version: v2.3.0
1676
1676
pr-url: https://github.com/nodejs/node/pull/1845
1677
1677
description: The passed `options` object can be a string now.
1678
- - version: REPLACEME
1678
+ - version: v12.17.0
1679
1679
pr-url: https://github.com/nodejs/node/pull/29083
1680
1680
description: The `fs` options allow overriding the used `fs`
1681
1681
implementation.
@@ -1778,8 +1778,8 @@ changes:
1778
1778
- version: v2.3.0
1779
1779
pr-url: https://github.com/nodejs/node/pull/1845
1780
1780
description: The passed `options` object can be a string now.
1781
- - version: REPLACEME
1782
- pr-url: https://github.com/nodejs/node/pull/REPLACEME
1781
+ - version: v12.17.0
1782
+ pr-url: https://github.com/nodejs/node/pull/v12.17.0
1783
1783
description: The `fs` options allow overriding the used `fs`
1784
1784
implementation.
1785
1785
-->
@@ -2439,7 +2439,7 @@ Synchronous lstat(2).
2439
2439
<!-- YAML
2440
2440
added: v0.1.8
2441
2441
changes:
2442
- - version: REPLACEME
2442
+ - version: v12.17.0
2443
2443
pr-url: https://github.com/nodejs/node/pull/31530
2444
2444
description: In `recursive` mode, the callback now receives the first
2445
2445
created path as an argument.
@@ -2501,7 +2501,7 @@ See also: mkdir(2).
2501
2501
<!-- YAML
2502
2502
added: v0.1.21
2503
2503
changes:
2504
- - version: REPLACEME
2504
+ - version: v12.17.0
2505
2505
pr-url: https://github.com/nodejs/node/pull/31530
2506
2506
description: In `recursive` mode, the first created path is returned now.
2507
2507
- version: v10.12.0
@@ -2785,9 +2785,9 @@ a `Promise` for an `Object` with `bytesRead` and `buffer` properties.
2785
2785
2786
2786
## ` fs.read(fd, [options,] callback) `
2787
2787
<!-- YAML
2788
- added: REPLACEME
2788
+ added: v12.17.0
2789
2789
changes:
2790
- - version: REPLACEME
2790
+ - version: v12.17.0
2791
2791
pr-url: https://github.com/nodejs/node/pull/31402
2792
2792
description: Options object can be passed in
2793
2793
to make Buffer, offset, length and position optional
@@ -3083,9 +3083,9 @@ this API: [`fs.read()`][].
3083
3083
3084
3084
## ` fs.readSync(fd, buffer, [options]) `
3085
3085
<!-- YAML
3086
- added: REPLACEME
3086
+ added: v12.17.0
3087
3087
changes:
3088
- - version: REPLACEME
3088
+ - version: v12.17.0
3089
3089
pr-url: https://github.com/nodejs/node/pull/32460
3090
3090
description: Options object can be passed in
3091
3091
to make offset, length and position optional
@@ -3109,7 +3109,7 @@ this API: [`fs.read()`][].
3109
3109
3110
3110
## ` fs.readv(fd, buffers[, position], callback) `
3111
3111
<!-- YAML
3112
- added: REPLACEME
3112
+ added: v12.17.0
3113
3113
-->
3114
3114
3115
3115
* ` fd ` {integer}
@@ -3132,7 +3132,7 @@ The callback will be given three arguments: `err`, `bytesRead`, and
3132
3132
3133
3133
## ` fs.readvSync(fd, buffers[, position]) `
3134
3134
<!-- YAML
3135
- added: REPLACEME
3135
+ added: v12.17.0
3136
3136
-->
3137
3137
3138
3138
* ` fd ` {integer}
@@ -4460,7 +4460,7 @@ property that is a reference to the passed in `buffer` argument.
4460
4460
4461
4461
#### ` filehandle.read(options) `
4462
4462
<!-- YAML
4463
- added: REPLACEME
4463
+ added: v12.17.0
4464
4464
-->
4465
4465
* ` options ` {Object}
4466
4466
* ` buffer ` {Buffer|Uint8Array} ** Default:** ` Buffer.alloc(16384) `
@@ -4495,7 +4495,7 @@ of the file.
4495
4495
4496
4496
#### ` filehandle.readv(buffers[, position]) `
4497
4497
<!-- YAML
4498
- added: REPLACEME
4498
+ added: v12.17.0
4499
4499
-->
4500
4500
4501
4501
* ` buffers ` {ArrayBufferView[ ] }
0 commit comments