Node.js 5.0 Released
Written by Kay Ewbank   
Tuesday, 03 November 2015

A new version of Node.js has been released just a couple of months since the introduction of the last major release.

nodejsfbanner

 

The reason Node.js 5.0 has arrived so rapidly is to incorporate features that developers are likely to want to use now. The two main features that come into this category are support for the new version of Npm, and a change to using a more recent version of the JavaScript engine.

The support for version 4.6 of the Google V8 JavaScript engine adds support for language features such as the spread operator, while the support for the new Npm makes use of the improved performance of the packet manager.

The release of the new version doesn’t mean Node.js v4 is defunct. In fact, it will continue being supported for longer than v5.

Writing about the new version in a post on the Node.js blog, Rod Vagg said:

“according to our new LTS (Long-term Support) plan, Node.js v4 Argon will continue to be supported for 30 months, ending in April 2018. This new version of Node.js, however, will only be supported for 8 months, with a new major version, v6, being released in April 2016. Node.js v6 will eventually turn into a new LTS version that will have a similar support timeline to v4. In this way, we will have a new Stable version of Node.js every 6 months with every second one of these turning into an LTS line.”

The post also lists the notable changes.

You can work out which version of Node.js to use by choosing Node.js v4.2 if you need stability and have a complex production environment; or choosing Node.js v5.x if you want to play with the new features and it won’t disturb your working environment.

The faster pace of the release is partially a result of the reuniting of the io.js and node.js communities, following last year's fork of the project.

The breakaway group returned due to a new governance model under the auspices of the Linux Foundation and the Node.js Foundation has committed to a regular release cycle.

nodejs

More Information

Node v5.0.0 (Stable)

Node.js Foundation

Node.js releases on GitHub

Related Articles

Node.js v6 Released

Node.js Foundation Releases First Joint Code 

 

To be informed about new articles on I Programmer, subscribe to the RSS feed, follow us on, Twitter, FacebookGoogle+ or Linkedin,  or sign up for our weekly newsletter.

 

Banner


Run WebAssembly Components Inside Node.js With Jco
28/03/2024

Jco 1.0 has been just announced by the Bytecode Alliance.It's a native JavaScript WebAssembly toolchain and runtime that runs Wasm components inside Node.js. Why is that useful?



Quantum Computing Prize Awarded
05/04/2024

John Preskill, Professor of Theoretical Physics at the California Institute of Technology, is the eighth recipient of the John Stewart Bell Prize for Research on Fundamental Issues in Quantu [ ... ]


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Friday, 29 April 2016 )