Klaus

Fear-Driven Versioning

 Fri, 05 Feb 2016 18:46:37 +0100 
#^jonathanong/ferver - fe(a)rver - versioning for those of us who only care about breaking changes
Fe(a)rVer - a versioning scheme for those of us who only care about breaking changes. This is similar to semver and uses the same operators like ~ and ^, but has slightly different as well as stricter semantics.

The primary differences are:
* No patch version bumps are allowed for any changes that have a possibility of being a breaking change.
* "minor" breaking changes are allowed in minor version bumps.