Comment on Is it really a breaking change if a method changes output after an update?
rockstarpirate@lemmy.world 1 year agoThe 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.