Skip to content

Commit 159f9c2

Browse files
authored
doc: mark crypto.hash as stable
This API has been stable for the past year and it's used enough in the wild that we are unlikely to make any breaking changes without going semver-major. Mark it as stable. PR-URL: #60994 Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent 47d8b88 commit 159f9c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/api/crypto.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4526,13 +4526,14 @@ added:
45264526
- v21.7.0
45274527
- v20.12.0
45284528
changes:
4529+
- version: REPLACEME
4530+
pr-url: https://github.com/nodejs/node/pull/60994
4531+
description: This API is no longer experimental.
45294532
- version: v24.4.0
45304533
pr-url: https://github.com/nodejs/node/pull/58121
45314534
description: The `outputLength` option was added for XOF hash functions.
45324535
-->
45334536

4534-
> Stability: 1.2 - Release candidate
4535-
45364537
* `algorithm` {string|undefined}
45374538
* `data` {string|Buffer|TypedArray|DataView} When `data` is a
45384539
string, it will be encoded as UTF-8 before being hashed. If a different

0 commit comments

Comments
 (0)