
- (SEMVER-MAJOR) lib: add EventTarget-related browser globals (Anna Henningsen) #35496.- (SEMVER-MAJOR) fs: deprecation warning on recursive rmdir (Ian Sutherland) #35562.- (SEMVER-MAJOR) doc: move DEP0018 to End-of-Life (Rich Trott) #35316.- (SEMVER-MAJOR) build: drop support for VS2017 (Michaël Zasso) #33694.- (SEMVER-MAJOR) build: remove -build-v8-with-gn configure option (Yang Guo) #27576.Notable changes involve a list of deprecations and additions to the runtime environment.

Node v15.0.0 is the (Current) nodejs current version that is available and bug-free to download. Official documentation of node.js versions and their releases can be viewed on its official site. The above image varies in node js according to the versions that is installed either on Windows or macOS. The current version includes an experimental phase with a high probability of bugs and errors. LTS or node its version, also known as Long Term Support version, with stable and safe features are recommended for long term support. When you visit Node.js official website you find two different paths to choose from : The nodejs versions keep growing for better functionality and better operability. The landscape of node.js takes you to the different rocks of versions and releases. Node.js is the robust hero of development to build efficient and scalable real-time applications.


It runs JavaScript written code into a standalone machine code. Node.JS is not any programming language or a framework. But JavaScript is later expanded for Mobile, Desktop or Server to build under v8 runtime environment and Node.JS Spider Monkey was the first JavaScript Engine developed for Netscape and Chrome uses V8 JavaScript Engine. Browsers interpret JavaScript code according to browser configurations and JavaScript Engines. There are different types of browsers like Chrome, Mozilla, Opera.
