Skip to content

Commit 421977c

Browse files
authored
doc: fix history of process.features
PR-URL: nodejs#54982 Refs: nodejs@aa0308d Refs: nodejs@9010f5f Refs: nodejs@52a40e0 Refs: nodejs@b3ef289 Refs: nodejs#2564 Refs: nodejs#25819 Refs: nodejs#27311 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent a428b21 commit 421977c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/api/process.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1899,7 +1899,7 @@ previous setting of `process.exitCode`.
18991899
## `process.features.cached_builtins`
19001900

19011901
<!-- YAML
1902-
added: REPLACEME
1902+
added: v12.0.0
19031903
-->
19041904

19051905
* {boolean}
@@ -1909,7 +1909,7 @@ A boolean value that is `true` if the current Node.js build is caching builtin m
19091909
## `process.features.debug`
19101910

19111911
<!-- YAML
1912-
added: REPLACEME
1912+
added: v0.5.5
19131913
-->
19141914

19151915
* {boolean}
@@ -1919,7 +1919,7 @@ A boolean value that is `true` if the current Node.js build is a debug build.
19191919
## `process.features.inspector`
19201920

19211921
<!-- YAML
1922-
added: REPLACEME
1922+
added: v11.10.0
19231923
-->
19241924

19251925
* {boolean}
@@ -1929,7 +1929,7 @@ A boolean value that is `true` if the current Node.js build includes the inspect
19291929
## `process.features.ipv6`
19301930

19311931
<!-- YAML
1932-
added: REPLACEME
1932+
added: v0.5.3
19331933
-->
19341934

19351935
* {boolean}
@@ -1939,7 +1939,7 @@ A boolean value that is `true` if the current Node.js build includes support for
19391939
## `process.features.tls`
19401940

19411941
<!-- YAML
1942-
added: REPLACEME
1942+
added: v0.5.3
19431943
-->
19441944

19451945
* {boolean}
@@ -1949,7 +1949,7 @@ A boolean value that is `true` if the current Node.js build includes support for
19491949
## `process.features.tls_alpn`
19501950

19511951
<!-- YAML
1952-
added: REPLACEME
1952+
added: v4.8.0
19531953
-->
19541954

19551955
* {boolean}
@@ -1961,7 +1961,7 @@ A boolean value that is `true` if the current Node.js build includes support for
19611961
## `process.features.tls_ocsp`
19621962

19631963
<!-- YAML
1964-
added: REPLACEME
1964+
added: v0.11.13
19651965
-->
19661966

19671967
* {boolean}
@@ -1973,7 +1973,7 @@ A boolean value that is `true` if the current Node.js build includes support for
19731973
## `process.features.tls_sni`
19741974

19751975
<!-- YAML
1976-
added: REPLACEME
1976+
added: v0.5.3
19771977
-->
19781978

19791979
* {boolean}
@@ -1985,7 +1985,7 @@ A boolean value that is `true` if the current Node.js build includes support for
19851985
## `process.features.uv`
19861986

19871987
<!-- YAML
1988-
added: REPLACEME
1988+
added: v0.5.3
19891989
-->
19901990

19911991
* {boolean}

0 commit comments

Comments
 (0)