Is your feature request related to a problem? Please describe.
I was developing a tool that requires knowing what are current ember LTS versions. As I searched around I couldn't find any such resources other than lts page on the website.
I found there will be more cases if we can provide such files and it will be easy to maintain and access.
Describe the solution you'd like
Currently we hard code the LTS details in the controller itself here.
We should provide a lts.json, that will have all the information we display on lts page of the website and this will help if anyone wants to access it.
Sample
Describe alternatives you've considered
Alternatively or long-term solution I would like to have a library called ember-lts-versions something like node-lts-versions
Is your feature request related to a problem? Please describe. I was developing a tool that requires knowing what are current ember LTS versions. As I searched around I couldn't find any such resources other than lts page on the website. I found there will be more cases if we can provide such files and it will be easy to maintain and access.
Describe the solution you'd like Currently we hard code the LTS details in the controller itself here.
We should provide a
lts.json
, that will have all the information we display onlts
page of the website and this will help if anyone wants to access it. SampleDescribe alternatives you've considered Alternatively or long-term solution I would like to have a library called
ember-lts-versions
something like node-lts-versions