rowanwins / leaflet-easyPrint

A leaflet plugin which adds an icon to print the map - Demo @ http://rowanwins.github.io/leaflet-easyPrint/
MIT License
248 stars 137 forks source link

Request: Versions in releases #48

Closed santiquetzal closed 6 years ago

santiquetzal commented 6 years ago

Can you publish each new version in a diferent "Release"? This will allow a project to use a specific version instead of targeting a developing branch.

Thank you in advance.

rowanwins commented 6 years ago

Hi @santiquetzal

mmmm the only developments in this branch should be bug fixes or additions, there shouldn't be any breaking changes. Adding releases is just more work I'd have to do when I barely have time to keep up with the bug reports sorry :(

Depending on how you manage your dependencies you should be able to specify versions, eg npm install leaflet-easyPrint@2.1.8 --save. This will lock you into using a particular version of the plugin