articodeltd / angular-cesium

JavaScript library for creating map based web apps using Cesium and Angular
https://github.com/articodeltd/angular-cesium/settings/pages
MIT License
178 stars 93 forks source link

Start implementing correct semantic versioning #388

Open ramtob opened 3 years ago

ramtob commented 3 years ago

This library seems to have come back to life recently. This is a good time to start implementing correct semantic versioning :). Instead of updating just the patch version (0.0.67, 0.0.68, 0.0.69, …) please start updating the minor and major versions, according to the standard conventions.

The current practice, updating only the patch version, is confusing, because some new versions contain breaking changes. But they are not marked accordingly, so you can't tell, or protect from it in your package.json file.

TIA