A list of major/notable changes in Node.js versions to help you migrate.

Waleed Ashraf
1 min readApr 25, 2018

This article contains info on major/notable changes in Node.js versions to help you migrate.

Image-source: site

I have listed major changes in

  • 5.0.0
  • 6.0.0
  • 7.0.0
  • 8.0.0
  • 9.0.0
  • 10.0.0

Note that changes in Node.js versions are cumulative.
So, If you are planning to upgrade from 4.x to 8.x, you should take a look at all changes in 5.0.0 + 6.0.0 + 7.0.0 + 8.0.0.

Similarly, If you plan to upgrade from 4.x to 6.x, you should only check changes in 5.0.0 + 6.0.0.

I tried to add all major changes from node/changelog, but in-case I missed something, feel free to open a PR in WaleedAshraf/nodejs-major-changes

--

--