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 authored Nov 9, 2024
1 parent 58a8eb4 commit 069ec1b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/api/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -2427,11 +2427,17 @@ added:
- v18.7.0
- v16.17.0
changes:
- version: v23.0.0
pr-url: https://github.com/nodejs/node/pull/52723
description: No longer experimental.
- 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
description: No longer behind `--experimental-global-customevent` CLI flag.
-->
> Stability: 2 - Stable
Expand Down
5 changes: 5 additions & 0 deletions doc/api/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,11 @@ changes:
- version: v23.0.0
pr-url: https://github.com/nodejs/node/pull/52723
description: No longer experimental.
- 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
description: No longer behind `--experimental-global-customevent` CLI flag.
Expand Down

0 comments on commit 069ec1b

Please sign in to comment.