Skip to content

Commit

Permalink
docs: add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Jan 18, 2025
1 parent d2841d6 commit fde97b3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2074,6 +2074,10 @@ console.log(buf.fill('zz', 'hex'));

<!-- YAML
added: v5.3.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/56578
description: supports Uint8Array as `this` value
-->

* `value` {string|Buffer|Uint8Array|integer} What to search for.
Expand Down Expand Up @@ -2965,6 +2969,9 @@ changes:
pr-url: https://github.com/nodejs/node/pull/18395
description: Removed `noAssert` and no implicit coercion of the offset
and `byteLength` to `uint32` anymore.
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/56578
description: supports Uint8Array as `this` value
-->

* `offset` {integer} Number of bytes to skip before starting to read. Must
Expand Down Expand Up @@ -3012,6 +3019,9 @@ changes:
pr-url: https://github.com/nodejs/node/pull/18395
description: Removed `noAssert` and no implicit coercion of the offset
and `byteLength` to `uint32` anymore.
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/56578
description: supports Uint8Array as `this` value
-->

* `offset` {integer} Number of bytes to skip before starting to read. Must
Expand Down Expand Up @@ -3294,6 +3304,9 @@ changes:
pr-url: https://github.com/nodejs/node/pull/18395
description: Removed `noAssert` and no implicit coercion of the offset
and `byteLength` to `uint32` anymore.
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/56578
description: supports Uint8Array as `this` value
-->

* `offset` {integer} Number of bytes to skip before starting to read. Must
Expand Down Expand Up @@ -3344,6 +3357,9 @@ changes:
pr-url: https://github.com/nodejs/node/pull/18395
description: Removed `noAssert` and no implicit coercion of the offset
and `byteLength` to `uint32` anymore.
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/56578
description: supports Uint8Array as `this` value
-->

* `offset` {integer} Number of bytes to skip before starting to read. Must
Expand Down Expand Up @@ -3787,6 +3803,10 @@ console.log(copy);

<!-- YAML
added: v0.1.90
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/56578
description: supports Uint8Array as `this` value
-->

* `encoding` {string} The character encoding to use. **Default:** `'utf8'`.
Expand Down Expand Up @@ -3925,6 +3945,10 @@ for (const value of buf) {

<!-- YAML
added: v0.1.90
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/56578
description: supports Uint8Array as `this` value
-->

* `string` {string} String to write to `buf`.
Expand Down

0 comments on commit fde97b3

Please sign in to comment.