Hi there!
I'm not sure where to put this in the nodejs org, but I have a feature request regarding Node and the support couldn't help me so far.
Is there a way to get all existing Node versions including the times when they were supported? We currently look into adding Node support to browserslist so other tools can target browser and Node environments simultaneously a little bit more easier. (See https://github.com/browserslist/browserslist/issues/75#issuecomment-375008126 for details.) This information would help us a lot.
Thank you!
@donaldpipowitch - can you elaborate on
and the support couldn't help me so far. ? are you referring to lack of support from Node.js project, or something else?
This page has an updated and comprehensive list of Node.js release schedule, support lifecycle with timelines: https://github.com/nodejs/Release . With some scripting, its content can be made machine-readable.
Hope this helps.
You mean something like: http://htmlpreview.github.io/?https://github.com/nodejs/Release/blob/master/schedule.json ?
are you referring to lack of support from Node.js project, or something else?
Just tried to contact the support, but haven't got an answer. Nothing problematic, really :) GitHub is maybe the better place anywhy, as I don't really search for support with using Node itself :)
Thank you both! I think https://raw.githubusercontent.com/nodejs/Release/master/schedule.json looks quite good. I'll check, if it has everything we need. Thank you!
Most helpful comment
You mean something like: http://htmlpreview.github.io/?https://github.com/nodejs/Release/blob/master/schedule.json ?