From 38d031b73945454e4c1f904a68a768d439bce231 Mon Sep 17 00:00:00 2001 From: "Edigleysson Silva (Edy)" Date: Fri, 8 Nov 2024 23:47:32 -0300 Subject: [PATCH] doc: consolidate history table of CustomEvent PR-URL: https://github.com/nodejs/node/pull/55758 Fixes: https://github.com/nodejs/node/issues/55733 Refs: https://github.com/nodejs/node/issues/55733 Reviewed-By: Luigi Pinca Reviewed-By: Daeyeon Jeong --- doc/api/events.md | 7 ++++++- doc/api/globals.md | 8 ++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/api/events.md b/doc/api/events.md index 17688859a58d1f..fe5aa827602bd8 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -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 + description: No longer behind `--experimental-global-customevent` CLI flag. --> > Stability: 2 - Stable diff --git a/doc/api/globals.md b/doc/api/globals.md index 65cdfa78fb49c4..673dc76e88b696 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -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 + 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