sveltekit-rate-limiter
Advanced tools
Changelog
[0.3.4] - 2023-08-11
null
was returned last in chain.Changelog
[0.3.2] - 2023-07-11
check
method from RateLimiterStore
interface.RateLimiterPlugin
can now return null
, as an indeterminate result.RateLimiter
plugin chain wasn't immutable.Changelog
[0.3.1] - 2023-07-02
sveltekit-rate-limiter/server
.isLimited
method.check
method, replaced by isLimited
which has the condition inverted!RateLimiterPlugin
interface is now using a getter instead of readonly for rate
.Changelog
[0.2.0] - 2023-06-30
string
instead of an alias.