jhurliman / node-rate-limiter

A generic rate limiter for node.js. Useful for API clients, web crawling, or other tasks that need to be throttled
MIT License
1.51k stars 135 forks source link

no Changelog #77

Open dutu opened 3 years ago

dutu commented 3 years ago

Please add a CHANGELOG

bodinsamuel commented 3 years ago

Hello team, I +1 this request, having a changelog would be really great.

Thank you ☺️

markcarroll commented 3 years ago

please also implement semver and mark breaking changes as such (this last update broke our build with no warning). Thanks.

jhurliman commented 3 years ago

@markcarroll do you mean the upgrade from 2.0.1 to 2.1.0? That was not intended to be a breaking change, I apologize if that should have been marked as major instead of minor.