@@ -302,7 +302,7 @@ It can be constructed in a variety of ways.
302302<!-- YAML
303303deprecated: v6.0.0
304304changes:
305- - version: REPLACEME
305+ - version: v10.0.0
306306 pr-url: https://github.com/nodejs/node/pull/19524
307307 description: Calling this constructor emits a deprecation warning when
308308 run from code outside the `node_modules` directory.
@@ -330,7 +330,7 @@ const buf = new Buffer([0x62, 0x75, 0x66, 0x66, 0x65, 0x72]);
330330added: v3.0.0
331331deprecated: v6.0.0
332332changes:
333- - version: REPLACEME
333+ - version: v10.0.0
334334 pr-url: https://github.com/nodejs/node/pull/19524
335335 description: Calling this constructor emits a deprecation warning when
336336 run from code outside the `node_modules` directory.
@@ -386,7 +386,7 @@ console.log(buf);
386386<!-- YAML
387387deprecated: v6.0.0
388388changes:
389- - version: REPLACEME
389+ - version: v10.0.0
390390 pr-url: https://github.com/nodejs/node/pull/19524
391391 description: Calling this constructor emits a deprecation warning when
392392 run from code outside the `node_modules` directory.
@@ -421,7 +421,7 @@ console.log(buf2.toString());
421421<!-- YAML
422422deprecated: v6.0.0
423423changes:
424- - version: REPLACEME
424+ - version: v10.0.0
425425 pr-url: https://github.com/nodejs/node/pull/19524
426426 description: Calling this constructor emits a deprecation warning when
427427 run from code outside the `node_modules` directory.
@@ -462,7 +462,7 @@ console.log(buf);
462462<!-- YAML
463463deprecated: v6.0.0
464464changes:
465- - version: REPLACEME
465+ - version: v10.0.0
466466 pr-url: https://github.com/nodejs/node/pull/19524
467467 description: Calling this constructor emits a deprecation warning when
468468 run from code outside the `node_modules` directory.
@@ -499,11 +499,11 @@ console.log(buf1.toString('ascii'));
499499<!-- YAML
500500added: v5.10.0
501501changes:
502- - version: REPLACEME
502+ - version: v10.0.0
503503 pr-url: https://github.com/nodejs/node/pull/18129
504504 description: Attempting to fill a non-zero length buffer with a zero length
505505 buffer triggers a thrown exception.
506- - version: REPLACEME
506+ - version: v10.0.0
507507 pr-url: https://github.com/nodejs/node/pull/17427
508508 description: Specifying an invalid string for `fill` triggers a thrown
509509 exception.
@@ -1171,14 +1171,14 @@ console.log(buf1.equals(buf3));
11711171<!-- YAML
11721172added: v0.5.0
11731173changes:
1174- - version: REPLACEME
1174+ - version: v10.0.0
11751175 pr-url: https://github.com/nodejs/node/pull/18790
11761176 description: Negative `end` values throw an `ERR_INDEX_OUT_OF_RANGE` error.
1177- - version: REPLACEME
1177+ - version: v10.0.0
11781178 pr-url: https://github.com/nodejs/node/pull/18129
11791179 description: Attempting to fill a non-zero length buffer with a zero length
11801180 buffer triggers a thrown exception.
1181- - version: REPLACEME
1181+ - version: v10.0.0
11821182 pr-url: https://github.com/nodejs/node/pull/17427
11831183 description: Specifying an invalid string for `value` triggers a thrown
11841184 exception.
@@ -1505,7 +1505,7 @@ The `buf.parent` property is a deprecated alias for `buf.buffer`.
15051505<!-- YAML
15061506added: v0.11.15
15071507changes:
1508- - version: REPLACEME
1508+ - version: v10.0.0
15091509 pr-url: https://github.com/nodejs/node/pull/18395
15101510 description: Removed noAssert and no implicit coercion of the offset to
15111511 uint32 anymore.
@@ -1535,7 +1535,7 @@ console.log(buf.readDoubleLE(1));
15351535<!-- YAML
15361536added: v0.11.15
15371537changes:
1538- - version: REPLACEME
1538+ - version: v10.0.0
15391539 pr-url: https://github.com/nodejs/node/pull/18395
15401540 description: Removed noAssert and no implicit coercion of the offset to
15411541 uint32 anymore.
@@ -1564,7 +1564,7 @@ console.log(buf.readFloatLE(1));
15641564<!-- YAML
15651565added: v0.5.0
15661566changes:
1567- - version: REPLACEME
1567+ - version: v10.0.0
15681568 pr-url: https://github.com/nodejs/node/pull/18395
15691569 description: Removed noAssert and no implicit coercion of the offset to
15701570 uint32 anymore.
@@ -1594,7 +1594,7 @@ console.log(buf.readInt8(2));
15941594<!-- YAML
15951595added: v0.5.5
15961596changes:
1597- - version: REPLACEME
1597+ - version: v10.0.0
15981598 pr-url: https://github.com/nodejs/node/pull/18395
15991599 description: Removed noAssert and no implicit coercion of the offset to
16001600 uint32 anymore.
@@ -1626,7 +1626,7 @@ console.log(buf.readInt16LE(1));
16261626<!-- YAML
16271627added: v0.5.5
16281628changes:
1629- - version: REPLACEME
1629+ - version: v10.0.0
16301630 pr-url: https://github.com/nodejs/node/pull/18395
16311631 description: Removed noAssert and no implicit coercion of the offset to
16321632 uint32 anymore.
@@ -1658,7 +1658,7 @@ console.log(buf.readInt32LE(1));
16581658<!-- YAML
16591659added: v0.11.15
16601660changes:
1661- - version: REPLACEME
1661+ - version: v10.0.0
16621662 pr-url: https://github.com/nodejs/node/pull/18395
16631663 description: Removed noAssert and no implicit coercion of the offset and
16641664 byteLength to uint32 anymore.
@@ -1691,7 +1691,7 @@ console.log(buf.readIntBE(1, 0).toString(16));
16911691<!-- YAML
16921692added: v0.5.0
16931693changes:
1694- - version: REPLACEME
1694+ - version: v10.0.0
16951695 pr-url: https://github.com/nodejs/node/pull/18395
16961696 description: Removed noAssert and no implicit coercion of the offset to
16971697 uint32 anymore.
@@ -1719,7 +1719,7 @@ console.log(buf.readUInt8(2));
17191719<!-- YAML
17201720added: v0.5.5
17211721changes:
1722- - version: REPLACEME
1722+ - version: v10.0.0
17231723 pr-url: https://github.com/nodejs/node/pull/18395
17241724 description: Removed noAssert and no implicit coercion of the offset to
17251725 uint32 anymore.
@@ -1753,7 +1753,7 @@ console.log(buf.readUInt16LE(2).toString(16));
17531753<!-- YAML
17541754added: v0.5.5
17551755changes:
1756- - version: REPLACEME
1756+ - version: v10.0.0
17571757 pr-url: https://github.com/nodejs/node/pull/18395
17581758 description: Removed noAssert and no implicit coercion of the offset to
17591759 uint32 anymore.
@@ -1783,7 +1783,7 @@ console.log(buf.readUInt32LE(1).toString(16));
17831783<!-- YAML
17841784added: v0.11.15
17851785changes:
1786- - version: REPLACEME
1786+ - version: v10.0.0
17871787 pr-url: https://github.com/nodejs/node/pull/18395
17881788 description: Removed noAssert and no implicit coercion of the offset and
17891789 byteLength to uint32 anymore.
@@ -2100,7 +2100,7 @@ console.log(`${len} bytes: ${buf.toString('utf8', 0, len)}`);
21002100<!-- YAML
21012101added: v0.11.15
21022102changes:
2103- - version: REPLACEME
2103+ - version: v10.0.0
21042104 pr-url: https://github.com/nodejs/node/pull/18395
21052105 description: Removed noAssert and no implicit coercion of the offset to
21062106 uint32 anymore.
@@ -2135,7 +2135,7 @@ console.log(buf);
21352135<!-- YAML
21362136added: v0.11.15
21372137changes:
2138- - version: REPLACEME
2138+ - version: v10.0.0
21392139 pr-url: https://github.com/nodejs/node/pull/18395
21402140 description: Removed noAssert and no implicit coercion of the offset to
21412141 uint32 anymore.
@@ -2169,7 +2169,7 @@ console.log(buf);
21692169<!-- YAML
21702170added: v0.5.0
21712171changes:
2172- - version: REPLACEME
2172+ - version: v10.0.0
21732173 pr-url: https://github.com/nodejs/node/pull/18395
21742174 description: Removed noAssert and no implicit coercion of the offset to
21752175 uint32 anymore.
@@ -2201,7 +2201,7 @@ console.log(buf);
22012201<!-- YAML
22022202added: v0.5.5
22032203changes:
2204- - version: REPLACEME
2204+ - version: v10.0.0
22052205 pr-url: https://github.com/nodejs/node/pull/18395
22062206 description: Removed noAssert and no implicit coercion of the offset to
22072207 uint32 anymore.
@@ -2234,7 +2234,7 @@ console.log(buf);
22342234<!-- YAML
22352235added: v0.5.5
22362236changes:
2237- - version: REPLACEME
2237+ - version: v10.0.0
22382238 pr-url: https://github.com/nodejs/node/pull/18395
22392239 description: Removed noAssert and no implicit coercion of the offset to
22402240 uint32 anymore.
@@ -2267,7 +2267,7 @@ console.log(buf);
22672267<!-- YAML
22682268added: v0.11.15
22692269changes:
2270- - version: REPLACEME
2270+ - version: v10.0.0
22712271 pr-url: https://github.com/nodejs/node/pull/18395
22722272 description: Removed noAssert and no implicit coercion of the offset and
22732273 byteLength to uint32 anymore.
@@ -2302,7 +2302,7 @@ console.log(buf);
23022302<!-- YAML
23032303added: v0.5.0
23042304changes:
2305- - version: REPLACEME
2305+ - version: v10.0.0
23062306 pr-url: https://github.com/nodejs/node/pull/18395
23072307 description: Removed noAssert and no implicit coercion of the offset to
23082308 uint32 anymore.
@@ -2334,7 +2334,7 @@ console.log(buf);
23342334<!-- YAML
23352335added: v0.5.5
23362336changes:
2337- - version: REPLACEME
2337+ - version: v10.0.0
23382338 pr-url: https://github.com/nodejs/node/pull/18395
23392339 description: Removed noAssert and no implicit coercion of the offset to
23402340 uint32 anymore.
@@ -2371,7 +2371,7 @@ console.log(buf);
23712371<!-- YAML
23722372added: v0.5.5
23732373changes:
2374- - version: REPLACEME
2374+ - version: v10.0.0
23752375 pr-url: https://github.com/nodejs/node/pull/18395
23762376 description: Removed noAssert and no implicit coercion of the offset to
23772377 uint32 anymore.
@@ -2406,7 +2406,7 @@ console.log(buf);
24062406<!-- YAML
24072407added: v0.5.5
24082408changes:
2409- - version: REPLACEME
2409+ - version: v10.0.0
24102410 pr-url: https://github.com/nodejs/node/pull/18395
24112411 description: Removed noAssert and no implicit coercion of the offset and
24122412 byteLength to uint32 anymore.
0 commit comments