You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ROADMAP.md doc has not been substantially updated since its creation
in February 2015. As such, the LTS information is incorrect. Removing it
for now. (If it is deemed critical to the roadmap, links to current
information can be added back in. I'm skeptical that the roadmap
document is of much utility at this point, though, given the lack of
updates. Less may be more here, as the cliche goes.)
PR-URL: #8161
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Claudio Rodriguez <[email protected]>
Reviewed-By: Myles Borins <[email protected]>
Copy file name to clipboardexpand all lines: ROADMAP.md
+1-9
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The most important consideration in every code change is the impact it will have
8
8
9
9
Node.js does not remove stdlib JS API.
10
10
11
-
Shipping with current and well supported dependencies is the best way to ensure long term stability of the platform. When those dependencies are no longer maintained Node.js will take on their continued maintenance as part of our [Long Term Support policy](#long-term-support).
11
+
Shipping with current and well supported dependencies is the best way to ensure long term stability of the platform.
12
12
13
13
Node.js will continue to adopt new V8 releases.
14
14
* When V8 ships a breaking change to their C++ API that can be handled by [`nan`](https://github.com/nodejs/nan)
@@ -24,14 +24,6 @@ No new API will be added in *patch* releases.
24
24
25
25
Any API addition will cause an increase in the *minor* version.
26
26
27
-
### Long Term Support
28
-
29
-
Node.js supports old versions for as long as community members are fixing bugs in them.
30
-
31
-
As long as there is a community back porting bug fixes we will push patch releases for those versions of Node.js.
32
-
33
-
When old versions of dependencies like V8 are no longer supported by their project Node.js will take on the responsibility of maintenance to ensure continued long term support in Node.js patch releases.
34
-
35
27
## Channels
36
28
37
29
Channels are points of collaboration with the broader community and are not strictly scoped to a repository or branch.
0 commit comments