Releases: AnimeKaizoku/ratelimiter
Version 1.0.9
Fixed an issue where it was possible for maxTimeout
parameter to not be set correctly.
Full Changelog: v1.0.8...v1.0.9
Version 1.0.8
Major refactoring.
Full Changelog: https://github.com/AnimeKaizoku/ratelimiter/commits/v1.0.8
Version 1.0.7
Fix bugs
Version 1.0.6
Change log of version 1.0.6:
- Added config struct, now users need to pass config value to
NewLimiter
function. - Edited readme file and added a sample.
- Added support for inline queries.
- Added support for multiple group handlers.
- Upgraded dependencies to their latest version.
Version 1.0.5
Fix issues in limiterFilter function.
Version 1.0.4
Fix small issues in algorithm.
Version 1.0.3
Add custom ignore feature for users.
Version 1.0.2
Convert trigger to triggers; now setting multiple triggers are supported.
Add TextOnly field; now users can tell the library to only check for text messages.
Now users can append trigger functions to the limiter.
Now users can set limiter to TextOnly
mode; which means limiter will only check for messages which contain text, if they don't contain any text in them, limiter will simply ignore them.
Version 1.0.1
1.0.1
Version 1.0.0
The first version of ratelimiter.