FullStack 2015

44 thoughts
last posted Nov. 2, 2015, 7:15 p.m.

20 earlier thoughts

0

Using (or not using) semver

Good suggestions to rename major to be breaking and minor to be feature.

Caret should mean that your software should not break as the definitions of the version numbers are always backward compatibility.

But things still do break so why are failing to follow the simple rules of SemVer?

Major version 0 is not considered stable so you cannot rely on the rules of semver.

23 later thoughts