Skip to content

Latest commit

 

History

History
81 lines (45 loc) · 1.25 KB

File metadata and controls

81 lines (45 loc) · 1.25 KB

@spoosh/plugin-throttle

0.3.1

  • Use createSpooshPlugin for automatic type inference

0.3.0

  • Update for pages operation type rename

0.2.0

  • Add devtool tracing support

0.1.11

  • Set priority to 100 to ensure throttle plugin runs after other plugins

0.1.10

  • Updated dependencies
    • @spoosh/core@0.12.0

0.1.9

  • Updated dependencies
    • @spoosh/core@0.11.1

0.1.8

  • Changed PluginContext.path from string[] to string for simpler plugin API

0.1.7

  • Update documentation URLs to new /docs/{framework} format

0.1.6

Patch Changes

  • Update documentation examples to use new flat schema syntax

0.1.5

Patch Changes

  • Fix homepage URL to point to correct documentation path

0.1.4

Patch Changes

  • Updated dependencies
    • @spoosh/core@0.4.0

0.1.3

  • Use stableKey insteads of queryKey to throttle requests. Now it only check paths and method not the query params.

0.1.2

Patch Changes

  • Updated dependencies
    • @spoosh/core@0.3.0

0.1.1

Patch Changes

  • Stable release

0.1.0-beta.0

Features

  • Initial beta release
  • Request throttling to limit API call frequency
  • Configurable throttle interval
  • Per-request throttle options
  • Leading/trailing edge configuration