Live data from Hacker News

Node.js 5.0 Released

github.com

1–4 of 4 posts

Re: Node.js 5.0 Released

#4
post #3
post #2

Highlights for me: npm3 and ES6 spread operator (no destructuring assignment yet though)!

Can't you just use babel for this?

For spread operators? Sure. Adding a build step to your process adds other hurdles though in terms of indirection, particularly when collaborating.