Comment on Is it really a breaking change if a method changes output after an update?
asdfasdfasdf@lemmy.world 1 year agoWhat about version()
? Every minor / patch update would be a breaking change.
Comment on Is it really a breaking change if a method changes output after an update?
asdfasdfasdf@lemmy.world 1 year agoWhat about version()
? Every minor / patch update would be a breaking change.
rockstarpirate@lemmy.world 1 year ago
The way I do it, patches are backward-compatible bug fixes. Minor versions are additional features that don’t change existing functionality. Major versions include breaking changes. I totally get that it seems crazy to bump to another major version just over a string format change. But overall the philosophy works well IMO.
olafurp@lemmy.world 1 year ago
Works really well with npm. You can get security updates without changing the app.