io.js 3.0 Released
Written by Ian Elliot   
Tuesday, 11 August 2015

Although io.js has re-merged with Node.js as part of the Node.js Foundation, it has recently released a third version of its breakaway version of Node.js. 

 

The next version of the combined node.js/io.js project, expected in October, will have version number 4.0 and the first LTS (long term support) release will be v4.1.4.

nodejs

Most of us have heard about Node.js, even those who haven't actually used it. It is what brings JavaScript to the server, or the desktop, liberating it from the browser.  

Unhappy at the way that Node's official sponsor Joyent, exercised control over the development process in a way that was perceived to be too slow, a group of its contributors forked the project at the end of 2014, creating io.js.

With the help of the Linux Foundation, Joyent established the Node.js Foundation with an open, technical governance structure. It has a Technical Steering Committee to oversee working group projects and manage contributions to the code base , a Board of Directors to guide buinsess decisions with both corporate and individual members.

Back in June, when we announced Node.js Foundation Heals Rift we reported:

 A major release of Node.js that will merge the two code bases is expected within a few weeks.    

Instead the major release that has appeared is on the forked branch as io.js  3.0.0, even though the project on GitHub is now already combined.

io.js adopted semantic versioning and the breaking change that required a jump from Version 2.5 to 3.0.0 is due to changes in V8 which made it necessary to reimplement Buffer on top of V8's Uint8Array.

The other notable changes are documented in io.js ChangeLog.

Up until now node.js hadn't adopted semantic versioning, but the forthcoming release, which will signal the merging of the io.js code base into node.js will use semver. Node.js, which will be continue on from io.js 3.x will therefore go from node.js 0.12.7 to node.js 4.x..

iojsnewsq

Banner


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 [ ... ]



Redis Changes License, Rival Fork Launched
03/04/2024

The developers of Redis have announced that they are changing the licensing model for the database. From now on, all future versions of Redis will be released with source-available licenses rather tha [ ... ]


More News

 

raspberry pi books

 

Comments




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

Last Updated ( Tuesday, 11 August 2015 )