Hot take: https://pridever.org and semantic versioning are isomorphic
-
Hot take: https://pridever.org and semantic versioning are isomorphic
-
SalusaSecondusreplied to Soatok Dreamseeker last edited by
@soatok Hot take: they're different and pride versioning is better.
Semantic Versioning is completely broken because there is no such thing as a non-breaking change.
-
-
{Insert Pasta Pun}replied to SalusaSecondus last edited by
Major:
Function signature changes such that old code calling previous parameters doesn't do the same thing (code change required)
Minor:
Added parameters or functions, where old code using old parameters still does same stuff (upgrade needed to use new feature)
Bug fix: Fix internal behavior, no changes to public API calls (they won't need to change code to fix it, e.g. SQL injection is not documented in your library as a feature)
Copyright © 2025 NodeBB | Contributors