Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST] Create a lts.json for external users to access all the LTS version details #966

Open
SparshithNR opened this issue Oct 18, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@SparshithNR
Copy link

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

[
    {
      version: '4.4',
      promotionDate: 'July 13, 2022',
    },
    {
      version: '3.28',
      promotionDate: December 20, 2021,
    },
]

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

@SparshithNR SparshithNR added the enhancement New feature or request label Oct 18, 2022
@theVJagrawal
Copy link

hey @SparshithNR I want to work on this issue, if it is not resolved yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants