- RateLimiterQueue support of tokens removed by key. (single bucket for every key)
- Add RateLimiterQueue missing methods types. Thank you @bmenant
- RateLimiterPostgres fixed for node-postgres@8.0.0 update. Thank you @matomesc
- tableCreated option for MySQL and PostgreSQL to skip checks for limiter tables.
- BurstyRateLimiter compatible with RateLimiterQueue now. Thanks a lot to @matomesc for a big help on this.
- RateLimiterMemory limiter works in browser now. Thanks a bunch to @cha0s. Also, thank you for test scripts improvements.