FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: graduate more experimental APIs by jasnell · Pull Request #57765 · nodejs/node · GitHub

/ node Public

doc: graduate more experimental APIs - #57765

Closed
jasnell wants to merge 7 commits into
nodejs:mainfrom
jasnell:jasnell/graduate-more-experimental-apis
Closed

doc: graduate more experimental APIs#57765
jasnell wants to merge 7 commits into
nodejs:mainfrom
jasnell:jasnell/graduate-more-experimental-apis

Conversation

jasnell commented Apr 5, 2025

Copy link
Copy Markdown
Member

No description provided.

jasnell requested review from Trott, aduh95 and mhdawson April 5, 2025 19:11
nodejs-github-bot added the doc Issues and PRs related to the documentations. label Apr 5, 2025

Trott commented Apr 6, 2025

Copy link
Copy Markdown
Member

Should this have a semver label?

Trott commented Apr 6, 2025

Copy link
Copy Markdown
Member

Not blocking, but I'd prefer saying something that specifically mentions "stable" as opposed to just "No longer experimental". Maybe something like "Change stability index for this feature from Experimental to Stable." But if that's too much text, then I'm OK with the way it is.

Comment thread doc/api/events.md Outdated
Comment thread doc/api/process.md Outdated
Comment thread doc/api/process.md Outdated
Comment thread doc/api/process.md Outdated
Comment thread doc/api/util.md Outdated
jasnell added the semver-minor PRs that contain new features and should be released in the next minor version. label Apr 6, 2025
jasnell added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Apr 6, 2025
Comment thread doc/api/events.md Outdated
Comment thread doc/api/events.md Outdated
Comment thread doc/api/process.md Outdated
Comment thread doc/api/process.md Outdated
Comment thread doc/api/process.md Outdated
Comment thread doc/api/util.md Outdated
jasnell added a commit that referenced this pull request Apr 7, 2025
* events.addAbortListener
* process apis
* util.aborted

PR-URL: #57765
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>

jasnell commented Apr 7, 2025

Copy link
Copy Markdown
Member Author

Landed in 4c5341a

jasnell closed this Apr 7, 2025
RafaelGSS pushed a commit that referenced this pull request May 1, 2025
* events.addAbortListener
* process apis
* util.aborted

PR-URL: #57765
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
RafaelGSS pushed a commit that referenced this pull request May 2, 2025
* events.addAbortListener
* process apis
* util.aborted

PR-URL: #57765
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
aduh95 pushed a commit that referenced this pull request May 6, 2025
* events.addAbortListener
* process apis
* util.aborted

PR-URL: #57765
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
RafaelGSS pushed a commit that referenced this pull request May 14, 2025
* events.addAbortListener
* process apis
* util.aborted

PR-URL: #57765
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
aduh95 pushed a commit that referenced this pull request May 16, 2025
* events.addAbortListener
* process apis
* util.aborted

PR-URL: #57765
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
aduh95 pushed a commit that referenced this pull request May 17, 2025
* events.addAbortListener
* process apis
* util.aborted

PR-URL: #57765
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
aduh95 pushed a commit that referenced this pull request May 19, 2025
* events.addAbortListener
* process apis
* util.aborted

PR-URL: #57765
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
aduh95 added a commit that referenced this pull request May 19, 2025
Notable changes:

deps:
  * update timezone to 2025b (Node.js GitHub Bot) #57857
doc:
  * add dario-piotrowicz to collaborators (Dario Piotrowicz) #58102
  * (SEMVER-MINOR) graduate multiple experimental apis (James M Snell) #57765
esm:
  * (SEMVER-MINOR) graduate import.meta properties (James M Snell) #58011
  * (SEMVER-MINOR) support top-level Wasm without package type (Guy Bedford) #57610
sqlite:
  * (SEMVER-MINOR) add StatementSync.prototype.columns() (Colin Ihrig) #57490
src:
  * (SEMVER-MINOR) set default config as `node.config.json` (Marco Ippolito) #57171
  * (SEMVER-MINOR) create `THROW_ERR_OPTIONS_BEFORE_BOOTSTRAPPING` (Marco Ippolito) #57016
  * (SEMVER-MINOR) add config file support (Marco Ippolito) #57016
  * (SEMVER-MINOR) add ExecutionAsyncId getter for any Context (Attila Szegedi) #57820
stream:
  * (SEMVER-MINOR) preserve AsyncLocalStorage context in finished() (Gürgün Dayıoğlu) #57865
util:
  * (SEMVER-MINOR) add `types.isFloat16Array()` (Livia Medeiros) #57879
worker:
  * (SEMVER-MINOR) add worker.getHeapStatistics() (Matteo Collina) #57888

PR-URL: #58388
aduh95 added a commit that referenced this pull request May 21, 2025
Notable changes:

deps:
  * update timezone to 2025b (Node.js GitHub Bot) #57857
doc:
  * add dario-piotrowicz to collaborators (Dario Piotrowicz) #58102
  * (SEMVER-MINOR) graduate multiple experimental apis (James M Snell) #57765
esm:
  * (SEMVER-MINOR) graduate import.meta properties (James M Snell) #58011
  * (SEMVER-MINOR) support top-level Wasm without package type (Guy Bedford) #57610
sqlite:
  * (SEMVER-MINOR) add StatementSync.prototype.columns() (Colin Ihrig) #57490
src:
  * (SEMVER-MINOR) set default config as `node.config.json` (Marco Ippolito) #57171
  * (SEMVER-MINOR) create `THROW_ERR_OPTIONS_BEFORE_BOOTSTRAPPING` (Marco Ippolito) #57016
  * (SEMVER-MINOR) add config file support (Marco Ippolito) #57016
  * (SEMVER-MINOR) add ExecutionAsyncId getter for any Context (Attila Szegedi) #57820
stream:
  * (SEMVER-MINOR) preserve AsyncLocalStorage context in finished() (Gürgün Dayıoğlu) #57865
util:
  * (SEMVER-MINOR) add `types.isFloat16Array()` (Livia Medeiros) #57879
worker:
  * (SEMVER-MINOR) add worker.getHeapStatistics() (Matteo Collina) #57888

PR-URL: #58388
ghost mentioned this pull request Jun 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. doc Issues and PRs related to the documentations. semver-minor PRs that contain new features and should be released in the next minor version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL