Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Node.js APIs might be deprecated for any of the following reasons:
* An improved alternative API is available.
* Breaking changes to the API are expected in a future major release.

Deprecated features are subject to [semantic versioning][] rules.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is the case for the undocumented features being deprecated.


Node.js uses four kinds of deprecations:

* Documentation-only
Expand Down Expand Up @@ -4679,6 +4681,7 @@ deprecated and will throw an error in a future version.
[legacy URL API]: url.md#legacy-url-api
[legacy `urlObject`]: url.md#legacy-urlobject
[permission model]: permissions.md#permission-model
[semantic versioning]: https://semver.org/
[static methods of `crypto.Certificate()`]: crypto.md#class-certificate
[subpath exports]: packages.md#subpath-exports
[subpath imports]: packages.md#subpath-imports
Expand Down
4 changes: 3 additions & 1 deletion doc/api/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ The stability indexes are as follows:
> we can know that this feature is ready to be marked as stable.
>
> Experimental features leave the experimental status typically either by
> graduating to stable, or are removed without a deprecation cycle.
> graduating to stable, or are removed without a deprecation cycle. In less
> common cases, if the feature has gotten large adoption in the ecosystem,
> they can also leave the experimental status by being deprecated.

<!-- separator -->

Expand Down
Loading