lukeed / sirv

An optimized middleware & CLI application for serving static files~!
MIT License
1.06k stars 56 forks source link

Add Changelog #134

Closed thojanssens closed 2 years ago

thojanssens commented 2 years ago

I have been updating my dependencies and my app just breaks.

Later to find out that the default port for this lib changed from 5000 to 8080 lol

As no changelog is present, there is no way for me to know how to fix my app with all the new changes?

lukeed commented 2 years ago

the semver convention means that major versions (1.x -> 2.0) will have breaking changes.

Changelog is the Releases page, which is always updated. This is arguably the more common format for GitHub-hosted projects.

thojanssens commented 2 years ago

I didn't know that changelogs may be found inside the GitHub releases. Thank you 🤍