This project adheres to Semantic Versioning.
- Expose requests queue via getQueue (see #62)
- Fix axios dependency specification
- Fixed TypeScript typings (see #34)
- Fixed cancelled requests behaviour, now they does not affect rate limiting (see #50)
- Add TypeScript typings (see #23)
- Upgrade handlebars to 4.5.3
- Upgrade acorn to 5.7.4
- Upgrade lodash to 4.17.19
- Fix TypeScript imports (see https://github.com/aishek/axios-rate-limit/pull/19/files)
- Add maxRPS options, getMaxRPS, setMaxRPS, setRateLimitOptions methods
- Fixed ref/unref timeout behaviour for NodeJS (see #16)
- Fixed NodeJS delayed shutdown (see https://github.com/aishek/axios-rate-limit/pull/13/files)
- Fixed TypeScript typings bundle (see https://github.com/aishek/axios-rate-limit/pull/12/files)
- Added TypeScript typings (see #9)
- Changed exports to classic NodeJS modules (see #3)
- Add errors re-throw by @mcuppi (see #1)
- Add jsdoc.
- Fix default import.
- Initial release.