mirror of
https://github.com/nodejs/node.git
synced 2025-12-27 23:41:14 +00:00
doc: mark sync module hooks as release candidate
Some checks failed
Coverage Linux (without intl) / coverage-linux-without-intl (push) Waiting to run
Coverage Linux / coverage-linux (push) Waiting to run
Coverage Windows / coverage-windows (push) Waiting to run
Test and upload documentation to artifacts / build-docs (push) Waiting to run
Linters / lint-addon-docs (push) Waiting to run
Linters / lint-cpp (push) Waiting to run
Linters / format-cpp (push) Waiting to run
Linters / lint-js-and-md (push) Waiting to run
Linters / lint-nix (push) Waiting to run
Linters / lint-py (push) Waiting to run
Linters / lint-yaml (push) Waiting to run
Linters / lint-sh (push) Waiting to run
Linters / lint-codeowners (push) Waiting to run
Linters / lint-pr-url (push) Waiting to run
Linters / lint-readme (push) Waiting to run
Notify on Push / Notify on Force Push on `main` (push) Waiting to run
Notify on Push / Notify on Push on `main` that lacks metadata (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
Test internet / test-internet (push) Has been cancelled
Some checks failed
Coverage Linux (without intl) / coverage-linux-without-intl (push) Waiting to run
Coverage Linux / coverage-linux (push) Waiting to run
Coverage Windows / coverage-windows (push) Waiting to run
Test and upload documentation to artifacts / build-docs (push) Waiting to run
Linters / lint-addon-docs (push) Waiting to run
Linters / lint-cpp (push) Waiting to run
Linters / format-cpp (push) Waiting to run
Linters / lint-js-and-md (push) Waiting to run
Linters / lint-nix (push) Waiting to run
Linters / lint-py (push) Waiting to run
Linters / lint-yaml (push) Waiting to run
Linters / lint-sh (push) Waiting to run
Linters / lint-codeowners (push) Waiting to run
Linters / lint-pr-url (push) Waiting to run
Linters / lint-readme (push) Waiting to run
Notify on Push / Notify on Force Push on `main` (push) Waiting to run
Notify on Push / Notify on Push on `main` that lacks metadata (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
Test internet / test-internet (push) Has been cancelled
PR-URL: https://github.com/nodejs/node/pull/60960 Refs: https://github.com/nodejs/node/issues/56241 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
This commit is contained in:
parent
7f78002f03
commit
28b11396fe
@ -229,7 +229,7 @@ changes:
|
||||
description: Synchronous and in-thread hooks are now release candidate.
|
||||
-->
|
||||
|
||||
> Stability: 1.1 - Active development
|
||||
> Stability: 1.2 - Release candidate
|
||||
|
||||
* `options` {Object}
|
||||
* `load` {Function|undefined} See [load hook][]. **Default:** `undefined`.
|
||||
@ -606,6 +606,10 @@ changes:
|
||||
<!-- YAML
|
||||
added: v8.8.0
|
||||
changes:
|
||||
- version:
|
||||
- REPLACEME
|
||||
pr-url: https://github.com/nodejs/node/pull/60960
|
||||
description: Synchronous and in-thread hooks are now release candidate.
|
||||
- version:
|
||||
- v23.5.0
|
||||
- v22.15.0
|
||||
@ -645,7 +649,7 @@ for simplicity.
|
||||
|
||||
### Synchronous customization hooks
|
||||
|
||||
> Stability: 1.1 - Active Development
|
||||
> Stability: 1.2 - Release candidate
|
||||
|
||||
<i id="enabling_module_customization_hooks"></i>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user