Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

50 lines (35 loc) · 1.54 KB

Change Log

This project adheres to Semantic Versioning.

1.3.2

  • Fixed TypeScript typings (see #34)

1.3.1

  • Fixed cancelled requests behaviour, now they does not affect rate limiting (see #50)

1.3.0

  • Add TypeScript typings (see #23)
  • Upgrade handlebars to 4.5.3
  • Upgrade acorn to 5.7.4
  • Upgrade lodash to 4.17.19

1.2.1

1.2.0

  • Add maxRPS options, getMaxRPS, setMaxRPS, setRateLimitOptions methods

1.1.3

  • Fixed ref/unref timeout behaviour for NodeJS (see #16)

1.1.2

1.1.1

1.1.0

  • Added TypeScript typings (see #9)

1.0.1

  • Updated internals (see #5, #7, #8)

1.0.0

  • Changed exports to classic NodeJS modules (see #3)

0.0.4

  • Add errors re-throw by @mcuppi (see #1)

0.0.3

  • Add jsdoc.

0.0.2

  • Fix default import.

0.0.1

  • Initial release.