From 895efc9099cb822ad526e7034d84a335661e75db Mon Sep 17 00:00:00 2001 From: Jay McDoniel Date: Thu, 6 Jul 2023 14:08:09 -0700 Subject: [PATCH] chore: add another breaking change to changelog --- .changeset/shiny-adults-smash.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.changeset/shiny-adults-smash.md b/.changeset/shiny-adults-smash.md index f7b374f47..fbfc4fb6e 100644 --- a/.changeset/shiny-adults-smash.md +++ b/.changeset/shiny-adults-smash.md @@ -19,6 +19,8 @@ setting multiple throttle contexts at once in a more readable manner - `@ThrottleSkip()` now takes in an object with string boolean to say which throttler should be skipped +- `ttl` and `limit` are no longer optional in the module's options. If an option + object is passed, it **must** define the defaults for that throttler # HOW TO MIGRATE