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

es6 per version #488

Closed
sebakerckhof opened this issue Jan 28, 2016 · 6 comments
Closed

es6 per version #488

sebakerckhof opened this issue Jan 28, 2016 · 6 comments
Labels
content Issues/pr concerning content

Comments

@sebakerckhof
Copy link

This page specifies what features of es6 are available: https://nodejs.org/en/docs/es6/

However, it's not clear to me to which version this applies (LTS or latest) and if it's the latest how I can find what's available in an older version. It would be good if this page was versioned per node version.

@benjamingr
Copy link
Member

Thanks for the report!

Some features explicitly have a footnote saying: "[2]: Only available in Node.js >= 5.x.x"

Everything else is available in the LTS release. That is - it's documented, but only for the two current versions (LTS and Latest stable).

How do you think we can clarify that page so users get a clearer idea of what's available where?

@strawbrary
Copy link
Contributor

Yeah I agree, as new versions are released with new features it will become harder to tell which features are available since which version. Perhaps we could either add a column next to each feature to say "Available Since" with the version number, or organize it like a changelog and list the features that were added in each version?

@stevemao
Copy link
Contributor

#434 is the PR that resolve this issue.

@williamkapke
Copy link
Contributor

Perhaps http://node.green will help you?

@sebakerckhof
Copy link
Author

@williamkapke thanks, very good reference site.

@stevemao
Copy link
Contributor

Closing because of #671

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Issues/pr concerning content
Projects
None yet
Development

No branches or pull requests

6 participants