StellarFw / stellar

A modular action based Web Framework for Node.js
https://stellar-framework.com
MIT License
38 stars 4 forks source link

Node 8.9.0 becomes the min. required version #123

Closed gil0mendes closed 6 years ago

gil0mendes commented 6 years ago

All the code will have as the minimum target the Node version 8.9.0 since this is a LTS version and Node 8 has lots of good stuff to offer.

Node 8.30 was the first version of Node to use V8 6.0, which includes an all-new JavaScript interpreter (Ignition) and optimizing compiler (TurboFan).

Among other performance benefits, this new JavaScript engine no longer penalizes "optimization killers" like try-catch blocks or certain usages of the arguments object.