@@ -4132,6 +4132,10 @@ the end of the file.
4132
4132
<!-- YAML
4133
4133
added: v0.11.5
4134
4134
changes:
4135
+ - version: v17.8.0
4136
+ pr-url: https://github.com/nodejs/node/pull/42149
4137
+ description: Passing to the ` string` parameter an object with an own
4138
+ ` toString` function is deprecated.
4135
4139
- version: v14.12.0
4136
4140
pr-url: https://github.com/nodejs/node/pull/34993
4137
4141
description: The ` string` parameter will stringify an object with an
@@ -4196,6 +4200,10 @@ details.
4196
4200
<!-- YAML
4197
4201
added: v0.1.29
4198
4202
changes:
4203
+ - version: v17.8.0
4204
+ pr-url: https://github.com/nodejs/node/pull/42149
4205
+ description: Passing to the ` string` parameter an object with an own
4206
+ ` toString` function is deprecated.
4199
4207
- version: v16.0.0
4200
4208
pr-url: https://github.com/nodejs/node/pull/37460
4201
4209
description: The error returned may be an ` AggregateError ` if more than one
@@ -4254,9 +4262,6 @@ The `encoding` option is ignored if `data` is a buffer.
4254
4262
The ` mode` option only affects the newly created file. See [` fs .open ()` ][]
4255
4263
for more details.
4256
4264
4257
- If ` data` is a plain object, it must have an own (not inherited) ` toString`
4258
- function property.
4259
-
4260
4265
` ` ` mjs
4261
4266
import { writeFile } from ' fs' ;
4262
4267
import { Buffer } from ' buffer' ;
@@ -5414,6 +5419,10 @@ this API: [`fs.utimes()`][].
5414
5419
<!-- YAML
5415
5420
added: v0.1.29
5416
5421
changes:
5422
+ - version: v17.8.0
5423
+ pr-url: https://github.com/nodejs/node/pull/42149
5424
+ description: Passing to the ` data` parameter an object with an own
5425
+ ` toString` function is deprecated.
5417
5426
- version: v14.12.0
5418
5427
pr-url: https://github.com/nodejs/node/pull/34993
5419
5428
description: The ` data` parameter will stringify an object with an
@@ -5443,9 +5452,6 @@ changes:
5443
5452
5444
5453
Returns ` undefined ` .
5445
5454
5446
- If ` data` is a plain object, it must have an own (not inherited) ` toString`
5447
- function property.
5448
-
5449
5455
The ` mode` option only affects the newly created file. See [` fs .open ()` ][]
5450
5456
for more details.
5451
5457
0 commit comments