Semantic versioning is a standard that a lot of projects use to communicate what kinds of changes are in this release. It’s important to communicate what kinds of changes are in a release because sometimes those changes will break the code that depends on the package.

npmjs has a cool semver calculator for all the node modules, this should help you in not only looking up all the version numbers of a given module, but also having visual clues for various semver notations. Here is my post on Semantic Versioning Simplified

“Simplicity is prerequisite for reliability.”
-Edsger W. Dijkstra

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>