Skip to content

Set method + types fixes

Compare
Choose a tag to compare
@animir animir released this 14 Jan 11:43
· 323 commits to master since this release
  • New set method implemented for all limiters.
  • RateLimiterRes constructor types is fixed. Thanks @raelcun
  • IRateLimiterResOptions is deprecated in favour of IRateLimiterRes interface.
  • RLWrapperBlackAndWhite options isWhite and isBlack are deprecated. Use isBlackListed and isWhiteListed instead.