Skip to content

Commit 976ed75

Browse files
lpincaMylesBorins
authored andcommitted
doc: add missing introduced_in comments
Add missing "introduced_in" comments for alternative version links. PR-URL: #16741 Reviewed-By: Anatoli Papirovski <[email protected]>
1 parent 9b16e15 commit 976ed75

9 files changed

+17
-4
lines changed

doc/api/async_hooks.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Async Hooks
22

3+
<!--introduced_in=v8.1.0-->
4+
35
> Stability: 1 - Experimental
46
57
The `async_hooks` module provides an API to register callbacks tracking the

doc/api/deprecations.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Deprecated APIs
22

3+
<!--introduced_in=v7.7.0-->
4+
35
Node.js may deprecate APIs when either: (a) use of the API is considered to be
46
unsafe, (b) an improved alternative API has been made available, or (c)
57
breaking changes to the API are expected in a future major release.

doc/api/esm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ECMAScript Modules
22

3-
<!--introduced_in=v9.x.x-->
3+
<!--introduced_in=v8.5.0-->
44

55
> Stability: 1 - Experimental
66

doc/api/http2.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# HTTP2
22

3+
<!--introduced_in=v8.4.0-->
4+
35
> Stability: 1 - Experimental
46
57
The `http2` module provides an implementation of the [HTTP/2][] protocol. It

doc/api/inspector.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Inspector
22

3+
<!--introduced_in=v8.0.0-->
4+
35
> Stability: 1 - Experimental
46
57
The `inspector` module provides an API for interacting with the V8 inspector.

doc/api/intl.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Internationalization Support
22

3+
<!--introduced_in=v8.2.0-->
4+
35
Node.js has many features that make it easier to write internationalized
46
programs. Some of them are:
57

doc/api/n-api.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# N-API
22

3+
<!--introduced_in=v7.10.0-->
4+
35
> Stability: 1 - Experimental
46

57
N-API (pronounced N as in the letter, followed by API)

doc/api/perf_hooks.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Performance Timing API
2-
<!-- YAML
3-
added: v8.5.0
4-
-->
2+
3+
<!--introduced_in=v8.5.0-->
54

65
> Stability: 1 - Experimental
76

doc/api/tracing.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Tracing
22

3+
<!--introduced_in=v7.7.0-->
4+
35
Trace Event provides a mechanism to centralize tracing information generated by
46
V8, Node core, and userspace code.
57

0 commit comments

Comments
 (0)