-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
the Roadmap for v7.0 ? #7273
Comments
For ES6 modules, you will want to keep tabs on the relevant issues in the nodejs/node-eps issue tracker, including this one and this one. For async/await, you will want to keep tabs on this v8 issue and this nodejs/promises thread. AFAIK there are no definite timetables for either of those features. As far as the node v7 release goes, that will happen in October of this year when node v6 transitions to LTS. |
@mscdex |
Made explicitely clear that when size bytes are not available, it will return null, unless we've ended, in which case the data remaining in the buffer will be returned. Fixes nodejs#7273 Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs/node-v0.x-archive#25591
Made explicitely clear that when size bytes are not available, it will return null, unless we've ended, in which case the data remaining in the buffer will be returned. Fixes nodejs#7273 Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: nodejs/node-v0.x-archive#25592
hello, I want to know the roadmap for v7.0
Is includes the ES6 Modules and ES7 Async / Await in v7.0 ?
Is there a release date, substantially ?
Thanks
The text was updated successfully, but these errors were encountered: