Skip to content

Commit

Permalink
doc: consolidate history table of CustomEvent
Browse files Browse the repository at this point in the history
PR-URL: #55758
Fixes: #55733
Refs: #55733
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
  • Loading branch information
geeksilva97 committed Nov 10, 2024
1 parent e95163b commit 38d031b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
7 changes: 6 additions & 1 deletion doc/api/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -2425,9 +2425,14 @@ added:
- v18.7.0
- v16.17.0
changes:
- version: v22.1.0
- version:
- v22.1.0
- v20.13.0
pr-url: https://github.com/nodejs/node/pull/52618
description: CustomEvent is now stable.
- version: v19.0.0
pr-url: https://github.com/nodejs/node/pull/44860

Check warning on line 2434 in doc/api/events.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.

Check warning on line 2434 in doc/api/events.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: No longer behind `--experimental-global-customevent` CLI flag.
-->
> Stability: 2 - Stable
Expand Down
8 changes: 6 additions & 2 deletions doc/api/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,13 +416,17 @@ added:
- v18.7.0
- v16.17.0
changes:
- version:
- v22.1.0
- v20.13.0
pr-url: https://github.com/nodejs/node/pull/52618

Check warning on line 422 in doc/api/globals.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.

Check warning on line 422 in doc/api/globals.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: CustomEvent is now stable.
- version: v19.0.0
pr-url: https://github.com/nodejs/node/pull/44860
description: No longer behind `--experimental-global-customevent` CLI flag.
-->

> Stability: 1 - Experimental. Disable this API with the
> [`--no-experimental-global-customevent`][] CLI flag.
> Stability: 2 - Stable
<!-- type=global -->

Expand Down

0 comments on commit 38d031b

Please sign in to comment.