Hacker News new | ask | show | jobs
by elviejo79 2546 days ago
Elm's package management. In elm if you change your API you must change the version of your package following Semantic versioning.

1.1.2 Major.minor.patch.

Or better: Break.feature.fix

And that comes from the language and package manager.