Remy Sharp is announcing that Nodemon with version number 1.4.0 is already available to download.
What is Nodemon ?
Nodemon is A Node.js library that watches files inside a folder and reloads the entire app / website whenever a change in those files is detected .
Nodemon is a development tool and has limited to no practical use in live production environments.It was produced to remove the habit of changing a file, saving it, going to the server/browser and restarting/reloading the server/page.This saves some time and adds more fluidity in the development process.Of course, selected files and folders can be designated to prevent fast-changing files from breaking or crashing a server.Usage instructions are included with Nodemon’s README file.
This is changelog for Nodemon version 1.4.0 :
You can read the complete changelog and also download this latest version on their homepage: nodemon.io