Weekly Update - Apr 29th, 2016
Minwoo Jung (github.com/JungMinu)
Node v6.0.0 (Current) Release
Node v6.0.0 (Current). Complete changelog from previous releases can be found on GitHub.
See Breaking changes between v5 and v6 for more information.
You may have noticed that the v6 release uses the label Current
instead of Stable
. This name change has been made in order to better differentiate the Long Term Support releases from the current active development branches. We
will be using the Current
label from here-on instead of Stable
.
World’s Fastest Growing Open Source Platform Pushes Out New Release
Performance improvements are key in this latest release with one of the most significant improvements coming from module loading, which is currently four times faster than Node.js version 4 (Node.js v4). This will help developers dramatically decrease the startup time of large applications for the best productivity in development cycles and more seamless experience with end users. In addition, Node.js v6 comes equipped with v8 JavaScript engine 5.0, which has improved ECMAScript 2015 (ES6) support. Ninety-three percent of ES6 features are also now supported in the Node.js v6 release, up from 56 percent for Node.js v5 and 50 percent for Node.js v4. Key features from ES6 include: default and rest parameters, destructuring, class and super keywords.
See /blog/announcements/v6-release/ for more information.
Community Updates
- Node Hero - Getting Started With Node.js: you can learn how to get started with Node.js and deliver software products using it.
- A Quick Guide To Reading Node.js Core Source: One person's approach to understanding the source code that makes up Node.js core. "Your mileage may vary. Warranty void if seal is broken."
If you have spotted or written something about Node.js, do come over to our Evangelism team repo and suggest it on the Issues page, specifically the Weekly Updates issue.
Upcoming Events
- NodeConf London - May 11th, 2016
- Node.js Live (Beijing) - May, 21st - 22nd, 2016
- NodeConf Brazil - June 4th - 5th, 2016
- NodeConf Adventure 2016, "First batch of NodeConf Adventure tickets are up!", June 9th–12th, 2016 - Walker Creek Ranch, Marin, CA, USA
- Node PDX - June 19-21st, 2016
- NodeConf Argentina - 18 - 19th November, 2016
Have an event about Node.js coming up? You can put your events here through the Evangelism team repo and announce it in the Issues page, specifically the Weekly Updates issue.