When will ECMAScript v 6 become standard

JavascriptEcmascript 6

Javascript Problem Overview


Sorry if this has been asked before, but I'm wondering when ECMAScript v 6 will become more than a draft, and become the new standard. Going to the ECMA website (section 262) still shows edition 5.1 as being the latest, which was released in June 2011.

Note: (I plan on doing a talk on ECMA 262 edition 5.1 in the next couple of months and I'm hoping I'm not talking about out-dated material :)

Javascript Solutions


Solution 1 - Javascript

As of June 2015: here it is!

> http://www.ecma-international.org/ecma-262/6.0


As of June 2014:

> The GA will vote on approving it as a Ecma standard at their June 2015 meeting.


At the time of writing (March 2013):

> A sixth edition of the standard is currently under development with a target date of December 2013 for completion.

http://ecma-international.org/memento/TC39-M.htm

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestioncontactmattView Question on Stackoverflow
Solution 1 - JavascriptMatt BallView Answer on Stackoverflow