-
Notifications
You must be signed in to change notification settings - Fork 577
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
What day is Node.js 8 due? #190
Comments
@franciscop version 8 will be cut in april, but it will not be moved to LTS for another 6 months. |
@franciscop the table will be updated in #133, but if you want the blow-by-blow account, you can follow nodejs/node#10117. |
@gibfahn awesome, I see that they'll wait for V8 5.8 becomes stable in mid-april and then try to launch it before April ends. Guestimate there is April 25th. |
So? we're waiting for the async await feature for 2 months now. I don't see any teasing about the v8 being launched. Are there any news please? |
You can follow the progress of Node 8 here. |
@ziedHamdi We pushed the release date for Node 8 because of this. if you follow @cjihrig’s link, you’ll see that the new target release date is May 30th. Also: You can already use async/await in Node 7, no need to wait for anything. |
@ziedHamdi >=7.6 has native async/await support :) |
Hi @tunnckoCore, sure! thanks for the info. Unfortunately we're going to production this month, so it's no way for us to deploy node 7.x thanks anyway :) |
The release date has been moved to May 30, 2017. |
Just saw rc1 build up at https://nodejs.org/download/rc/v8.0.0-rc.1/ |
I see from the repo that it is due in April 2017 (next month), but will it be released any specific day? Or is it not determined yet?
Edit: I am asking because I'm preparing to release a library and do a workshop with the version 8 as it's the first LTS version that supports
async
/await
, and I'd prefer to do it with these new JS concepts instead of having to explain the old ones and the migration path.The text was updated successfully, but these errors were encountered: