Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

56 lines (39 loc) · 1.69 KB

Change Log

This project adheres to Semantic Versioning.

1.4.0

  • Expose requests queue via getQueue (see aishek#62)

1.3.3

  • Fix axios dependency specification

1.3.2

1.3.1

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

1.3.0

  • Add TypeScript typings (see aishek#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 aishek#16)

1.1.2

1.1.1

1.1.0

  • Added TypeScript typings (see aishek#9)

1.0.1

1.0.0

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

0.0.4

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

0.0.3

  • Add jsdoc.

0.0.2

  • Fix default import.

0.0.1

  • Initial release.