最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

release - Where can I find changelog of JavaScript? - Stack Overflow

programmeradmin1浏览0评论

I would like to see list of changes that were made in every version of JavaScript. I would also be interested in what is planned to be added in JavaScript and when a new realease is planned.

Do you know any site where this info can be found?

Thank you

I would like to see list of changes that were made in every version of JavaScript. I would also be interested in what is planned to be added in JavaScript and when a new realease is planned.

Do you know any site where this info can be found?

Thank you

Share Improve this question asked Mar 17, 2011 at 10:39 PaloPalo 10.8k7 gold badges30 silver badges36 bronze badges 1
  • 1 It would be cool to see an exact revision/feature history. Like, did for() e before, after or along with while() – daleyjem Commented Jun 18, 2014 at 22:44
Add a ment  | 

2 Answers 2

Reset to default 3
  1. The standard it is based around: Ecmascript specs: http://www.ecma-international/publications/standards/Ecma-262.htm

  2. Firefox specifics: MDC javascript docs including differences in javascript versions: https://developer.mozilla/en/javascript

  3. IE specifics: MSDN library, scripting area: http://msdn.microsoft./en-us/library/ff729665(v=VS.94).aspx

JavaScript is a dialect of ECMAScript, have a look at the Wikipedia page of ECMAScript for a version history. You can find the full documentation on the official ECMAScript page.

发布评论

评论列表(0)

  1. 暂无评论